N
nabira
Dim lista1() As Long
Begin Dialog UserDialog 700,200,"Titolo"
Text 10,10,680,15,"Selezionare i tipi oggetto"
ListBox 10,25,680,150,sString(),.lista1
OKButton 10,175,100,21
End Dialog
I would like to build an UserDialog with a ListBox that allows
MULTIPLE SELECTION. Is it possible?
thanks
Naibira
Begin Dialog UserDialog 700,200,"Titolo"
Text 10,10,680,15,"Selezionare i tipi oggetto"
ListBox 10,25,680,150,sString(),.lista1
OKButton 10,175,100,21
End Dialog
I would like to build an UserDialog with a ListBox that allows
MULTIPLE SELECTION. Is it possible?
thanks
Naibira