Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh order problems
Message
From
08/01/1999 13:43:53
 
 
To
08/01/1999 13:40:43
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00174120
Message ID:
00174135
Views:
34
>>It might be a solution to have your own 'refresh' method and don't use Form.Refresh
>
>Thanks Ed I will give that some thought. I could then use a for next loop like:
>
>for 1 to XX
> _SCREEN.Object#.Refresh
>next
>
>or something ( I will need to research the syntax!!! )
>
>
>Thanks
>Terry

Short syntax would be like:
For Each oControl in Thisform.Controls
oControl.Refresh
Endfor
but it would be simulation of Form.Refresh, so you may type exact sequence of control.refresh statements.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform