
Processing every time a record is read.
Quote:
> How can I make sure that a specific piece of code executes every time a record
> is accessed, no matter where that record is called from (reports, updates,
> etc)?
It's important to say abc or legacy when you post. For ABC, derive access:file
by pressing global and look through the endless list of embeds for the
hide:access groups and you can put code before any access method. In this case
you really want code after so do something like:
Parent.tryfetch()
!the code you want to inject
Return
!nomal code to execute tryfetch would be here but never called.
The exact syntax of the parent.somemethod(), return and the paremeter list
should match those of the method you are putting code in.
-----
Jim Kane - TeamTopSpeed
Productive Software Solutions
Can't Find that Message?
Get Organized, Get ForKeeps!
www.fkeeps.com