Hi Roland, Methods belong to Objects. You cannot invoke a Method without instantiating the Object first, therefore seeing the whole debug output is more helpful in this case.
The error is occurring when calling the Method, but the cause is likely something that is happening (or not happening) before the Method invocation. Also, seeing the end of the debug is helpful to see which Variables are still alive (or not) at the end of execution. Let us know, when you have a moment.... -----Original Message----- From: Roland Dumas [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 1:24 PM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: tcf - 'handler doesn't support method invocation' On Wednesday, August 20, 2003, at 12:05 PM, Scott Cadillac wrote: Hi Roland, Can you send us your Debug for the TAF you're calling the TCF with? Query] [190] [Invocation of method "tax_and_ship" of object "TCF://tax_shipping.tcf:Request$tax_ship_calc" with parameters [zip=, state=, value=, weight=, 375count=, 750count=, 1500count=, 3000count=, 6000count=, 375count2=, 750count2=, 1500count2=, 3000count2=, 6000count2=, tax=, totalshipping=, packagecount=] [Error] [190] -803 The specified object's handler doesn't support method invocation. tax_ship_calc [Error] [190] -2 The specified object was not found. tax_ship_calc Just a guess, but maybe the Scope you assigned CreateObject with isn't the same Scope your calling the Method with??? request Let us know..... I'm thinking the second error is the one to pay attention to. It can't find the tcf. What would I have to check to make sure that a tcf in the same folder is accessible? Scott Cadillac, Witango.org - http://witango.org 403-281-6090 - [EMAIL PROTECTED] -- Information for the Witango Developer Community --------------------- XML-Extranet - http://xml-extra.net 403-281-6090 - [EMAIL PROTECTED] -- Well-formed Development (for hire) --------------------- -----Original Message----- From: Roland Dumas [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 12:52 PM To: WiTango List Subject: Witango-Talk: tcf - 'handler doesn't support method invocation' I created a tcf saved in the same directory as the taf that calls it. followed the instructions carefully. when I hit it, I get this. What's it mean? Was there another setting that I needed to do?? ------- Position: tax_and_ship Class: Internal Main Error Number: -803 The specified object's handler doesn't support method invocation. tax_ship_calc File: tax_and_shipping2.taf Position: tax_and_ship Class: Internal Main Error Number: -2 The specified object was not found. tax_ship_calc ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
