Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing controls from a form
Message
From
13/03/2021 06:17:23
 
 
To
12/03/2021 17:24:22
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01678811
Message ID:
01678948
Views:
60
>>At Runtime (first opening of the form) we genrerate alle input fields, Pages of Pageframe,... by newobject() Command based on a Table in the Customers Database. So every Cusomer can customize his Program. In a little Form we can "configure" these Objects.
>
>Sounds great! I did something like that ages ago. In MaxFrame we had a feature to populate pages with controls, the first time the page is accessed. That way the form loads really fast, and only loads things as needed.

You can even do better: addobject() each singular control via timer at intervals of 0.1s - the singular control is fast enough so app still is responsive. Stop timer if page not fully loaded is accessed and load that, resume timer...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform