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 wOOdy-Soft 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 kamloops

  1. kamloops

    mail function question

    How do I do that? Sorry I am a newbie! :)
  2. kamloops

    mail function question

    It won't send the email message with the auloveconnection.com address. And yes it is a real website. If I use that address in Outlook it works fine. Thanks
  3. kamloops

    mail function question

    Hi There, When I use this code: mail($email,$register_subj,$mesaj,"From:donotreply@donotreply.com"); With teh From address set to admin@auloveconnection.com it won't work but if I leave it the way it is, it works fine. Any thoughts? Thanks
  4. kamloops

    Syntax Error

    Hi there, Can anyone tellme what the syntax error is in this code: $db->query("UPDATE user SET status = 'Y', extend = 'N', expiration_date = DATE_ADD(now(), INTERVAL $res2[months] MONTH), paypal_transaction_id = '$transaction_id[$value]' WHERE user_id = '$value'"); Thank you
  5. kamloops

    mail function

    Hi there, This simple mail script: <?php mail("donotreply@bannerbroadcast.co.uk", "My Subject", "test\n"); ?> Will not work on my Linux Server...the DNS was just switched a couple of days ago... would this affect it? Thanks
  6. kamloops

    Printing a Report

    Hi There, How do I only print records that have data? Is there something that I can set within the Report properties? Any help would be great!
  7. kamloops

    Need Access Help

    Hi There, I have a reservation database that I need to develop a calendar system. The way it needs to function is I have a table with the unit name and date range that it is booked for. For each month of the year I need to show the number of units that are booked on each day of the month. So...
  8. kamloops

    Print Screen

    hi there, that thread is for printing everything out on a form. i just want to print screen...
  9. kamloops

    Print Screen

    what would be the code to create a button on a form that prints the screen? Thanks
  10. kamloops

    Setting Homepage

    It works but can I have it so t doesn't prompt them to set it... as chekcing it off should just do it. Thanks alot
  11. kamloops

    Setting Homepage

    I get an object doesn't support this property or method. It occurs in the function part Your help is appreciated. Tahnks
  12. kamloops

    Setting Homepage

    Hi There, I have an online form that I want to have a checkbox that when checked off sets the user's hoempage to a url that I specify and does nothing if it is unchecked... What is the code to do this? Thanks
  13. kamloops

    Tab Order

    Hi There, I am using Adobe Acrobat 4 and I have a pdf that I have created into a form. Is there an easy way to set the tab order. I know I can do it by clicking each field but if yiu screw up you have to start at the beginning. Any help would be great!!
  14. kamloops

    subtracting with currencies

    OOPS sorry what I meant is how do I get it so it is $500 and not -$500 Thanks
  15. kamloops

    subtracting with currencies

    Hi There, If I have an equation like $500 - $1000, how do I make it so the answer is 0 and not -$500 Thanks for any help.

Part and Inventory Search

Back
Top