Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i speed-up my application.
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00542631
Message ID:
00542662
Views:
18
>>Dear All,
>>I have made a application For Invoicing. The Tables of this application consists of large number of records, upto 45000 records atleast 90 mb.I am executing SQL statements already to speedup my app but it still seems to be slow, since user have to wait for few sec, which he do not want to tolerate.
>>This app runs on P3. It takes time even to load form since it has many control on it.
>>Can View Help me inorder to get rid of this.
>>ThankU in advance
>

>If it is a form with a pageframe you can consider to place the controls on the pages into container controls. Then save the container controls with the other objects in it to a class.
>When the user loads the form not all the controlls are loaded.
>When te user clicks on a TAB then you add the container using addobject()
>
>Maybe this helps,


I use this technique quite often and it indeed speed up the from's load time.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform