Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter data in a Grid RecordSource
Message
From
23/03/2004 10:29:08
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00888525
Message ID:
00888872
Views:
10
Why this code doesn't work!?

Object:Grid1                Procedure:Init()

lodo = Createobject("CursorAdapter")
lodo.DataSourceType="ODBC"
lodo.alias="ODBC_CCS"
lodo.Datasource=Sqlstringconnect("DRIVER=SQL Server;Network=DBMSSOCN;SERVER=172.27.26.12;database=operacionesctv;uid=operacionesctv;pwd=rachel101")
lodo.SelectCmd="select * from supervisores"
lodo.CursorFill()
this.RecordSource="ODBC_CCS"


THX.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform