Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program uses wrong files
Message
From
23/04/1998 15:53:06
 
 
To
23/04/1998 15:47:14
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00094430
Message ID:
00094440
Views:
19
>Thanks - I think I get the idea - could you be a TINY BIT more specific?
>I think I want...
>
>WITH THISFORM.DataEnvironment
> .Cursor1.Database = ...
> .Cursor2.Database = ...
>ENDWITH
>
>Is that right? How do I programatically loop through all the cursors in
>the Data Environment?
>
>Don Smith

Basically, that's right. Also, if all cursors are originated from dbc-tables/views then you can make it even simpler:
***DE.BeforeOpenTables Event
Thisform.SetAll("database",oApp.datapath+oApp.dbcname,"cursor")
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform