Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not refreshing, not lockscreening.
Message
From
28/04/2009 14:36:16
 
 
To
28/04/2009 13:28:43
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01396731
Message ID:
01396772
Views:
65
>Chris,
>I use an invisible shape object that I place on the page. In the UEIEnable event of this object I would place your code for the page
>
>    LPARAMETERS lEnable
>    IF lEnable
>       Lockscreen= .T.
>       form.datacrunch()
>       Lockscreen= .f.   
>   ENDIF
>
>
>The code in this event will only run once when the page is activated.

I've already got code doing that - it looks like nothing is happening until the data crunching is over. I want the form controls to appear *first*, then lockscreen and do the data crunching. But the page won't show anything.

>
>>On page 3 of my pageframe I have a grid and handful of textboxes. When the page is activated, it does some heavy data processing including SQL work to populate the grid and textboxes with results of some of those calculations. Given the time it's taking to do the work, I wanted to display the page blank (so the user sees a quick response) and then fill in the data.
>>
>>I think "No problem. Refresh(), Lockscreen= .T., form.datacrunch()." Except that no number or location of Refreshes, Lockscreens - true or false, makes this happen the way I want. What or where should I be looking at to figure this out?
>>
>>Chris.
Previous
Reply
Map
View

Click here to load this message in the networking platform