Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formless Cursor Adapters
Message
From
04/01/2005 16:11:06
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Formless Cursor Adapters
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00974198
Message ID:
00974198
Views:
49
Basically I create cursor using Data Adapters in forms.


WITH Thisform.DataEnvironment.&tcCursorName
.Alias = tcCursorName
.DataSourceType = "ODBC"
.Datasource = (oApp.nConnectionHandle)
.Name = tcCursorName
.Selectcmd = "SELECT * FROM Users "
.Tables = "Users"
ENDWITH

Now if I'm querying data outside of any form, how do I use the cursor adapter to get this data? Create a DEClass Object under _Screen and add it to it? Or is there another way of doing it?

Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform