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 Westi 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. clumsycanadian

    problem with string functions on another's machine

    Thanks for the reply PHV, I did double check, the references (triple checked actually). As for compiling, that option is not available/enabled when I go to menu Debug. The program I made is just a simple "wizard" using a UserForm that is shown when a button is clicked on a workSheet. Nothing...
  2. clumsycanadian

    problem with string functions on another's machine

    Hello, I wrote a program in VBA which works just fine on mine and my colleagues' machines but for some reason, the program runs into an error when executing any statements using RIGHT or MID string functions on my manager's machine. I do not remember the error message, but I think it was...
  3. clumsycanadian

    assigning some number to a form

    oops, that javascript method was getElementById() sorry
  4. clumsycanadian

    assigning some number to a form

    interesting...but i dont think it could work in my situation i read up on the php.net manual like you pointed out, but the parameters for mail() need the message...how would i do that? the message is an html email of the fields. see, i used javascript to do some form validation, and ive tried...
  5. clumsycanadian

    assigning some number to a form

    i dont know... i do use some form validating, with javascript...i suppose that might have made a mess of things. what i also want to is display this form number after the form has been sent. the idea of this form number is like a tracking number, or order number. this number is to then be...
  6. clumsycanadian

    assigning some number to a form

    Hello, I have a web form that emails the results in an html email. all the user submitted fields work properly, but now, i want to some how assign a number to each form that is successfully submitted. I was able to use a php script to read from a file, place that value into a hidden field...

Part and Inventory Search

Back
Top