Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh Problem
Message
 
To
09/01/2007 16:37:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01183981
Message ID:
01184246
Views:
14
>Hi All,
>
>
>I'm converting an existing application and have created a form that has a label and cancel button on it. There's a method defined on the form that handles the main processing. The label is used to display progress of the update through the file by showing the current record number in the database. As the form executes the label isn't refreshing properly.... not sure what's wrong.
>
>
>thanks in advance,

Don,
your problem is not with the refresh. Refresh only updates the data in data bound objects. After each time you update the label run the form Draw method. This updates the display of the form.
Thisform.Draw()
Beer is proof that God loves man, and wants him to be happy. - Benjamin Franklin
John J. Henn
Previous
Reply
Map
View

Click here to load this message in the networking platform