Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Feature not available
Message
From
12/08/2005 21:44:40
 
 
To
12/08/2005 20:35:45
Maltin Lacsina
Angeles Electric Corporation
Angeles, Philippines
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
MySQL
Miscellaneous
Thread ID:
01040644
Message ID:
01040650
Views:
14
The MODIFY COMMAND command is not available in the run-time (compiled EXE). See Run-time command restrictions in the help file for more commands that are not available (like MODIFY FORM,...).

As an alternative to the internal editor, you could use an external editor (such as NotePad++ or SciTE Editor which are both Open Source). And then use the RUN /N command to execute the editor as follows:

lcProgram = "c:\program files\notepad++\notepad++.exe" + ' "' + lcFileName + '"'
RUN /N &lcProgram

Note that the double-quotes above are to enclose the file name to account for spaces in the path.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform