Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing a label caption
Message
From
10/04/2000 18:55:11
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Refreshing a label caption
Miscellaneous
Thread ID:
00357731
Message ID:
00357731
Views:
61
Hi All,

I have a modal form I am using to build some files and display the results to the users. The processing is broken down into a number of methods. Before each method is called I assign a new value to a label field on the form and refresh the screen thereby telling the user what is going on. This all works fine except when the method executes a SQL statement. Then the label is not refreshed until after the method has executed. Here is the code:

ThisForm.lbl1.caption = "Running some SQL."
ThisForm.refresh
ThisForm.RunSomeSQL

The label caption is not refreshed until after the RunSomeSQL method has completed. Let me repeat that the above code works when the method does not execute a SQL statement. This is too wierd to me.

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform