folders in fwh27
folders in fwh27
Hi, someone test in fwh27 an folder inside another folder, this dont work, i already try put winapi in rc file and change the name to FOLDER32, the folder dont diplayed.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Manuel Valdenebro
- Posts: 706
- Joined: Thu Oct 06, 2005 9:57 pm
- Location: Málaga-España
You can do from code:
@ 6.0, 9 SAY oSay[4] PROMPT "NOMBRE COMERCIAL:" OF oFol1:aDialogs[2] PIXEL
@ 21, 9 GET oGet[36] VAR oDbf:COMER OF oFol1:aDialogs[2] ;
PIXEL SIZE 170,10
@ 35, 9 CHECKBOX oChk2 VAR oDbf:COM_BOLD ;
PROMPT " Negrita" OF oFol1:aDialogs[2] PIXEL
@ 6,189 SAY oSay[7] PROMPT "Fila:" OF oFol1:aDialogs[2] PIXEL
@ 6,235 GET oGet[37] VAR oDbf:COM_FILA OF oFol1:aDialogs[2] PIXEL SIZE 30,10 RIGHT
. . . . . . . . . . .
@ 6.0, 9 SAY oSay[4] PROMPT "NOMBRE COMERCIAL:" OF oFol1:aDialogs[2] PIXEL
@ 21, 9 GET oGet[36] VAR oDbf:COMER OF oFol1:aDialogs[2] ;
PIXEL SIZE 170,10
@ 35, 9 CHECKBOX oChk2 VAR oDbf:COM_BOLD ;
PROMPT " Negrita" OF oFol1:aDialogs[2] PIXEL
@ 6,189 SAY oSay[7] PROMPT "Fila:" OF oFol1:aDialogs[2] PIXEL
@ 6,235 GET oGet[37] VAR oDbf:COM_FILA OF oFol1:aDialogs[2] PIXEL SIZE 30,10 RIGHT
. . . . . . . . . . .
Un saludo
Manuel
Manuel
in fw work
hi, in fw (16 bits works...), in last versions of fwh works too. ( fwh24);
windows or fw/fwh limitation?
This is a windows or fw/fwh limitation??? why in previsions versions of fw/fwh this work?? i have this working in old versions of fw, using REDEFINE FOLDER ... OF OFLD:aDialogs[1].
thanks
thanks
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: