Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ZPlay
  • Content: Threads
  • Order by date
  1. ZPlay

    Help!! unable to getInputStream from HTTPS page.

    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...
  2. ZPlay

    trying to automate login

    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...
  3. ZPlay

    Recursive Pages in a Report?

    I am looking to generate a report that includes certain pages that need to print a variable number of times. Is this possible? Thanks
  4. ZPlay

    Display a report on a web page and print it.

    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
  5. ZPlay

    Print subreport on multiple pages?????

    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...
  6. ZPlay

    How can I redirect a page?

    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 =...
  7. ZPlay

    Nav bars missing when pages are posted!

    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?
  8. ZPlay

    I am having Combo Box problems?

    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...
  9. ZPlay

    Can dialog prompts be shut off?

    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?
  10. ZPlay

    How can I query the last record only?

    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?
  11. ZPlay

    How to print a report with subreports on multiple pages?

    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...
  12. ZPlay

    How can I print data from a column across rather than down?

    I would like to print data from a single column of a table across rather than down for a subreport form. eg: a b c d e f g h Isn't there an easy way to do this?
  13. ZPlay

    Trying to group and print data from linked tables on seperate pages

    I am working with Access reports for the first time and need help. I wish to print out detailed reports of all records in a single table but would like to print the data so that it is grouped together by a group_code and have the groups on their own pages. Furthermore on each group page I wish...

Part and Inventory Search

Back
Top