Sep 26, 2000 #1 EscapeUK Programmer Jul 7, 2000 438 GB How do i call a function from a query. At the moment I get the error message Undefined function 'blahblah' in expression [sig][/sig]
How do i call a function from a query. At the moment I get the error message Undefined function 'blahblah' in expression [sig][/sig]
Sep 27, 2000 #2 LarryDeLaruelle Technical User May 19, 2000 1,055 US I encountered this problem when I first began using functions (not too long ago). My error was to name the module and the function the same. As a result I received the error you describe. To call a function I use this format in the field cell of the query SomeName: FunctionName(arguments) Since I started naming my functions correctly it works fine. Hope this helps. [sig]<p>Larry De Laruelle<br><a href=mailto:larry1de@yahoo.com>larry1de@yahoo.com</a><br><a href= > </a><br> [/sig] Upvote 0 Downvote
I encountered this problem when I first began using functions (not too long ago). My error was to name the module and the function the same. As a result I received the error you describe. To call a function I use this format in the field cell of the query SomeName: FunctionName(arguments) Since I started naming my functions correctly it works fine. Hope this helps. [sig]<p>Larry De Laruelle<br><a href=mailto:larry1de@yahoo.com>larry1de@yahoo.com</a><br><a href= > </a><br> [/sig]
Sep 29, 2000 Thread starter #3 EscapeUK Programmer Jul 7, 2000 438 GB Thanks that has sorted the problem [sig][/sig] Upvote 0 Downvote