Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find value in grid
Message
From
13/11/2002 13:21:57
 
 
To
13/11/2002 13:06:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00722243
Message ID:
00722253
Views:
10
>hello
>
>i have a grid with three fields searchitem,beginitem,enditem.i want to find the begin and end items from another table and put in beginitem and enditem field.
>
>for example
>if user enter 10100 in searchitem it should display 10000,14000 in the beginitem and enditem.
>
>it get the data from header table where the structure is beginitem and enditem
>
>10000-14000
>14001-15000
>....
>
>txs for any input.

Create an index on beginitem and on enditem, and use LOCATE:

LOCATE FOR searchitem>= beginitem and searchitem <= enditem
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform