Hi all
I need to display a message in the main menu's status bar. This message may be created either in the main menu itself or in some of the windows than are opened from the main menu. I can't find the correct syntax for the displaying.
Message("StatusInfo",sWarningText)
or
Message("MAINMENU.StatusInfo",sWarningText)
both work OK, if done in the mainmenu, but if done in any child window, with the MAINMENU still visible in the background, both launch an error 1059 'StatusInfo' - unknown element.
So how should I refer to the StatusInfo messagefield from the child windows?
best regards
Ola
I need to display a message in the main menu's status bar. This message may be created either in the main menu itself or in some of the windows than are opened from the main menu. I can't find the correct syntax for the displaying.
Message("StatusInfo",sWarningText)
or
Message("MAINMENU.StatusInfo",sWarningText)
both work OK, if done in the mainmenu, but if done in any child window, with the MAINMENU still visible in the background, both launch an error 1059 'StatusInfo' - unknown element.
So how should I refer to the StatusInfo messagefield from the child windows?
best regards
Ola