Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Assigning the cursor data into a grid.
Message
From
01/04/2003 09:42:39
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Assigning the cursor data into a grid.
Miscellaneous
Thread ID:
00772383
Message ID:
00772383
Views:
44
lcSource = "SELECT cn_no, cn_desc FROM chgnotce ;
WHERE chgnotce.project_no = projno ;
AND chgnotce.workpkg_no = workpkgno ;
AND DELETED() = .f. ;
ORDER BY project_no, workpkg_no ;
into cursor lcSource"

Could you please tell me how i can assign the two columns data from cursor lcsource into a grid. which is grid1 which has two columns both text boxes.


Thank you very much.
Next
Reply
Map
View

Click here to load this message in the networking platform