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 Mike Lewis 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. cranger01

    List Box Scrolling Issue with IE7

    Just note I did not write this code, but I do need to fix it. Was testing our app on a VISTA machine with IE7. Currently works on 2000 machine running IE6. Basically what happens is when you click on the customer text box, a list box (in a DIV) becomes unhidden and displays all the data in...
  2. cranger01

    List Box Scrolling Issue with IE7

    Any ideas? Is more info needed?
  3. cranger01

    List Box Scrolling Issue with IE7

    Just note I did not write this code, but I do need to fix it. Was testing our app on a VISTA machine with IE7. Currently works on 2000 machine running IE6. Basically what happens is when you click on the customer text box, a list box (in a DIV) becomes unhidden and displays all the data in...
  4. cranger01

    List Box overlapping Second Box.

    This is just the code that is run when on of the boxes are selected. Seems simple enough.. //When the text box recieves focus, the combo box should appear below it function fnselect() { divCustomerGroup.style.visibility = 'visible'; document.frmOrderAssignment.txtCustomer.focus()...
  5. cranger01

    List Box overlapping Second Box.

    I have 2 text boxes. If you click on the first, a list box appears below it and you make a selection. In theory, when you click on the second, it should show a list box below it and you make a selection. The first list box is fine, but when you select from the second, not only does the second...
  6. cranger01

    Complex Mail Merge for Invoicing

    macropod, Well, because of some graphics and such, even if I put the the "footer" text after the last record, I wasn't sure how to make sure it was in fact the bottom of the page. Unless I am missing something. Having said that, I would like to let you and SkipVought know that there has been...
  7. cranger01

    Complex Mail Merge for Invoicing

    Thanks again, I will look into it. I think I figured out how to code the the last part (footer) at the end, but need to figure out how to push that to the bottom of the page. That is key because of the tear off section. Just one thing of note, this is a temporary solution to something...
  8. cranger01

    Complex Mail Merge for Invoicing

    Skip, I am kind of on the same page as you. I left a message this morning to see if I could use another software other than word. 1)Access may be a problem, I am not sure if the end user has (not everyone does) But I like the idea and checking into it. 2)I have little experience writing...
  9. cranger01

    Complex Mail Merge for Invoicing

    macropod, I do not understand how to do that.
  10. cranger01

    Complex Mail Merge for Invoicing

    Skip, I wish you sat in the meeting with me. I asked these questions and more. The general layout was dictated as follows. Header Section with Invoice number, due date, bill to recipient, etc... repeated on every page. Detail information in the middle in a formated table. Table can grow to...
  11. cranger01

    Complex Mail Merge for Invoicing

    Macropod, Thanks for your input. And yes, it is up to 50 charges per, desc-1....desc50, charge-1....charge-50 Though, the layout was predetermined. Not sure I can get around the table format that they want the appearance to be. Also, I got the header working to repeat, but can't seem to...
  12. cranger01

    Complex Mail Merge for Invoicing

    1) I do understand relational design, just telling you how the text file is given to me. I do not have the power to change the table, I need to work with what I have and do not have too much time to do so. So hoping there is a dynamic way to build the array and reference desc-xx. 2) & 3) The...
  13. cranger01

    Complex Mail Merge for Invoicing

    Hello All. I have been tasked to do the following, but not sure its even possible. Wanted to check here first. I am getting a text file from an old unix system. I need to create invoicings using word mail merge. Word 2003. I can do basic merges, but for this one here are some extra's 1)...
  14. cranger01

    PHP with Javascript Question on Hiding DropList

    Never Mind...I got it. Just had it in the wrong place.
  15. cranger01

    PHP with Javascript Question on Hiding DropList

    Oh, In the selectsubcat function I just tried to put in a line for testing sake that said the below, but I got an error for expected "=". document.drop_list.SubCat.sytle.visiblity = "hidden";
  16. cranger01

    PHP with Javascript Question on Hiding DropList

    What I need to do is when I go to a page, there are 2 drop downs. Want to hide the second drop down until they make a selection. Then rehide it if they want to start from the beginning again. I found the command to hide initially. I am thinking that during the onchange I can call a function...
  17. cranger01

    Question on Hiding/Unhiding a drop list

    :( OK. Thanks.
  18. cranger01

    Question on Hiding/Unhiding a drop list

    Relatively new to PHP and modifying someones code. What I need to do is when I go to a page, there are 2 drop downs. Want to hide the second drop down until they make a selection. Then rehide it if they want to start from the beginning again. I found the command to hide initially. What I am...
  19. cranger01

    Stored Procedure Output 101

    Thanks to both of you.!!! I got it working in either cases. Actually, either of you have a good recommendation for books on the subject.

Part and Inventory Search

Back
Top