FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How select many lines
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
How select many lines
Posted: Sun Sep 03, 2006 09:10 AM

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,

Best Regards, Saludos



Falconi Silvio
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
How select many lines
Posted: Mon Sep 04, 2006 10:41 PM

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

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
How select many lines
Posted: Tue Sep 05, 2006 06:04 AM

Silvio,

Please review samples\TestLbx4.prg

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
How select many lines
Posted: Tue Sep 05, 2006 08:09 PM
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:
[/img]
Best Regards, Saludos



Falconi Silvio
Posts: 97
Joined: Sun Nov 20, 2005 04:32 PM
How select many lines
Posted: Thu Sep 07, 2006 07:54 AM
Silvio wrote:
[/img]


Dear Silvio,

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

Best regards, Norbert
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
How select many lines
Posted: Thu Sep 07, 2006 10:34 AM

WITH VTASKBAR OD CANALFIVE
YOU MUST WRITE TO PACO@canalfive.com

Best Regards, Saludos



Falconi Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
How select many lines
Posted: Thu Sep 07, 2006 10:38 AM

AND THEN YOU MUST FOUND fsdi CLASS FROM AVEMUNDI

Best Regards, Saludos



Falconi Silvio
Posts: 97
Joined: Sun Nov 20, 2005 04:32 PM
How select many lines
Posted: Thu Sep 07, 2006 11:11 AM
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
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
How select many lines
Posted: Thu Sep 07, 2006 12:07 PM

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 ....

Best Regards, Saludos



Falconi Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
How select many lines
Posted: Fri Sep 08, 2006 11:55 AM

Dear Antonio,
Any Idea for wbrowse of hernan ?


Best Regards, Saludos



Falconi Silvio

Continue the discussion