Search found 31 matches

by GWard
Wed Feb 08, 2006 12:03 am
Forum: FiveWin for Pocket PC
Topic: VALID Clause For WINDOW
Replies: 8
Views: 2662

GWard, VALID is currently available just for dialogboxes, not for windows. Antonio, Any idea how long until implementation? I have a WINDOW with a data BROWSE that receives tags to various records. Before the user leaves the screen they are required to either clear or write the selection away to an...
by GWard
Tue Feb 07, 2006 1:17 pm
Forum: FiveWin for Pocket PC
Topic: VALID Clause For WINDOW
Replies: 8
Views: 2662

VALID Clause For WINDOW

Antonio,

I am getting a "parse error at WINDOW" if I include the VALID clause.

I have a WINDOW/MENU interface that requires validation before I close the WINDOW

How may I prevent exit from a WINDOW.
by GWard
Mon Jan 23, 2006 11:55 am
Forum: FiveWin for Pocket PC
Topic: Vertical Scrollbar Operation Not Working
Replies: 4
Views: 1568

Antonio,

Looks as if I have solved it by placing a DbSelectArea("FSTOCK") immediately before the @ 0,0 LISTBOX line.

It also works perfectly with file filters.

One to remember!

Cheers.
by GWard
Mon Jan 23, 2006 11:23 am
Forum: FiveWin for Pocket PC
Topic: Vertical Scrollbar Operation Not Working
Replies: 4
Views: 1568

Antonio, If I remove that section the LISTBOX only displays the first record. If I leave in only the oLbx:bSkip codeblock the entire file is displayed but the scrollbar still does not work until I tap on a different record. Even once the scroll down button activates the slider hits bottom many recor...
by GWard
Mon Jan 23, 2006 10:22 am
Forum: FiveWin for Pocket PC
Topic: Vertical Scrollbar Operation Not Working
Replies: 4
Views: 1568

Vertical Scrollbar Operation Not Working

I have various browses with vertical scrollbars operating correctly. I have added an additional LISTBOX as below @ 0,0 LISTBOX oLbx FIELDS FSTOCK->ROLL_NO,FSTOCK->QCODE,FSTOCK->LOCATION, ; str(FSTOCK->QUANTITY,7,2),FSTOCK->TEMP ; HEADERS "Roll No","Product","Loc","...
by GWard
Thu Dec 01, 2005 3:57 pm
Forum: FiveWin for Pocket PC
Topic: MULTISELECT in LISTBOX - How long until implementation
Replies: 16
Views: 7195

> 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 ...
by GWard
Wed Nov 30, 2005 9:58 pm
Forum: FiveWin for Pocket PC
Topic: MULTISELECT in LISTBOX - How long until implementation
Replies: 16
Views: 7195

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, "*", " " ...
by GWard
Wed Nov 30, 2005 12:07 pm
Forum: FiveWin for Pocket PC
Topic: MULTISELECT in LISTBOX - How long until implementation
Replies: 16
Views: 7195

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 ...
by GWard
Tue Nov 15, 2005 2:14 pm
Forum: FiveWin for Pocket PC
Topic: MULTISELECT in LISTBOX - How long until implementation
Replies: 16
Views: 7195

Antonio Linares wrote:GWard,

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

Many thanks!!

Customers *very* impressed.
by GWard
Tue Nov 15, 2005 12:00 pm
Forum: FiveWin for Pocket PC
Topic: MULTISELECT in LISTBOX - How long until implementation
Replies: 16
Views: 7195

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.
by GWard
Tue Nov 15, 2005 11:53 am
Forum: FiveWin for Pocket PC
Topic: Command Line Activation Of Explorer To "Mobile Device&q
Replies: 0
Views: 719

Command Line Activation Of Explorer To "Mobile Device&q

I create data transfer files using FWPPC and then want to transfer a folder from the Pocket PC to my clients network simply using 'Cut/Paste' or a drag. To make it simple I want to open explorer from my application and have the required folder on the PPC already selected ready for a right click and ...
by GWard
Tue Nov 08, 2005 11:47 am
Forum: FiveWin for Pocket PC
Topic: Empty menu
Replies: 19
Views: 6644

Antonio Linares wrote:GWard,

We are glad to know that you are satisfied with FWPPC :)
Antonio,

I will be overjoyed once MULTISEL is implimented :)
by GWard
Tue Nov 08, 2005 11:43 am
Forum: FiveWin for Pocket PC
Topic: Empty menu
Replies: 19
Views: 6644

Antonio Linares wrote:GWard,

You may download a new FWPPC build that works ok with "doneButton" and windows. Please review samples\nested.prg sample.
Antonio,

Excellent!!!

Many thanks.

Your product is opening up many possibilities for me.
by GWard
Tue Nov 08, 2005 10:17 am
Forum: FiveWin for Pocket PC
Topic: Empty menu
Replies: 19
Views: 6644

Pawel, Its a little more complex than that, but we already got it working :) There is a new FWPPC build ready to be downloaded. Please review samples\okbutton.prg working sample to see how to use it. Antonio, How can I get the OK button to close the current WINDOW when using nested windows. The cod...
by GWard
Wed Oct 26, 2005 9:52 pm
Forum: FiveWin for Pocket PC
Topic: WHEN option in REDEFINE MENUITEM
Replies: 4
Views: 1451

Antonio Linares wrote:GWard,

Thanks for your help, but we finally found at Microsoft forums some info that helped us to implement the WHEN clause for MenuItems. It is working ok :D
Antonio,

Downloading new version now.

Many thanks indeed