Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not refreshing, not lockscreening.
Message
From
28/04/2009 13:28:43
 
 
To
28/04/2009 12:48:21
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:
01396747
Views:
77
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.


Yelena


>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
Next
Reply
Map
View

Click here to load this message in the networking platform