Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delayed binding in VFP5?
Message
From
26/08/1997 12:35:18
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00046930
Message ID:
00046954
Views:
29
>>I was under the impression that in VFP5 there is delayed binding/instantiation with PageFrames, but I don't see any evidence of this. I have a form with a PageFrame with about 10 pages, and each page has at least one grid bound to a table or cursor. This form takes a very long time to load and when I use the Event Tracker, I notice that it seems to be going through the Init of all the pages, grids, columns, etc. Am I misunderstanding what this is supposed to do? I know about the work around involving saving the pages as classes and adding them as the user selects the page, but I don't want to do that if I don't have to.
>>
>>Thanks
>>Elyse
>
>would be nice, but everything on the form is initialized when the form is.

If any of your grids are based on views, you could set their nodataonload property to .T. and requery in the activate event of the page. This will cut some time off of your form load.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform