I made a folder
- Code: Select all Expand view
REDEFINE FOLDER oFld ID 500 OF oDlg ;
PROMPT "&Anagrafica","&Dettagli";
DIALOGS "AGENDA_EDIT_A", "AGENDA_EDIT_B"
oFld:aEnable = { .t., .f. }
on folder [1] there is a combo with bitmaps
- Code: Select all Expand view
REDEFINE COMBOBOX oDat[24] VAR aDat[24] ITEMS aProfessione ID 300 OF oFld:aDialogs[1];
BITMAPS { ".\bitmaps\Libro.bmp",;
".\bitmaps\docente.bmp",;
".\bitmaps\Fond.bmp",;
".\bitmaps\alunno.bmp" }
How I can make to show the dialog number 2 if the item of combobox is the number 4 ?
thanks in advance