Hi,
I'm trying to create a MDI window, that can open multiple MDI Child windows that each browse the same database (each window opens a new instance of the database and gives it a unique alias) I have tried to create my own class, and i call a :new() to open the windows/databases/browse etc.
I am now adding a menu to the MDI window, but have the problem of knowing what window is highlighted and to which object the window refers to.
My class stores the alias name of the browse and i was hoping to reference this in the action of the menu (oObject:cAlias->TICKET_NBR) but i don't know how to reference the Object that is selected.
Any help will be appreciated
Pete