Field must be edited
-
- Posts: 4
- Joined: Tue Oct 10, 2017 12:44 pm
Field must be edited
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.
-
- Posts: 4
- Joined: Tue Oct 10, 2017 12:44 pm
=> RE: Field must be edited
In above, the smiley should be a right quote.
==> RE: Field must be edited
Got it - didn^t have the UDF file in the correct directory - whew!