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:
00667455
Views:
27
>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
I don't see anything wrong with this code. Try to run select from the command window and see if you can browse cursor created.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform