Re: OLE iDispatch Exception

2019-10-24 Thread Ted Roche
ursday, 24 October 2019 11:34 > To: profoxt...@leafe.com > Subject: Re: OLE iDispatch Exception > > Your internet connection is [briefly] down? > > On 24-Oct-2019 2:50 PM, Chris Davis wrote: > > The following code works most of the time but occasionally it throws the &

RE: OLE iDispatch Exception

2019-10-24 Thread Chris Davis
2019 11:34 To: profoxt...@leafe.com Subject: Re: OLE iDispatch Exception Your internet connection is [briefly] down? On 24-Oct-2019 2:50 PM, Chris Davis wrote: > The following code works most of the time but occasionally it throws the > following OLE error when .send is called, any ideas? > >

Re: OLE iDispatch Exception

2019-10-24 Thread Tracy Pearson
://www.bbc.co.uk> && not the real url >> >> oHTTP = CreateObject("msxml2.xmlhttp") >> oHTTP.open("GET",lcurl,.f.) >> oHTTP.send() >> >> >> >> OLE IDispatch exception code 0 from msxml3.dll: The system cannot

Re: OLE iDispatch Exception

2019-10-24 Thread AndyHC
eal url oHTTP = CreateObject("msxml2.xmlhttp") oHTTP.open("GET",lcurl,.f.) oHTTP.send() OLE IDispatch exception code 0 from msxml3.dll: The system cannot locate the resource specified Regards Chris. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plai

OLE iDispatch Exception

2019-10-24 Thread Chris Davis
The following code works most of the time but occasionally it throws the following OLE error when .send is called, any ideas? lcURL=www.bbc.co.uk<http://www.bbc.co.uk> && not the real url oHTTP = CreateObject("msxml2.xmlhttp") oHTTP.open("GET",lcurl,.f.) oHTTP

RE: VFP accessing Outlook and receiving the following error "OLE IDispatch exception code 4096 from Microsoft Outlook: The operation failed..."

2014-07-12 Thread Dan Covill
Hey, Nick Sorry, I don't know anything about your problem, but good to see your name again! Dan Covill > From: cnik...@mesquiteit.com > To: profoxt...@leafe.com > Subject: VFP accessing Outlook and receiving the following error "OLE > IDispatch exception code 4096 from

VFP accessing Outlook and receiving the following error "OLE IDispatch exception code 4096 from Microsoft Outlook: The operation failed..."

2014-07-12 Thread Claude Nikula
ct.GetInspector.Caption) = 0 But now I am getting another error that indicates GetInspector is not in scope, so it appears. Here's the error message I am receiving, "OLE IDispatch exception code 4096 from Microsoft Outlook: The operation failed..." If anyone has any idea, I sure

RE: VFP and Graph - RMChart - OLE IDispatch exception

2008-03-29 Thread Dave Crozier
To: ProFox Email List Subject: RE: VFP and Graph - RMChart - OLE IDispatch exception Thanks Dave. I was able to create a simple class library with a form and the RMChart OLE control. This way (oForm.oChart) I can access all the methods and properties of the RMChart OLE object without any errors. Than

Re: VFP and Graph - RMChart - OLE IDispatch exception

2008-03-28 Thread MB Software Solutions General Account
Manjit Basra wrote: > Thanks Dave. I was able to create a simple class library with a form and > the RMChart OLE control. This way (oForm.oChart) I can access all the > methods and properties of the RMChart OLE object without any errors. > Thanks problem solved. > > I think someone requested a copy

RE: VFP and Graph - RMChart - OLE IDispatch exception

2008-03-28 Thread Manjit Basra
13:21 To: ProFox Email List Subject: RE: VFP and Graph - RMChart - OLE IDispatch exception Dave, I am not displaying the graph. I just want to create a JPG file using "Draw2File" method and print the JPG on the report. Manjit Basra -Original Message- From: [EMAIL PR

RE: VFP and Graph - RMChart - OLE IDispatch exception

2008-03-27 Thread Manjit Basra
To: 'ProFox Email List' Subject: RE: VFP and Graph - RMChart - OLE IDispatch exception Manjit, Now I see. In that case, do all the work as per my demo but just don't make the Form visible . You can still do the Draw2File regardless as long as you have don't se graph setting up c

RE: VFP and Graph - RMChart - OLE IDispatch exception

2008-03-27 Thread Dave Crozier
62-5600 x1837 Fax: (973) 378-9464 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Crozier Sent: Thursday, March 27, 2008 7:31 AM To: 'ProFox Email List' Subject: RE: VFP and Graph - RMChart - OLE IDispatch exception Sytze and Manjit, To print

Re: VFP and Graph - RMChart - OLE IDispatch exception

2008-03-27 Thread MB Software Solutions General Account
Manjit Basra wrote: > Dave, > > I am not displaying the graph. I just want to create a JPG file using > "Draw2File" method and print the JPG on the report. > > Sounds very cool. If you are able to post a sample of the output (the report with graphic) afterwards, I'd love to see it! ___

RE: VFP and Graph - RMChart - OLE IDispatch exception

2008-03-27 Thread Manjit Basra
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Crozier Sent: Thursday, March 27, 2008 7:31 AM To: 'ProFox Email List' Subject: RE: VFP and Graph - RMChart - OLE IDispatch exception Sytze and Manjit, To print simply use the following commands: With Thisform.oChart

RE: VFP and Graph - RMChart - OLE IDispatch exception

2008-03-27 Thread Dave Crozier
: VFP and Graph - RMChart - OLE IDispatch exception I'm watching this thread with interest because I'm trying to include this with my own App When you've figured out how to print, let me know please Sytze On Thu, Mar 27, 2008 at 6:50 AM, Manjit Basra <[EMAIL PROTECTED]> w

Re: VFP and Graph - RMChart - OLE IDispatch exception

2008-03-27 Thread Ajit Abraham
Dear Manjit, Manjit Basra wrote: > > obj = CREATEOBJECT("RMChart.RMChartX") > Instead of CREATEOBJECT, can you add the RMChart control directly onto the form in development environment? _Ajit Abraham __ D O T E A S Y - "Join the web hosting re

RE: VFP and Graph - RMChart - OLE IDispatch exception

2008-03-26 Thread Dave Crozier
t; No problem. However, when I issue the following commands: > > obj.Reset > obj.SetProperties(640, 400, 0, 2, "", "Tahoma", , , , ) > > I get the following error for both of the lines: > > "OLE IDispatch exception code 0 from RMChart: Object variable or Wi

Re: VFP and Graph - RMChart - OLE IDispatch exception

2008-03-26 Thread Sytze de Boer
ue the following commands: > > obj.Reset > obj.SetProperties(640, 400, 0, 2, "", "Tahoma", , , , ) > > I get the following error for both of the lines: > > "OLE IDispatch exception code 0 from RMChart: Object variable or With > block variable not set

VFP and Graph - RMChart - OLE IDispatch exception

2008-03-26 Thread Manjit Basra
issue the following commands: obj.Reset obj.SetProperties(640, 400, 0, 2, "", "Tahoma", , , , ) I get the following error for both of the lines: "OLE IDispatch exception code 0 from RMChart: Object variable or With block variable not set." I am trying to create a repor

web service Error: 1429 - OLE IDispatch exception code 0 from http://tempuri.org/ShowCustomers/action/ShowCustomers.CustomersInGermany: Error source: WSDLService..

2006-12-06 Thread Naeem Afzal \(SJA\)
Hi All, I am using VFP9 web service walkthrough example and getting the following error when testing it in "Task Pane". I also registered the com object and can access it from vfp9 command window. Is there any error help list available.? Pls. help Error: 1429 - OLE IDispatch exce