Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic Reports
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00382736
Message ID:
00382810
Views:
15
George:

Since your answer was so fast, copy the following into a prg and run it.

lcStr = "MESSAGEBOX('It works!', 0, 'Testing')"
lcProg = "c:\temp\testrun.prg"

lcSafety = SET("Safety")
SET SAFETY OFF

IF STRTOFILE(lcStr, lcProg) > 0
COMPILE &lcProg
DO &lcProg
ENDIF

SET SAFETY &lcSafety


Hope it helps,
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform