Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report
Message
De
02/07/2003 12:08:09
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: Report
Divers
Thread ID:
00806153
Message ID:
00806159
Vues:
18
This message has been marked as the solution to the initial question of the thread.
>Hi - I have a report that prints onto continuous stationary. The first line of the report that prints in exactly the same place on each page. Perfect!
>
>Now I somehow have to add an expression to this report that must only get called once. This expression calls a small section of code to do some data manipulation before the report runs. I tried adding a title band to the report and put the expression in the title band. This works OK except the second (and subsequent pages) now start printing too high up the page.
>
>I don't have access to the code that calls the report, I only have access to amend the report layout. Any ideas how I can include the expression in the report without affecting the layout?
>
>Sorry about the title - I couldn't think of a good title so I wrote the post first and intended to add a better title afterwards...
>
>I also posted this in the wrong section too - it's not my day... please excuse me!

Chris,
Dblclick page header band to access Onentry, On exit dialog. On entry put an expression like :

iif(_PageNo=1,myRunOnce(), .t.)

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