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