Reference to undefined function or array

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

 

Possible causes:

         The function or array name is misspelled or is not defined.

         The scope of the function or array 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.