I have a folder I I wish show only one folder and enable the others
but I not Know the nOption selected
sample :
function Configurazione(nscelta)
....
@ 2.3, 2 FOLDER oFld PIXEL ADJUST ;
ITEMS "&Dati della scuola","Parametri Generali",;
"Calcolo","Orario delle lezioni","Ore per giorno","Assenze";
SIZE 235,190
oFld:nOption:=nscelta
there is a method to enable the others or I made Case endcase ?
Folder enable
- Silvio.Falconi
- Posts: 7136
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 1 time
Folder enable
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Re: Folder enable
Silvio,
I think You mean folderpages
You can use any of these options :
DisableTab( nOption )
EnableTab( nOption )
or
HideTab( nOption )
ShowTab( nOption )
it works with TFoldex
regards
Uwe![Very Happy :D](./images/smilies/icon_biggrin.gif)
I wish show only one folder and enable the others
I think You mean folderpages
You can use any of these options :
DisableTab( nOption )
EnableTab( nOption )
or
HideTab( nOption )
ShowTab( nOption )
it works with TFoldex
regards
Uwe
![Very Happy :D](./images/smilies/icon_biggrin.gif)
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Massimo Linossi
- Posts: 508
- Joined: Mon Oct 17, 2005 10:38 am
- Location: Italy
Re: Folder enable
...
Last edited by Massimo Linossi on Wed Sep 19, 2018 5:44 pm, edited 1 time in total.
- Silvio.Falconi
- Posts: 7136
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 1 time
Re: Folder enable
Massimo Linossi wrote:oFld:aEnable := {.T.,.T.,.F.}
clap clap ....I Know it ...
I mean another argument
I not Know the nOption value and the user select it from a menu
when I open the folder I must show only that tab and block the others
I must make type
case nscelta = 1
oFld:aEnable := {.T.,.f.,.F.}
case nscelta = 2
oFld:aEnable := {.F.,.t.,.F.}
or exist another method ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- Enrico Maria Giordano
- Posts: 8753
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 4 times
- Contact:
- Silvio.Falconi
- Posts: 7136
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 1 time
Re: Folder enable
thanks enrico
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com