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 strongm 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: *

  1. XwBrendanXw

    Issue with printing long table

    Thanks for your input, ChrisHunt. The reason I am using the invoiceheader and invoicerow classes is because I have other tables on the page with different styles. I guess I could use <table id="invoice"> and #invoice.td classes though...
  2. XwBrendanXw

    Issue with printing long table

    Well after a lot of playing around, I finally fixed the problem. I had the main stuff on the page (ie. everything that's not the header) enclosed in a <div> tag, which had position: absolute and top: 4cm to position it correctly on the page. I changed that style to use margin-top: 4cm and no...
  3. XwBrendanXw

    IE Opens Download Files

    Temporary fix: Right click link -> Save target as
  4. XwBrendanXw

    Issue with printing long table

    I have a bit of a problem with printing web pages in Firefox. The page is actually an invoice, with a table containing all the details. When the page is too long for one piece of paper, instead of going on to 2 sheets it just continues off the bottom of the page into nothingness, and the rest...
  5. XwBrendanXw

    What does your Handle mean?

    lol, that's a good way to come up with a new name!
  6. XwBrendanXw

    Leaving off the n't

    There's this guy on another forum I'm on, who CAN'T write a single post without making weird typo's like that. Sometimes he even leaves out whole words! It's quite annoying, really.
  7. XwBrendanXw

    Remembering page margins?

    Thanks RoyVidar, I'll try turning off that feature and see how it goes.
  8. XwBrendanXw

    Passing a Variable to a text box in a Report, possible? Easy?

    I tried reversing it: Reports!rptMyReport!txtMyTextBox = Me.txtMyFormTextBox but it didn't do anything :( I can probably use your method to do what I want. But I'd still like to know how to do it the other way.
  9. XwBrendanXw

    Passing a Variable to a text box in a Report, possible? Easy?

    So that code would go in the report, and gets the value from the form... what about putting code in the form, that sets the value in the report?
  10. XwBrendanXw

    Remembering page margins?

    Hi, I'm having a problem with Access 2000. I've created a report, changed the margins in Page Setup, and designed my report. However, sometimes Access does not remember the page margins, and opens the report up with the default margins. Of course this messes up the whole thing when you try to...
  11. XwBrendanXw

    Passing a Variable to a text box in a Report, possible? Easy?

    How would you go about changing the value of a text box in a report, from a form which opens that report? ie. Form_button_click: open report set text box value on report to something
  12. XwBrendanXw

    Changing info on a Report

    Hi, I'm currently developing an application in Microsoft Access 2000, and I've run into a bit of a problem. I have a Report which I am using to generate weekly invoices, rptInvoice. The invoices are generated for each Friday, listing all items from the previous Saturday up to and including the...

Part and Inventory Search

Back
Top