I have changed for test the sample testfold6.prg
I add this procedure for change the page of work.
My result is to change the page but not the tab.
How i can make this?
Thanks
Eduardo Alicante
The procedure
procedure ctrl(oDlg,oFld)
local ncount:=0
for ncount = 1 to 5
* how to change the page?
* this system display a page but not the tab
oFld:aDialogs[ncount]:show()
*oFld:aDialogs[ncount]:setfocus()
oFld:aDialogs[ncount]:refresh()
inkey(2)
next
return