Re: [xHarbour-developers] Com objects

2008-08-07 Thread Ron Pinkas
Luiz, I can not test, because even the VBScript sample fails, with a Failed to resolve server name error. Please forward a functioning sample. Ron On Aug 5, 2008, at 5:09 AM, Luiz Rafael Culik Guimaraes wrote: Ron VBS dim e set e = CreateObject(PocketSOAP.Envelope.2) e.methodName

Re: [xHarbour-developers] Com objects

2008-08-05 Thread Luiz Rafael Culik Guimaraes
Ron VBS dim e set e = CreateObject(PocketSOAP.Envelope.2) e.methodName = getQuote e.URI = urn:xmethods-delayed-quotes e.Parameters.Create symbol, MSFT dim t set t = CreateObject(PocketSOAP.HTTPTransport.2) t.SOAPAction = t.Send http://services.xmethods.net/soap;, e.serialize e.parse t

[xHarbour-developers] Com objects

2008-08-04 Thread Luiz Rafael Culik Guimaraes
Dear Friends i has com object the need to recieve an Commvariant type as an parameter to an method How to pass this type of parameter. here the code i've tryed #define true 1 func main Local e altd() e:= GoogleSearch(pocketSOAP, 0, 10, true, , true, , , ) Function GoogleSearch (

Re: [xHarbour-developers] Com objects

2008-08-04 Thread Ron Pinkas
Luiz, Please post a functioning, reduced, self contained, VBScript sample, as well as your xHarbour conversion. Ron On Aug 4, 2008, at 12:52 PM, Luiz Rafael Culik Guimaraes wrote: Dear Friends i has com object the need to recieve an Commvariant type as an parameter to an method How