Dietmar,
Please wait, I am testing the code myself and there is something wrong...
I am checking it
Folder Itemsize
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Folder Itemsize
Dietmar,
Please try it this way:
This is a workaround to see if we recover that missing line. Later on we will try to discover why such line is missing. Thanks,
Please try it this way:
Code: Select all
ACTIVATE DIALOG oDlg CENTER ;
ON INIT AEval( oFolder:aDialogs, { | o | o:Move( o:nTop + 5, o:nLeft ), o:nHeight -= 4 } )
- Dietmar Jahnel
- Posts: 83
- Joined: Mon Oct 17, 2005 10:33 am
- Location: Austria
- Contact:
Re: Folder Itemsize
Code: Select all
REDEFINE Folder SuchFolder ID 210 OF sDlg UPDATE;
Prompts " Entscheidungen/Literatur " , " Gesetzessuche ", " Kommentare " ;
DIALOGS "Suchschirm2", "Gesetzessuche", "Kommentare";
OPTION 1;
ON CHANGE( SetFoREDEFINElder( SuchFolder, nOption, nOldOption ) )
SuchFolder:nFdHeight += 35
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Folder Itemsize
Dietmar,
Please don't use this code:
Do it as explained here:
http://forums.fivetechsupport.com/viewt ... 168#p94168
Please don't use this code:
Code: Select all
SuchFolder:nFdHeight += 35
http://forums.fivetechsupport.com/viewt ... 168#p94168
- Dietmar Jahnel
- Posts: 83
- Joined: Mon Oct 17, 2005 10:33 am
- Location: Austria
- Contact:
Re: Folder Itemsize
Thank Antonio,
The workaround ist working fine!
Dietmar
The workaround ist working fine!
Dietmar
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: