Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid on a Pageframe
Message
From
11/10/2001 06:44:52
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00566281
Message ID:
00566844
Views:
10
>Hi!
>
>Jimi, it is very strange indeed and probably you have some code on the form and grid that fire multiple repeated times causing slow down of the refreshing. You can take a look to what is happening during refresh by using built in VFP feature - eventa tracking or coverage profiler. Foirst is a simple - open oputput window in the debugger and switch on events tracking just before the moment when grid is refreshed slowly. See what is in output window. You will see all events called during that process. In your code you can also use DebugOut command to display something in the output window to see also how your methods work in that process. This way you will see which events are called too much times and why. Then when you figure out something extra that was not predicted in your code, put SET STEP ON in that code to stop a program and see how it works in step-by-step mode.
>
>Let me know what you did figured out...
>

I removed any single script from the pageframe and grid but just the same.. I'm gonna change it to a listbox with array.. no time for more testing :(
error(503): file structure failure, signature file corrupted.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform