Re: com & wddx

2001-03-05 Thread Richard Meredith-Hardy
Thanks everyone I've got it working... (at last!) Marcello Frutig wrote: > > Richard, > > below you'll find a VBA code that uses the component AspTear to post a WDDX packet. > > You cand find AspTear here: http://www.alphasierrapapa.com/ComponentCenter/AspTear > > Hope this helps! > > Reg

Re: com & wddx

2001-03-03 Thread Marcello Frutig
Richard, below you'll find a VBA code that uses the component AspTear to post a WDDX packet. You cand find AspTear here: http://www.alphasierrapapa.com/ComponentCenter/AspTear Hope this helps! Regards, Marcello Frutig. -- Astrolabio -- Option Explicit Const Request_POST = 1 Const URL = "h

RE: com & wddx

2001-03-03 Thread Andrew Scott
There is an example in Bens Book ACFAD on how to do this! -Original Message- From: Richard Meredith-Hardy [mailto:[EMAIL PROTECTED]] Sent: Saturday, 3 March 2001 8:02 PM To: CF-Talk Subject: Re: com & wddx Progress I can now serialize data in excel 2000 next step to send

Re: com & wddx

2001-03-03 Thread Richard Meredith-Hardy
Progress I can now serialize data in excel 2000 next step to send the packet to the server I've trawled around vb-world.net and some other vb sites and found lots of download scripts, I've even got one of them to work, but no upload ones apart from FTP stuff which is not really what I w

Re: com & wddx

2001-02-28 Thread Richard Meredith-Hardy
yes, wddx type library is checked in tools --> references JustinMacCarthy wrote: > > Are you sure you are putting the wddx com in the References (in your vba) > > Justin > > >-Original Message- > >From: Richard Meredith-Hardy [mailto:[EMAIL PROTECTED]] > >Sent: Wednesday, February 28,

RE: com & wddx

2001-02-28 Thread Scott, Andrew
With these objects you need to include these in the VBasic compiler project->components will give you a list of components to include, I don't recall the exact name for the wddx stuff. However I think this information is in the Advanced Ben Forta Book -Original Message- From: Ric

RE: com & wddx

2001-02-28 Thread JustinMacCarthy
Are you sure you are putting the wddx com in the References (in your vba) Justin >-Original Message- >From: Richard Meredith-Hardy [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, February 28, 2001 6:53 PM >To: CF-Talk >Subject: com & wddx > > >Dear all > >(Its been a while since I was on