Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to call function for each page.
Message
 
 
To
27/11/2008 09:40:37
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Germany
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
MySQL
Application:
Desktop
Miscellaneous
Thread ID:
01364375
Message ID:
01364387
Views:
20
This message has been marked as the solution to the initial question of the thread.
>Hello Guy
>Thank you for your quick answer.
>Your suggestion works, but i have to store the result in a variable, because i have to print the barcode twice.
>First with speciall barcode font and additionally "human readable" with normal font.
>I can't call f_fetch_barcode twice because then i would get another number.
>So i need a variable that is filled with the result of " f_fetch_barcode" on every new page and i don't
>know how to code this.
>
>Best regards
>Albert

Create a report variable BarCode with value to store ''.

In the report Header OnEntry try

_VFP.SetVar('BarCode', myFunc(myparameter)

Use this variable in header and footer.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform