In the project with clipper 5.2 + FHW 1.98 , the dialogs mask are correctly diplayed :
http://img834.imageshack.us/i/errmaschera1.png/
after compiling with Harbour and FHW i have this situation :
http://img715.imageshack.us/i/errmaschera32bit.png/
the code of dialogs is this :
Code: Select all
if !lPreventivo
REDEFINE FOLDER oFld ID 110 OF oDlg;
PROMPT "&Testa", "&Corpo";
DIALOGS "EDIT_ORD1", "EDIT_PREV2" COLOR "B/W"
else
REDEFINE FOLDER oFld ID 110 OF oDlg;
PROMPT "&Testa", "&Corpo", "&Accettazione";
DIALOGS "EDIT_PREV1", "EDIT_PREV2", "EDIT_PREV3" COLOR "B/W"
endif