Field must be edited
Posted: Thu Jul 24, 2003 10:04 am
I have a simple user-defined function that is giving me an error. I am just learning how to use these.____I have a calculated field that calls the function. The field is "Test."____Test: testfunc("Hello")____The function is Testfunc.____Testfunc: Testfunc(c_any): any " ending"____(Hope you can follow my syntax.)____When I run the report, it tells me "Calculated field Test must be edited."____Any help is much appreciated.