Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding cursor to DataEnvironment programatically
Message
From
08/10/2002 04:27:26
 
 
To
07/10/2002 10:55:48
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00708376
Message ID:
00708647
Views:
9
Hi,

>>How can I add tables to the DataEnvironment via code? <<
WITH thisform.dataenvironment
  .AddObject("MyCursor","Cursor")
  .MyCursor.Database  = "MyDatabase"
  .MyCursor.CursorSource = "MyTable.dbf"
  * etc...
ENDWITH
HTH,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform