Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WebBrowser and Text File
Message
From
19/03/2004 18:18:49
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00888066
Message ID:
00888109
Views:
14
>no. the window flares briefly and then the wait wind message comes up.

You mentioned nothing about a wait window. If I Put this code in the EditBox.Click, it works for me:
LOCAL cOldSafety
cOldSafety = SET("SAFETY")
SET SAFETY OFF
STRTOFILE(this.Value,"xyz.txt")
MODIFY FILE xyz.txt
this.Value = FILETOSTR("xyz.txt")
SET SAFETY &cOldSafety
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform