Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to show the result in text box,
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00667107
Message ID:
00667111
Views:
26
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform