Help For Folder change

Post Reply
EduardoAlicante
Posts: 3
Joined: Sun Nov 06, 2005 1:09 am
Location: Puerto Nuevo

Help For Folder change

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Eduardo,

You may use <oFolder>:SetOption( <nOption> )
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply