Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run expressions On Entry - On Exit
Message
 
To
14/05/2002 12:12:17
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00656221
Message ID:
00656258
Views:
10
This message has been marked as the solution to the initial question of the thread.
Hi, Juan!

OnEntry/OnExit works like events!
If you put "MyFunction()" into OnEntry of page header, "MyFunction()" is fired if the report processing starts the processing of page header.
"MyFunction()" must exist and must be in a reachable scope (i.e. in a SET PROC procedure file).

In "MyFunction()" you can do what you want, i.e. calculate value or other stuff!

BTW: If you want to deal with this feature be aware of multiple firing if the user skips forward/backward in preview mode!
SeBaFlu
Previous
Reply
Map
View

Click here to load this message in the networking platform