Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Suppress the compile message.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00589370
Message ID:
00589391
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform