Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COMPILE without showing progress
Message
De
10/10/2001 12:17:00
 
 
À
10/10/2001 11:47:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00566475
Message ID:
00566492
Vues:
19
John,
One of the enhancements in VFP7 is to respect the setting of SET NOTIFY. Prior to VFP7, you could do something like this:
MyCompile("COMPILE *.prg")
PROCEDURE MyCompile
LPARAMETERS tcCompile

DECLARE INTEGER GetDesktopWindow IN WIN32API
DECLARE INTEGER LockWindowUpdate IN WIN32API INTEGER lnHandle

LockWindowUpdate(GetDeskTopWindow())

&tcCompile

LockWindowUpdate(0)
HTH
>Hi,
> How to COMPILE a PRG without showing compiling thermometer?
> I did SET TALK OFF , SET NOTIFY OFF, but it still appear... any ideas??
>
>Thank you
Daniel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform