Results 1 to 2 of 2

Thread: Function not recognized in certain module?

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    4

    Question

    I have made a simple function and placed it in a module called exportfunctions. When I call the function from a menu or an onclick event there is an error message that the function can not be found.

    However, I placed the funtion in the utilities module of the Northwind database and was able to execute it from there.

    This leads me to believe I am missing a step when I create the module itself and not the function.


    Anything right now would be much appreciated.

    Ferdelance

  2. #2
    Junior Member
    Join Date
    Feb 2001
    Location
    UK
    Posts
    16

    Wink

    Tru declaring the function public

    ie

    PUBLIC FUNCTION myFunc()
    ...
    ...
    ...
    END FUNCTION

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width