Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to show the result in text box,
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00667107
Message ID:
00667444
Vues:
21
Sergey,
I am sorry I am getting this error "Alias cSouce not found".
When i am using the below code for displaying the result in text box.

******************************************
SELECT optwords from smltbl ;
WHERE smltbl.opttitle = 'APPR_CD' ;
AND smltbl.optwords like 'REJ%' ;
into cursor cSource

thisform.text1.value = cSource.optwords
******************************************
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform