Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modify Command--Eliminating 'Do you want to save changes
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00773353
Message ID:
00773362
Vues:
10
This message has been marked as the solution to the initial question of the thread.
>Hi all:
>
>I have an application that requires a user to edit a PRG file in the runtime environment while getting the syntax coloring. Currently, I'm using the MODI COMM command to do this.
>
>My problem is that my users don't want the prompt, "Do you want to save your changes?" to come up. Is there some way I can turn this off?
>
>Thanks!
>
Hi Paul,

AFIAK, you cannot disable that prompt. As workaround, you can assign FN key to close MODI COMM window w/o saving changes and w/o prompt.
ON KEY LABEL f5 DO DiscardChanges
...
* PROGRAM DiscardChanges
KEYBOARD "{CTRL+Q}Y" PLAIN CLEAR
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform