Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
'Printing ...'
Message
De
13/08/2001 09:23:41
 
 
À
12/08/2001 16:16:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00542638
Message ID:
00542966
Vues:
46
>>Well, I wasn't specific. This is about DLL and a user interface. This window should not be generated in a first place. Just like when you print from Word there is no ridiculous window saying 'Printing..'.
>
>
>DECLARE INTEGER GetDesktopWindow IN WIN32API
>DECLARE INTEGER LockWindowUpdate IN WIN32API INTEGER lnHandle
>hWin = GetDeskTopWindow()
>LockWindowUpdate(hWin)
>*COMPILE 123.prg
>REPORT FORM x TO PRINT
>LockWindowUpdate(0)
>
>
>You can use this "hide" the output window, but you still can't use this in a .DLL as it's still "there" as UI and won't work in a .DLL.
>
>But you can use this if you're not in a .DLL. Works for that annoying COMPILE message, too.
Thanks Fred.
Yeah, I know that.

Cannot believe that the product designed for Web still has that problem.

Mark
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform