FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour User input screen
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
User input screen
Posted: Tue Jun 15, 2010 05:06 PM

Hi,

I will try to explain what I need to do as best I can....

I would like to set up a data entry screen that would have line by line data.
In each line there would be regular gets, comboboxes, checkboxes etc...

What I need, is a way to "add" a new line after the user enters the data on the current line.
I also need a way of scrolling through the list in case the user wants to go back and make changes.
(the list could end up with too many lines to fit on one screen)

Each line would always have the same format just different data in the fields.

Any suggestions would be appreciated :)

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: User input screen
Posted: Tue Jun 15, 2010 05:15 PM

Jeff,
I would say "xBrowse".
Best regards,
Otto

Posts: 990
Joined: Thu Nov 17, 2005 05:49 PM
Re: User input screen
Posted: Wed Jun 16, 2010 09:27 PM

Jeff;

Exactly as Otto said -- one word: Xbrowse. I do it all the time xbrowsing arrays.

Best,

Reinaldo.

Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Re: User input screen
Posted: Wed Jun 16, 2010 11:04 PM

Thanks Otto/Reinaldo,

I have never used xbrowse before but I see there are many posts on the subject ... Time to start reading :)

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)

Continue the discussion