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!

Recent content by TimBiesiek

  1. TimBiesiek

    Security of Oracle database

    Hey all, I have a bit of a dilemma around security for our Oracle database. We have a corporate database that has about 40 odd different schemas setup that are used by various applications. The applications provide the method of allowing users to view and modify the data as need be. We also use...
  2. TimBiesiek

    Page break in table

    I wouldn't think you would have to johnwm... If it's not specified then it should use the style for all mediums... I'll give it a go tho, thanks...
  3. TimBiesiek

    Page break in table

    A paged medium, like a printer? Yes, that is what I thought too, but whenever this is printed, it still cuts off the bottom line half way through. As in the bottom half of the words doesn't show, and they show at the top of the next page.
  4. TimBiesiek

    Page break in table

    Surely there must be someone on here that can help further, or point me in the right direction?
  5. TimBiesiek

    Page break in table

    It is only HTML pages that are getting cut off at the bottom, so it isn't the printer driver or printer. If the margins are changed then different pages will be cut off. Can anyone help?
  6. TimBiesiek

    Page break in table

    IE7. This is on our work PCs and we are pretty locked down as to what we can use. I started using these after a google search of my problem, and everywhere I found stated that using the page-break-* rules would fix the problem of lines being cut off...
  7. TimBiesiek

    Page break in table

    Well, ok then, I have stripped out a lot of the tables and data, as there are 14 pages of them. I have left in the first and the last ones, as they are all exactly the same, since they are genereated by server side code. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...
  8. TimBiesiek

    Page break in table

    Hi all, I am trying to create a print version of a communcations directory, using ASP, HTML and CSS. I have no problems with the ASP side of things, but when I am trying to print the table it is cutting off names at the bottom of the page. I have read through some of the articles on here, and...
  9. TimBiesiek

    ASP Page to update database

    Worked this problem out - It seems to have been caching the asp trolley page, so I made sure that it didn't cache it and all seems to work really well now! Also had to change the XMLHttpRequest Object so that it was refreshed after each call as mentioned by ChrisHirst. tsuji - No, it is not an...
  10. TimBiesiek

    ASP Page to update database

    Hi all, I am creating a shopping cart for a shop, using ASP, Javascript and AJAX, but am having a few troubles with it. I have an ASP page that shows all products in a selected category, with a button next to each product to allow the user to add it to their shopping trolley. When they click...
  11. TimBiesiek

    Javascript Syntax Error Onclick

    Ahhh, true... I thought it would probably be something simple that I was overlooking... Only problem with changing to double quotes is that it is in a response.write, so I may take it out of the .write to get around this... Will try it and let you know how it goes! Thanks!
  12. TimBiesiek

    Javascript Syntax Error Onclick

    Hi all, I am a bit of a newbie to Javascript, only starting to use it now with AJAX. I have an ASP page that lists products, and next to each product is a button. I want this button to call a Javascript function that updates a div area that shows an included ASP page (The shopping cart). The...
  13. TimBiesiek

    VBA in Business Objects

    Hi all, I'm trying to use VBA in BO to be able to change the position of the slice and dice panel. I have an issue where one of our users appears to have minimised the panel and now when they try to open it, it doesn't show. I was thinking a quick macro that maximises the panel would probably...
  14. TimBiesiek

    Recordsource not refreshing?

    Hi guys, had tried all those, and got the expected results. The Msgbox displayed, and the doevents didn't help. Found out that the form properties were set to be data entry. Have played around with this and got it working now, albeit not quite how I was hoping. Am getting closer tho! Thanks!
  15. TimBiesiek

    Recordsource not refreshing?

    Hi guys, I have an access DB, which has a form in that shows records in a continuous form. In the open event of the form, I run a query to delete all records from a table, and add some new records with another query. I then requery the form, but it displays nothing on the form, even though the...

Part and Inventory Search

Back
Top