FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Disable a tab on a folder
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Disable a tab on a folder
Posted: Tue Oct 25, 2005 07:10 PM

Hi Everybody,

Is there a way to disable a tab on a folder, for example something like:

IF nValue <> 1
oFld1:Disable()
ENDIF

This way only oFld1 would not be clickable but the rest would.

Thanks in advance,

Jeff

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
Re: Disable a tab on a folder
Posted: Tue Oct 25, 2005 08:19 PM
Jeff Barnes wrote:Hi Everybody,

Is there a way to disable a tab on a folder, for example something like:

IF nValue <> 1
oFld1:Disable()
ENDIF

This way only oFld1 would not be clickable but the rest would.

Thanks in advance,

Jeff


Jeff

you can do it this way

oFld1:aEnable = { .f., .t., .t., .T., .T.,.T. }

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Disable a tab on a folder
Posted: Tue Oct 25, 2005 10:21 PM

Thanks

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)

Continue the discussion