defining a backstage in my main program I get an error message:
snippet from the error.log I get
Application
===========
Path and name: D:\cto_win\eho40\eho.exe (32 bits)
Size: 5,417,472 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 25.06.2010, 13:35:56
Error description: Warning BASE/1005 Message not found: TBACKSTAGEOPTION:__ENUMINDEX
Stack Calls
===========
Called from: source\rtl\tobject.prg => TBACKSTAGEOPTION:ERROR(172)
Called from: source\rtl\tobject.prg => TBACKSTAGEOPTION:MSGNOTFOUND(205)
Called from: source\rtl\tobject.prg => TBACKSTAGEOPTION:__ENUMINDEX(0)
Called from: .\source\classes\TRIBBON.PRG => TBACKSTAGE:GETSELECTEDOPT(1470)
Called from: .\source\classes\TRIBBON.PRG => TBACKSTAGE:ADDOPTION(1421)
Called from: EHO.prg => RIBBON_MENU(2554)
Called from: EHO.prg => MAIN(477)
Snippet from my program-code:
- Code: Select all Expand view
- (Line 2554) DEFINE BACKSTAGE oBackstage MAINWIDTH 300
(Line 2555) DEFINE BSSELECT OF oBackstage PROMPT "Test1" ACTION Msginfo("Test")
(Line 2556) SET BACKSTAGE oBackstage TO oRb