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:
00589427
Views:
31
Hi Steve,

That code worked as charm.

Thanks,

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
Previous
Reply
Map
View

Click here to load this message in the networking platform