Make sure that nothing else has the same name as both of your functions
(like a veriable name).

TK
  -----Original Message-----
  From: Spear, Andrew T [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, November 26, 2003 4:53 PM
  To: CF-Talk
  Subject: Calling another function within a function (CFC)

  I have a CFC with 2 functions.  In the second function I call the first
function, but it returns the following error:

  Entity has incorrect type for being called as a function.
  The symbol you have provided getWorkflow is not the name of a function.

  The first function is named "getWorkflow" and returns a struct and it

works fine.  In the second function I call:

  WorkflowStruct = getWorkflow(arguments.RequestID);

  I have no clue why it won't let me call the first function.  Any help
would be appreciated!

[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to