I am trying to "POST" some XML stuff to a webserver, using the Internet Transfer control. When running the Execute command, with "POST"... the StateChanged event never occurs.
Here is a portion of the code that I have:
Inet1.Protocol = icDefault
Inet1.AccessType =...
I'm trying to open and display an existing Word document without starting the Word application. I simply want to display it as read-only in a window on my form.
I would like to keep the Word formatting.
I have tried reading the file line by line using Input, but since it's not a text file...
I'm using the ADO data control. I build a string for my SELECT statement to look up a user name, such as:
pc_select="SELECT * FROM user WHERE username='" & UCASE(username) & "'"
I then assign pc_select to .recordsource:
pc_select=.recordsource
When running the program with...
I've recently upgraded from NT3.51 to NT4.0. Now when I start my old Foxpro 2.0 application, I get the errors "Source Not Available" and "Too Many Files Open". Any help/information would be greatly appreciated!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.