Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COMPILE without showing progress
Message
From
10/10/2001 12:17:00
 
 
To
10/10/2001 11:47:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00566475
Message ID:
00566492
Views:
17
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
Previous
Reply
Map
View

Click here to load this message in the networking platform