Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp50 - Select SQL
Message
From
05/03/1997 22:37:19
 
 
To
05/03/1997 09:19:57
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00022936
Message ID:
00023078
Views:
39
>I have perform a search using...
>select *;
>from datafile;
>where lastname=search_name;
>into cursor mycursor
>
>Now I want to user to pick the name he wants
>in mycursor from a grid on a form.
>How do I display the picked record in the datafile?

First let the user pick the record then do the following :
lcLastname = thisform.grid1.columnLastName.text1.value
select *;
from datafile;
where lastname=?lcLastName;
into cursor mycursor
System Analyst
Nabil B. Ghrayyeb
nabilg@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform