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

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

    CSV issue

    Hi, I receive a csv file from a client that needs to have the data split into text boxes on a form. I have had this working for ages and now the client has changed the format of the csv file. it used to come with multiple rows of data and each row was seperated by commas. Now it comes as a...
  2. techu4

    Word locking document

    Hi all, I have a for next loop that has a case select section. One of the cases opens a word document and populates some form fields. I keep getting a dialog box stating that the document is locked by me and asks if i want to open it as read only. When the document is opened it is the only...
  3. techu4

    Printing a word document (Very Strange)

    Hi all, I have a for next loop running that has a case select section in it. If a case is found to be true the app tells an Act! database to genereate a letter using word. I then need to print the letter. when i tell the the active document to print I get an error saying that there is no...
  4. techu4

    Move to next worksheet

    Hi All, I have been seatching for ages and cannot seem to find a way of moving to the next worksheet in excel without knowing it's name. Does anyone know who i can do this. I can open the workbook and count the number of sheets but can't seem to be able to move to the next sheet without it's...
  5. techu4

    Graphical tabs

    Hi, Does anyone know if there is a way that you can have tabs with a graphical background. The same as you can set the background of a form to graphical. Any pointers would be much appreciated. Regards Techu4
  6. techu4

    Check dropdown box

    Hi, I have a form that is made up of divs that are shown or hidden dependant on what has been selected in the form. In the first div I have a dropdown box with 2 options and the first one is selected by default. On the 5th div I have a button that when pressed needs to check what was selected...
  7. techu4

    Radio Buttons

    Hi, I am trying to create a form that has 6 questions with yes no radio buttons. The first five have to be answered as yes and if they are not I need to load a new html page. The last question needs to load a different page dependant on which radio button is selected, but only if all if the...
  8. techu4

    Removing unwanted characters

    Hi all, I have a web form that I need to be checked for commas and other characters. If the fileds are found to have any pf the characters in then i want the script to strip out these characters and update the fields. Can anyone help me on this. Regards Techu4
  9. techu4

    Form validation help

    Hi all, I have a multipage form that uses divs that are hidden to create the different pages. I am using javascript to hide or display the different divs when a next button is pressed. What I also need to do is validate the data on the current div and to advise what is missing before...
  10. techu4

    Trying to position DIV's for multipage form

    Hi all, I have not used divs before and have found out that you can use them along with some javascript to create a multipage form which just hides or unhides the relevant div's when you click on form button. This is all well and good but here is the problem i have. I have 3 div's (3 section...

Part and Inventory Search

Back
Top