Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I load SQL Pass Through data into a grid?
Message
From
20/05/2003 11:53:03
 
 
To
20/05/2003 11:43:56
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00790536
Message ID:
00790550
Views:
25
I assume these are the properties you need to use:

with thisform.Grid1
.RecordSource = ""
.RecordSourceType = 1 && Alias
.RecordSource = "cuList2"
.refresh()
.setfocus()
endwith
Previous
Reply
Map
View

Click here to load this message in the networking platform