Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh Problem
Message
From
15/07/2002 15:00:42
 
 
To
15/07/2002 11:20:37
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00678067
Message ID:
00678810
Views:
15
Hi Calvin,

Try storing the desired result value to the appropriate control values thru code, like this:
store lcResult to thisform.textbox.value
store lcResult2 to thisform.textbox2.value
This will be more efficient than refresh(), and will display the new values as specified.

Glenn

>Glen, Thanks for reminding me about the pre /pre thing. I always forget. In any case, I think you may have misunderstood my problem. I want the screen to refresh. The code goes out to an Access database and does some calculations to generate a code that the user can use to unlock the ignition on a vehicle. This code is what does not appear on the screen and to make matters worse the button that initiates the process does not disable, so that the user can click on it again and thus generate codes that will be incorrect. Any ideas?
>
>I have noticed this before whenever VFP calls an external program it has trouble refreshing the current screen.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform