I'm unable to getInputStream() from a password protected HTTPS page. The id and password are included in the url string. I use the same url string to access the page just fine in the browser but when I use code to automate the process I keep getting this error:
java.io.IOException: Server...
I am trying to automate this process.
{
access an external web site page
(sending data to the web page in my "https:\" string)
log in to the popup window with id and pw
(page won't display until i log in)
retrieve the information displayed on the web page
(page only displays one...
I would like to have an Access 2000 report displayed on a web page and be able to print it from there. Is there some way for access to display a report via HTML so that it could be printed out from a remote location? Dan
I have a report that is set up to print a page for each record in a particular table.
Within each page I have a frame with a subreport that displays records from a different linked table.
When the subreport fills up its frame on the report page I would like it to continue to print in the...
I am using Frontpage 2000 and need to automatically redirect from one page to another. Both pages are in the same site. I have tried a few different ways some work on my computer but none have worked from the server hosting my site. I have already tried the following:
this.location =...
I have nav bars, which consist of 'child under home' and 'home', on my pages in shared borders. They work great on my computer but when I publish the site to the server the nav bars all disappear except for the 'home' bar. Anybody know how i can fix this?
I am getting the same problem and yes I have verified the database. How can I check to see if the root folder has scripting permissions enabled? Anybody have any other ideas? Thanks, Dan
I have a combo box on my form. The list currently is populated by the PROPERTYNAME from the PROPERTY table. I would like to set the combo box up so that as you navigate through the NUMBERS table, the combo box will display the PROPERTYNAME of the corresponding NUMBERS record while still...
I am using the doCmd.OpenQuery to insert and delete records. Is there a way that i can get rid of all the dialog prompts that keep poping up when ever the commands are executed?
Well I tried Braindead2's solution first and Access gae me this error message:
cannot have aggregate function in WHERE clause (id=max(id))
I then tried tlbroadbents method and that seems to work perfectly. Thanks for your responses and help.
I am trying to insert into a table the last record from another table. I tried this statement but all I got was an error.
INSERT INTO t1 SELECT * FROM t2 ORDER BY id DESC LIMIT 1
Is there another way to do this?
I am trying to create a form report that will print the each record from the PROP table on each page. Also on each page there is a subreport of records from the CUST table for each property. I can only print 3 customers to a page. If a property has more than 3 customers how can i continue to...
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.