We are using a com object within Tango successfully. One of the method
calls returns an ado recordset object with methods of its own.
Suupose the ado recordset was called "ors". The developer's want us to
use this code once we call the method: Note how they require additional
methods of the returned object to be called:
ors.AddNew
ors.Fields("group_id").Value = "ACT"
ors.Fields("notes").Value = "adding new note to loan"
ors.Fields("record_status") = "2"
ors.SetGridData("notes",ors)
These methods are not part of the com object. We attempted to use the
<@CALLMETHOD> tag to call these methods anyway but ran into the
following error:
"Error getting object's introspection info. Couldn't find info for
method addNew"
Does anyone have an idea of how to deal with this?
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
with unsubscribe witango-talk in the message body