To clarify, I receive an error when these function calls are used and no error 
when they're commented out.
-----------
Invalid CFML construct found on line 78 at column 33.
ColdFusion was looking at the following text:

else

The CFML compiler was processing:

    a script statement beginning with "{" on line 63, column 39.
    a script statement beginning with "if" on line 63, column 17.
    a cfscript tag beginning on line 52, column 18.
    a cfscript tag beginning on line 52, column 18.

 
The error occurred in C:\localServer\beatch\cfc\emp.cfc: line 78

76 :                                     //cf_dump(dbResult);
77 :                                     cf_abort;
78 :                            else
79 :                                    request.inStruct.beatch_id = "";        
                        
80 :                    

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349836
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to