FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Listbox, updating SELECT values
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Listbox, updating SELECT values
Posted: Wed Jan 30, 2013 06:58 AM

Hello,

I am using DBFCDX and I have a program that displays all data in a LISTBOX when screen opens. The initial LISTBOX has no SELECT, however I need to create / update select values based on criteria user enters. The criteria screen will have many criteria options and SELECT may have as much as 10 values.

Can someone provide an example of a LISTBOX or XBROWSE? I know XBROWSE is the way to go but I just upgraded to FWH1212 and I need to complete this function within the next two days.

Thank you in advance for your assistance.

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Listbox, updating SELECT values
Posted: Wed Jan 30, 2013 03:37 PM
Use scopes instead:

Code (fw): Select all Collapse
SET SCOPE TO xValue


EMG

Continue the discussion