On Wednesday, 17 October 2012 23:30:35 UTC+5:30, Uskerine wrote:
I found GET.. LISTBOX:aciTREATMENT := {"Sr.","Sra.","Srta.","Don","-"}
@3,15,10,25 GET TREATMENT ;
LISTBOX aciTREATMENT DROPDOWN SCROLLBAR
I use Clipper 5.01 (and Harbour 3.0) and it doesn't have this feature. I've seen it in Clipper 5.3. Yes, you can use it in Harbour also.
To implement what I was looking for.
I will explore COMBO too, which are the differences between both?
The major difference between a COMBOBOX and LISTBOX are:
From a LISTBOX, you can only select from the list of choices available and cannot enter a new value in the get. Whereas in a COMBOBOX you have the option of selecting any item from the list and at the same time you can supply a value which is not available in the list.
In Visual Basic, Combobox is used for single selection, while listbox can be used for multiple selection. Not sure about this feature here in Harbour.
If you need, I can supply the source code for the combo routine.
Regards,
Swapan