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 IamaSherpa 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. 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, I have managed to get round the locking of the document by using a template instead. What happens now is only the first 2 form fields get populated and the code errors on the 3rd one. Any ideas please. Cheers
  3. 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...
  4. techu4

    Printing a word document (Very Strange)

    Hi Chris, When the doc is created by the database word posp up as the active window. Would this not make the document active. If not do you know how to get a handle on the doc. Cheers
  5. techu4

    Printing a word document (Very Strange)

    Hi, I did not open the application, the line "objapp.Command 2300" actually kicks of word. any ideas Cheers
  6. techu4

    Printing a word document (Very Strange)

    Hi, Sorry, its the line WD.ActiveDocument.PrintOut hope you can help. Cheers Techu4
  7. 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...
  8. techu4

    Move to next worksheet

    Hi HarleyQuinn, thanks for that I will give it a try. Regards
  9. 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...
  10. techu4

    Graphical tabs

    Hi, Thanks for that. It seems that is the only way to do it. Not quite what i was looking for but it is as close as i will get. Thanks for your help. Techu4
  11. techu4

    Graphical tabs

    Hi there, I have looked at that and it only adds the images to the tab itself and not the section that were the controls sit. i.e. you have the tabs accross the top and underneath the tab you have the area where you put your controls for each tab. It is that area that also needs to be...
  12. 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
  13. techu4

    Pre-loader status with Status bar

    Hi there, Normally you would include the preloader script in the flash file itself and not in javascript on the page. Cheers Symon
  14. 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...
  15. techu4

    Radio Buttons

    Hi, I have worked out most of the code but seem to have a problem. I need the code to check if any of the groups of radio buttons are checked as no and if so to redirect to another page. At the moment it only redirects if all radio buttons are set to no. The last group of radio buttons...
  16. 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...
  17. 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
  18. techu4

    Form validation help

    Thanks for the link
  19. techu4

    Form validation help

    Thanks everyone for your answers. As stated I do not know much about js so I would appreciate any help with the actual script itself. 1. How would I validate that a field has something in it and that what is in it is of the correct format. 2. How do I determine whether the page is valid or...
  20. techu4

    Form validation help

    Hi Chris, Thanks for that. I am not very familiar with javascript, coudl you advise me how to call one function from another. Secondly. at the moment I am only checking wether a field has anything in it and not if what is in it is in the correct format or the correct type ie numerical or...

Part and Inventory Search

Back
Top