Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp50 - Select SQL
Message
De
05/03/1997 22:37:19
 
 
À
05/03/1997 09:19:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00022936
Message ID:
00023078
Vues:
43
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform