Is there a way to catch an "Argument Type Error"?  This is the error that I
get---

The value returned from function getcClerkBusinessOwnershipTypeFK() is not
of type numeric.

Here is the function:

<CFFUNCTION access="private" name="getcClerkBusinessOwnershipTypeFK"
returntype="numeric" output="false" displayname="Get Business Ownership Type
Method" hint="I Get the Business Ownership Types of the account">
        <CFRETURN instance.cClerkBusinessOwnershipTypeFK>
</CFFUNCTION>

Here is the call to the function:

myResultStruct.cClerkBusinessOwnershipTypeFK =
getcClerkBusinessOwnershipTypeFK();

I was just curious where I should put my error handling (Try/Catch) in order
to capture the error that occurs?

Thanks,

Justin
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

Reply via email to