Page 1 of 1

Help For Folder change

PostPosted: Sun Nov 13, 2005 5:11 pm
by EduardoAlicante
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

PostPosted: Tue Nov 15, 2005 8:13 am
by Antonio Linares
Eduardo,

You may use <oFolder>:SetOption( <nOption> )