I made a normal listbox with array
I want select many lines to save on these lines the same record
I use wbrowse of Hernan
I hope this is possible !!!
thanks,
Falconi Silvio
I made a normal listbox with array
I want select many lines to save on these lines the same record
I use wbrowse of Hernan
I hope this is possible !!!
thanks,
Even if it is possible, it is not a good design. It is better to use two browses, one empty. The user then selects an item from the full browse, and adds it to the empty one. You also need a Remove button.
This way the user can see which items they have selected.
James
Silvio,
Please review samples\TestLbx4.prg
[/img]WITH VTASKBAR OD CANALFIVE
YOU MUST WRITE TO PACO@canalfive.com
AND THEN YOU MUST FOUND fsdi CLASS FROM AVEMUNDI
Silvio wrote:AND THEN YOU MUST FOUND fsdi CLASS FROM AVEMUNDI
http://www.avemundi.com/archivos/fsdi2006.zip
this is a fsdi class but I cannt compile the sample because there was not many functions and the author not give me it...
If you try to compile and run it can you send me the file correct ?
seeing how run fsdi now I remake only a windows with many coordinates but I want use this class ....
Dear Antonio,
Any Idea for wbrowse of hernan ?