Hi All !
I don't know what tabs control for
Can someone help me
testtab.prg on samples directory not complete
Thank's for help
Regards
Areang
How to use tab control
Hii,
Use TABS with PAGES control:
Use TABS with PAGES control:
Code: Select all
...
@ 0, 0 PAGES oPage DIALOGS "page1", "page2", "page3" OF oWnd
@ 8, 0 TABS oTabs PROMPTS "Page &1", "Page &2", "Page &3" OF oWnd
; ACTION oPage:SetOption(oTabs:nOption)