Message
General information
Fórum:
Visual FoxPro
Category:
Programação, sintaxe e comandos
Miscellaneous
ID da thread:
01459464
ID da mensagem:
01459511
Views:
54
>>>>>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?

Honestly I don't know. I don't think I had similar problem before.
If it's not broken, fix it until it is.


My Blog
Previous
Responder
Mapa
View