Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forceing screen to update
Message
From
13/08/1998 16:45:26
Donny Sims
Independent Computer Consultants Inc
Scottsboro, Alabama, United States
 
 
To
13/08/1998 13:21:45
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00126578
Message ID:
00126708
Views:
22
>Snip..
>>
>>ThisForm.LockScreen=.F.
>>Thisform.Label1.Caption='lengthy process .. please wait'
>>* lengthy data crunching commands here
>>
>>
>>But it made no difference, so I'm assuming lockscreen is not the problem.
>In fact I use plain, disabled textboxes for it and change the value. Even with counters didn't see a problem yet. You might try also.
>Cetin

Cetin

I implemented your suggestion as follows:
ThisForm.AddObject("TextBox1","TextBox")
WITH ThisForm.TextBox1
 .top=48
 .left=10
 .height=80
 .width=635
 .FontSize=11
 .visible=.T.
 .enabled=.F.
ENDWITH

ThisForm.Lockscreen=.F.
ThisForm.TextBox1.value='lengthy process .. please wait'
ThisForm.TextBox1.Refresh()
I had to add the Refresh() at the end before the screen would update on queue, has this been your experience also ?
Donny Sims

Life is what happens to us while were busy making other plans.
- John Lennon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform