Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp50 - Select SQL
Message
 
À
06/03/1997 09:10:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00022936
Message ID:
00023131
Vues:
37
>>>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
>
>Hi Nabil
>Thanks for your answer. I would like my search results displayed
>on my form instead of in a browse type window. Can you help?
>
>Rob

if you don't give it a destination (into cursor, table, etc.) it will put in a browse window...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform