MULTISELECT in LISTBOX - How long until implementation

MULTISELECT in LISTBOX - How long until implementation

Postby GWard » Thu Oct 20, 2005 9:02 am

Hello Antonio,

As subject.

I would like to know how long until I am able to include multiple selection of items in my stock system LISTBOX browses.

Will my users be able to simply drag the stylus down the browse to select consecutive rows similar to "Pocket Word"

Many thanks.
GWard
 
Posts: 31
Joined: Thu Oct 13, 2005 10:18 am
Location: UK

Postby Antonio Linares » Thu Oct 20, 2005 9:17 am

GWard,

You are browsing a DBF on the listbox, right ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Richard Chidiak » Thu Oct 20, 2005 9:53 am

Antonio Linares wrote:GWard,

You are browsing a DBF on the listbox, right ?
:)

Antonio,

This feature (multisel) is in Hernan DC's twbrowse , it is very useful. If it could be adapted to fw's browse (fwh and pocket), that would be fantastic.

Richard
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Postby GWard » Thu Oct 20, 2005 10:06 am

Antonio Linares wrote:GWard,

You are browsing a DBF on the listbox, right ?


Antonio,

Yes.

The user selects a product order from one DBF. I then display all factory locations in which the product is stored within another DBF browse.

They select the location they are standing at and the individual product items within the location are displayed in a DBF browse.

They then select the actual numbered products to extract.

Rather than tapping on 6 consecutive items I want them to drag the stylus down the 6 and tap the "Include Selected" BUTTON.

BTW I meant like "Pocket Excel" not "Word"
GWard
 
Posts: 31
Joined: Thu Oct 13, 2005 10:18 am
Location: UK

Postby GWard » Tue Oct 25, 2005 9:55 am

Antonio,

Sorry to press you on this but do you have a time frame for the inclusion of multi-select.

I have reached a point where I can demonstrate my application to the client and the ability to drag the stylus down and mark multiple LISTBOX items is very important.

Many thanks
GWard
 
Posts: 31
Joined: Thu Oct 13, 2005 10:18 am
Location: UK

Postby Antonio Linares » Wed Oct 26, 2005 4:10 pm

GWard,

Our friend Hernan has a browse for FiveWin which has what you need. We may try to port it to FWPPC. We may need several days.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby GWard » Wed Oct 26, 2005 9:48 pm

Antonio Linares wrote:GWard,

Our friend Hernan has a browse for FiveWin which has what you need. We may try to port it to FWPPC. We may need several days.


Antonio,

That is great news.

The feature will be VERY useful indeed.
GWard
 
Posts: 31
Joined: Thu Oct 13, 2005 10:18 am
Location: UK

Postby GWard » Tue Nov 15, 2005 12:00 pm

Antonio Linares wrote:GWard,

Our friend Hernan has a browse for FiveWin which has what you need. We may try to port it to FWPPC. We may need several days.


Antonio,

Sorry to press you on this but any news on MULTISELECT.

This feature could form an essential part of an application I am developing with FWPPC.
GWard
 
Posts: 31
Joined: Thu Oct 13, 2005 10:18 am
Location: UK

Postby Antonio Linares » Tue Nov 15, 2005 1:55 pm

GWard,

We may provide an answer in a day or two.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby GWard » Tue Nov 15, 2005 2:14 pm

Antonio Linares wrote:GWard,

We may provide an answer in a day or two.


Antonio,

Many thanks!!

Customers *very* impressed.
GWard
 
Posts: 31
Joined: Thu Oct 13, 2005 10:18 am
Location: UK

Postby GWard » Wed Nov 30, 2005 12:07 pm

Antonio Linares wrote:GWard,

We may provide an answer in a day or two.


Antonio,

Sorry to keep on at this but my customer is pressing me for some idea of time scales.

I need the ability to multi-select in browses as soon as is possible as I am racing to complete development as the factory extension in which the software will be used is being built.

I realise we are not yet at official release but the 'pre-release' versions have opened up so many possibilities my customers wish to take advantage of.

Many thanks
GWard
 
Posts: 31
Joined: Thu Oct 13, 2005 10:18 am
Location: UK

Postby Antonio Linares » Wed Nov 30, 2005 6:05 pm

GWard,

We are delayed porting Hernan's browse to FWPPC.

Anyhow, you can simulate multiselection with the actual browse. Simply add a logical field to your DBF, i.e. "select". In the browse list of fields you show a "*" if select is true: If( select, "*", " " ).

When the user doble click on the browse row, then you change "select" field status and repaint the browse row.

Please try it. Let us know if you need help to get it working.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby GWard » Wed Nov 30, 2005 9:58 pm

Antonio Linares wrote:GWard,

We are delayed porting Hernan's browse to FWPPC.

Anyhow, you can simulate multiselection with the actual browse. Simply add a logical field to your DBF, i.e. "select". In the browse list of fields you show a "*" if select is true: If( select, "*", " " ).

When the user doble click on the browse row, then you change "select" field status and repaint the browse row.

Please try it. Let us know if you need help to get it working.


Antonio,

This may be bad news for me!!

I already implement a 'select' field within the database for marking single rows. What I require is for the user t be able to drag the stylus down a sequence of rows and have them all selected.

The development is built around stock areas that contain rolls of fabric. Each individual roll is allocated a location so there is a ROLL - LOCATION relationship.

The user selects customer orders to process and I upload the relevant data to the hand held. With the hand held in front of them the user selects an order to process say ORDER 1 - PRODUCT 1. My software then displays a browse that displays all stock location in which PRODUCT 1 is stored.

PRODUCT 1
--------------

LOC_____ROLL NO__VOLUME__
<A01 >< 06 Rolls><300mtrs>
<B02 >< 25 Rolls><2500mts>
<C05 >< 10 Rolls><500mts>

If The user taps on the 'Rolls' column another browse displays the individual rolls contained within that location e.g. User Taps '25' at LOCATION 'B02' he then sees

(PRODUCT 1 STOCK HELD IN LOCATION B02..........)

ROLL NO_____LENGTH___USE ROLL____
<Roll No 01> <50.00> <Selected (*/' ')>
<Roll No 02> <45.00> <Selected (*/' ')>
<Roll No 03> <60.00> <Selected (*/' ')>
<Roll No 04> <50.00> <Selected (*/' ')>
<Roll No 05> <50.00> <Selected (*/' ')>
<Roll No 06> <50.00> <Selected (*/' ')>
<Roll No 07> <50.00> <Selected (*/' ')>
<Roll No 08> <50.00> <Selected (*/' ')>
<Roll No 09> <50.00> <Selected (*/' ')>
<Roll No 10> <50.00> <Selected (*/' ')>
<Roll No 11> <50.00> <Selected (*/' ')>
.......
<Roll No 25> <50.00> <Selected (*/' ')>


If the user taps individually on column 3 the roll is marked with an '*' however if the user wants to include rolls 04 - 11 I want them to select these rolls by dragging the stylus down these rows then tapping a "Use Selected" button.

There may be 15-20 rolls in a location that the user wishes to extract out of maybe 40. I want to avoid the need to tap 15-20 individual rows.

Hope this explains my requirements.
GWard
 
Posts: 31
Joined: Thu Oct 13, 2005 10:18 am
Location: UK

Postby Enrico Maria Giordano » Wed Nov 30, 2005 10:50 pm

Maybe you can give your user the chance to select a range of record with just two clicks, one on the first record and one on the last.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8356
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Postby Antonio Linares » Thu Dec 01, 2005 8:58 am

>
Maybe you can give your user the chance to select a range
of record with just two clicks, one on the first record and one on the last.
>

Yes, or use two comboboxes, one for "start" and the other for "end", so the user just have to do two selections and use the browse just for review items, not for select them (respecting the browse standard mouse behavior).
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Next

Return to FiveWin for Pocket PC

Who is online

Users browsing this forum: No registered users and 7 guests