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 bkrike 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: cranger01
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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)...
  5. 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...
  6. 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...
  7. cranger01

    Stored Procedure Output 101

    All, I admit, I use stored procedures normally for updates, inserts and deletes. My skills and reference material is basic. I don't expect an answer, but if you can point me to online resources I would appreciate it. I haven't refined my search enough appearently cause I haven't found on...
  8. cranger01

    Stored Procedure (Best Practices) Question

    I am sure this is up for debate (or maybe there is an obvious answer). I am creating a database with several tables that will be updated through a CMS. The Programmer requested Insert, Delete, Edit stored procedures. Is it better to: 1) create 1 stored procedure to handle all 3...
  9. cranger01

    Reading XML query in ASP

    Question. I am trying to access XML data from a HTTP query from a remote site in ASP. I have found examples, for things close to what I am doing, but nothing exact and seem to be missing a piece. If I type in a URL I get the xml query results back. Here is an example but the link and data...

Part and Inventory Search

Back
Top