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:
00667111
Vues:
25
Try
SELECT optwords from smltbl ;
  WHERE smltbl.opttitle = 'APPR_CD' ;
    AND smltbl.optwords like 'REJ%' ;
  into cursor cSource
thisform.text1.value = cSource.optwords
>lcSource = "SELECT optwords from smltbl ;
>WHERE smltbl.opttitle = 'APPR_CD' ;
>AND smltbl.optwords like 'REJ%' ;
>into cursor cSource"
>
>&&How can i show the result of the query in the text box
>&&I am doing this but nothing is happening.
>
>thisform.text1.value = lcSource
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform