internet transfer control problem

J

John

Hi

I am using the internet transfer control to access a site using the
following code;

Set objInet = Me.Inet1.Object ' <=== Inet1 in the Internet Transfer Control
strData = "some data here"
strHeaders = "Content-Type: application/x-www-form-urlencoded" & vbCrLf
objInet.Execute strURL, "POST", strData, strHeaders ' <=== This line does
not seem to work sometimes

It works fine on my development machine. Once I install the access app at
another client pc which is behind an MS ISA Server firewall, it does not
work. The control times out. I know that the pc concerned does not also have
a design time licence for the internet transfer control. Any ideas what the
problem could be?

Many Thanks

Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top