let say i have a text box in a report that brings in function someFunction that outputs a string,
in someFunction, how do I get a fields value, of the correct relative row?
would this function be able to be used in a module, or does it need to be part of the report code? How can I design...