Page 1 of 1

How select many lines

PostPosted: Sun Sep 03, 2006 9:10 am
by 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,

PostPosted: Mon Sep 04, 2006 10:41 pm
by James Bott
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

PostPosted: Tue Sep 05, 2006 6:04 am
by Antonio Linares
Silvio,

Please review samples\TestLbx4.prg

PostPosted: Tue Sep 05, 2006 8:09 pm
by Silvio
Thanks Antonio,
But I must use Wbrowse of Hernan Ceccarelli because I use height and color variable and other..

And I use a listbox but there are ARRAY type amat[x,y] with
oBrw:SetArray( aMat )

I try with Tmultiselect of Wbrowse ( Ceccarelli) but it want an alias
I try with asekections() ( Wbriwse standard) but it make error


the user must select only on (vertical) column and not for Row ( orizontal)
Example: I must select the day 5.09.2006 from 08:00 to 12:30

see the picture here to understand it:
Image[/img]

PostPosted: Thu Sep 07, 2006 7:54 am
by NK
Silvio wrote:Image[/img]


Dear Silvio,

How did you generate then the left tax strip? is it possible in fivewin ?

Best regards, Norbert

PostPosted: Thu Sep 07, 2006 10:34 am
by Silvio
WITH VTASKBAR OD CANALFIVE
YOU MUST WRITE TO PACO@canalfive.com

PostPosted: Thu Sep 07, 2006 10:38 am
by Silvio
AND THEN YOU MUST FOUND fsdi CLASS FROM AVEMUNDI

PostPosted: Thu Sep 07, 2006 11:11 am
by NK
Silvio wrote:AND THEN YOU MUST FOUND fsdi CLASS FROM AVEMUNDI


Many thanks to you. i have send paco an email.
for avemundi: have you an link for me ?

Best regards, Norbert

PostPosted: Thu Sep 07, 2006 12:07 pm
by Silvio
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 ....

PostPosted: Fri Sep 08, 2006 11:55 am
by Silvio
Dear Antonio,
Any Idea for wbrowse of hernan ?

--------------------------------------------