En el ejemplo de SAMPLES/testtabs.prg:
- Code: Select all Expand view RUN
......
@ 8, 0 TABS oTabs PROMPTS "&One", "&Two", "T&hree", "&Four" OF oWnd ;
ACTION oWnd:Say( 5, 5, oTabs:nOption )
oWnd:oBottom = oTabs
........
me da el siguiente error:
Time from start: 0 hours 0 mins 1 secs
Error occurred at: 24-09-2008, 20:04:00
Error description: Error BASE/1004 Message not found: TTABS:DEFCONTROL
Stack Calls
===========
Called from: => TTABS:ERROR(179)
Called from: tobject.prg => (b)HBOBJECT:HBOBJECT(105)
Called from: => TTABS:MSGNOTFOUND(0)
Called from: TABS.PRG => TTABS:DEFCONTROL(167)
Called from: BTNBMP.PRG => TBTNBMP:NEW(0)
Called from: TABS.PRG => TTABS:NEW(0)
Alguien sabe la razón ?