Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Event Firing
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Event Firing
Miscellaneous
Thread ID:
00553110
Message ID:
00553110
Views:
50
Hi all,

Why does placing a Requery of a view in the Form.Load event work?

I have a form with a DE. In the DE are several tables and views, one view (large amount of data) has the NODATAONLOAD property set to True. In the Form.Load() I issue a REQUERY of the large view and data is loaded. What confuses me is that the cursor for the view has not Inited (at least as I understand event firing) the requery command. What have I missed?

My understanding of event firing sequence is:

DE.OpenTables
DE.BeforeOpenTables
Form.Load
DE.Init
Form.Init

and so forth.

The cursors are Inited between Form.Load and DE.Init.

Thanks,

Robert
Next
Reply
Map
View

Click here to load this message in the networking platform