Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MODIFY FILE in executable
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01459464
Message ID:
01459505
Vues:
72
>>>>I have included a few command buttons with MODIFY FILE xxx NOEDIT NOWAIT in my application. Problem seems to be that when compiled into an executable these commands don't seem to do anything, any idea why?
>>>>
>>>>Thanks,
>>>> Nick
>>>
>>>Why do you want NOWAIT?
>>
>>Now removed NOWAIT but still nothing. In fact what happens now is that after running this code I can nolonget close down the application, the exit button seems to stop working.
>
>Perhaps you need to define your own window. I'm guessing VFP window is not visible for some reason or goes behind.

Tried that, didn't work. Guess I might be doing it wrong, this is what I tried:
DEFINE WINDOW MyText FROM 0,0 TO 100,100
MODIFY FILE "ImportTrans.log" NOEDIT IN WINDOW MyText
Am I missing something obvious?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform