Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting a single field to a variable.
Message
From
09/06/1999 17:54:25
 
 
To
09/06/1999 17:50:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00228166
Message ID:
00228174
Views:
14
>(I'm new to VFP). I'm trying to figure out how to select a field (ie. Cust_ID) into a variable (ie. nNext_ID), without opening a browse window. Currently, doing a command like 'select cust_id as next_id from ids' does indeed get me the information I need, but opens a browse window; therefor requiring manual input from the console to continue.
>
>Any suggestions?
>
>-Brian D. McGrew
>Machine Vision Products
>brian@visionpro.com

for active record:
nNextid=mytable.cust_id
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform