How to share the same script code
I have some bands that need the same script FR code for its events OnBeforePrint.
How can I share the same event OnBeforePrint for several bands?
And other question: I have some "code pieces" in FR script and I want to executes them from different OnBeforePrint Bands,
For avoiding the famous Cut/Paste, How can I create functions in FR script (Not external functions) ?????
Help Please,
Thanksssss
How can I share the same event OnBeforePrint for several bands?
And other question: I have some "code pieces" in FR script and I want to executes them from different OnBeforePrint Bands,
For avoiding the famous Cut/Paste, How can I create functions in FR script (Not external functions) ?????
Help Please,
Thanksssss
Comments
in the event for each band.
You can create your own function libray to be available to fr. for a good example of how to do this look at the added functions lib from the power pack.
regards