FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Help For Folder change
Posts: 3
Joined: Sun Nov 06, 2005 01:09 AM
Help For Folder change
Posted: Sun Nov 13, 2005 05:11 PM

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

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Help For Folder change
Posted: Tue Nov 15, 2005 08:13 AM

Eduardo,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion