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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by usakjw

  1. usakjw

    Recieving miltiple E-Mails from Send mail

    I have a form on my website that I receive multiple emails from with on submission. The first is from the actual person who filled out the form. This is the one that I want, and contains all the information that I want. The second is from the master e-mail account. I do not understandhow...
  2. usakjw

    Pop up Window with JavaScript

    Sorry I program in VB as well I musst have been think about one thing and doing another. KJW
  3. usakjw

    Pop up Window with JavaScript

    I need a Javascript app that when a user clicks on a link a small window pops up in the center of the screen. I do not need the menu bar or anything link that just the window. I had this but when I first designed the site I did not like the final product redesigned and in doing so I lost this...
  4. usakjw

    Recovery CD

    I have norton ghost. I have corrupted system files so that would not do me any good. KJW
  5. usakjw

    Recovery CD

    I am working on a Compag (urgh) Presario S3200NX. I need to format the harddrive. I tried creating the recovery CD set with-in windows. I got an error. I have the orginal set except that I am missing the third CD. I called HP and they want $25 for a set. He said that it is not possible to...
  6. usakjw

    Creating Access Data Dase in VB 6

    I have tried doing as the above thread suggested. In regards to the Using ADOX I get Invalid Outside Procedure when place at the Modular declarations. And Variable not Definded with in my function. KJW
  7. usakjw

    Creating Access Data Dase in VB 6

    I need to create a prgram that will create a new MDB file. I have created Word and Excel documents but not a Access file. Is their a site that explains how to do this. I usually create Macro to find out how to do things I'm not sure about. However access will not allow me to record on. I...
  8. usakjw

    Run-Time Error 94 will not trap

    I got it to work. It was the last record that is alway empty all the way across. I just used an if then else statement. Thanks any way KJW
  9. usakjw

    Run-Time Error 94 will not trap

    I am writing a program that takes entries out of a Access Table reformats it and puts it into a word document. I actually have two questions the first, Can I do something along these lines to set up an array? INTArray = FRMVoterInfo.ADOVoterInfo.Recordset.RecordCount Dim STRAddress(INTArray)...
  10. usakjw

    XP Printing Issues

    About a week ago I changed the print to option to print directly to the printer. It know prints fine with out a problem. She can print as many documents as she wants. This diffentetly means that there is a print spooler service problem is their a way to uninstall and reinstall this service...
  11. usakjw

    Unusual Guest Book

    feherke, You are awesome. Thank you much. I know get the e-mal the way I want it! I only wish I had another way to thank you other than saying it here and giving you two votes. Thank You again KJW
  12. usakjw

    Unusual Guest Book

    I guess if you are willing to rewrite it, that will probperply be the easiest thing to do. Because I have no idea what the QUERY_STRING or the QUERY_STRING_UNESCAPED are. Nor do I have any idea how to identify the method as GET or POST. I guess learning CGI is going to be harder than I...
  13. usakjw

    Unusual Guest Book

    This the entire code that I want to use to sent the email: I use it on two other forms and it works perfectly. I got this code out of a book called CGI Programming 101. Their is a web site www.cgi101.co/class/ch4/mail.txt Note that I do get the last two lines of the print MAIL. Which are: The...
  14. usakjw

    Unusual Guest Book

    I get nothing, no content KJW
  15. usakjw

    Determining the contents of a DataField

    Got it to work!! Thanks KJW

Part and Inventory Search

Back
Top