> On CF5 and using the QuickAddress COM object I am having > issues with the value returned is generating the following error: > > Error attempting to convert between object and ColdFusion datatypes. > > It is supposed to be an Array Return Value which is 2 longs > containing the grid reference of a locality. Position 0 is > grid reference Easting. Position > 1 is grid reference Northing > > Anyone have issues like this with COM where you cannot > convert or use the value? Are there any workarounds?
In the past, I've occasionally worked around these sorts of issues by writing my own COM wrapper. You can do this with any COM language, even VBScript/JScript using Windows Script Components. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185329 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

