Anishtain4
Registered User.
- Local time
- Yesterday, 17:04
- Joined
- Apr 13, 2011
- Messages
- 21
I want to use some functions I have in a module for data that should be displayed in a report, how should I do that?
for example control source of a text box in a report is Code, but I want Code^2/10 ( the actual function is much more lengthy and calls some other functions) where should I apply that? I tried set the me.Code.someproperties = function(me.code.someprop) in the on activate event but I got an error for every properties I checked.
for example control source of a text box in a report is Code, but I want Code^2/10 ( the actual function is much more lengthy and calls some other functions) where should I apply that? I tried set the me.Code.someproperties = function(me.code.someprop) in the on activate event but I got an error for every properties I checked.