Page 1 of 1

Field must be edited

Posted: Thu Jul 24, 2003 10:04 am
by jwfv_(Guest)
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.

=> RE: Field must be edited

Posted: Thu Jul 24, 2003 10:06 am
by jwfv_(Guest)
In above, the smiley should be a right quote.

==> RE: Field must be edited

Posted: Thu Jul 24, 2003 10:21 am
by Malcolm97
Got it - didn^t have the UDF file in the correct directory - whew!