Function not defined

A statement in the code looks like a function call, but there is no corresponding function definition with that name.

Possible causes:

         The function name is misspelled or is not defined.

         The scope of the function does not extend to the procedure that is referring to it.  Note that code within a form is recognized only by the procedures in that form.