Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Noconsole command doesn't work
Message
 
 
À
15/06/2001 09:25:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00519902
Message ID:
00519967
Vues:
17
>I am printing a report to a file with noconsole to get the total number of pages and then reprinting the report with page x of totalpages. The noconsole command works but still flashes the standard fox window with a report name, number of pages and a cancel button. Is there any way to also supress this window?
>
>Thanks

In the page header of your report (or title, if you have it), put a field with UDF:
********************************************************************
*  Description.......: Hides Printing window
*  Calling Samples...:
*  Parameter List....:
*  Created by........: Cathy Pountney  #028660
*  Modified by.......: 
********************************************************************
if wexist('Printing...')
     move window 'Printing...' to -1000, -1000
endif
wait window nowait "Processing report... Please, wait..."
return ''
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform