Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Feature not available
Message
De
12/08/2005 21:44:40
 
 
À
12/08/2005 20:35:45
Maltin Lacsina
Angeles Electric Corporation
Angeles, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
MySQL
Divers
Thread ID:
01040644
Message ID:
01040650
Vues:
13
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform