Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Suppress Printing of Report if too many pages to print
Message
De
03/11/2008 10:50:00
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01359156
Message ID:
01359181
Vues:
33
>Hi Gang!
>
>Today's Question.....
>
>I have a report that can go nuts if the conditions are right, and print hundreds of pages of useless data..... sorry, it comes with the territory of some garbage data possibly being in the users tables.
>
>This report can print at night in a batch file. So, you see I don't want this to print IF the number of pages is too large (usually, it would only be 1 page... BUT.... you never know....).
>
>So....
>
>Given the name of the report is MissingRxNumbers and the Maximum Number of pages to print is MAXNUMTOPRINT, how would you go about coding this.....
>
>I assume you have to run the report once to get _PAGETOTAL, then something like this..
>
>IF _PAGETOTAL >= MAXNUMTOPRINT
> THISFORM.m_StoreTooManyPageInfoInAuditTable
>else
> REPORT FORM MissingRxNumbers
>endif
>
>What would be the correct coding here??

Maybe range clause is sufficient for you?
REPORT FORM MissingRxNumbers range 1, MAXNUMTOPRINT
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform