Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dataenvironment strange event names and sequence
Message
 
To
15/01/2004 12:45:06
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00867199
Message ID:
00867205
Views:
20
well you kind a have a point here , but take a look at the help

Remarks
The OpenTables method loads the data environment tables when the AutoOpenTables property of the data environment is set to false (.F.) or if the data environment has been unloaded using the CloseTables method. The OpenTables method acts like an event, that is it is called automatically if autoOpenTables = .T..

I set the AutoOpenTable to .F. and neither the OpenTables or BeforeOpenTables fired, this should mean that the OpenTable should be a Method instead of an Event, meanning that the OpenTable "Method" should be called by the programmer instead of firing itself as a event. maybe this could be called a Bug.
.......
DO WHILE .T.
      ME.Work()
ENDDO
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform