Hi everebody.
I think Tabs is very good way for make good PPC application (small scree , no task bar etc.)
I try use TABCONTROL , good example is in "testtab.prg". It's OK.
But now I can't make some controls on Tabs.
My code is like this :
//-------------------------------------------------------------------------//
Function MakeTabs(oWnd)
//-------------------------------------------------------------------------//
@ 2, 0 TABCONTROL oTabs PROMPTS { "Browse Data", "Current Data","Default Data"} ;
OPTION 1 ACTION MsgInfo( oTabs:nOption ) ;
SIZE 240, 124 OF oWnd
@ 3, 3 SAY "Name 1:" SIZE 70, 20 OF oTabs:aPrompts[ 1 ]
Return Nil
It is not work.
How is possible define design elements on every tab page?
Regards Andrej.