Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Suppress the compile message.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00589370
Message ID:
00589391
Vues:
21
This message has been marked as the solution to the initial question of the thread.
Doron,

Will this work?
declare integer GetDesktopWindow in win32api
declare integer LockWindowUpdate in win32api integer lnHandle
hw = GetDeskTopWindow()
LockWindowUpdate(hw)
compile myprogram.prg
LockWindowUpdate(0)
>Hi All,
>
>I am trying to make the compile message not to apear using the following commands:
>
>SET TALK OFF
>SET NOTIFY OFF
>
>But that does not help. I am dumping an sql into a prg and
>then execute it.
>
>
>
>Thanks,
>
>Doron
Steve Gibson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform