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

  1. jwoody

    Developing a Forum In CF

    www.nervousdog.com has a great chat program ! You can download it to test it out FREE ! It's called Fusion Chat !<br> As far as forums...Allaire has a product called Forums. I'm sure the purchase price would be offsite by the time it would take to develop something similar.
  2. jwoody

    Inserting checkbox selections to an Access database

    If your question has not yet been answered...<br> <br> You need to loop through the list. I created a series of checkboxes with a vlue of the primary key...<br> <br> Then on the action page, loop through them and perform your desired action...<br> <br> This will loop through all checkboxes...
  3. jwoody

    Time Entry in forms problem

    Are you sure that works ?? That code will format the var 'Work" into, example, 04/25/99. Maybe this would work better...<br> <br> #TimeFormat(Now(), "HH:mm:ss")#<br> <br> Or maybe this is so long ago, 2 weeks, that you already have another solution.
  4. jwoody

    Deleting from an Access database

    What I do is archive old info. I created a var (that can be easily change one place and will update the code) that creates a timespan. This script archives any data that was found in the search. The search queries for data more than, in this case, six weeks old.<br> <br> &lt;CFSET #six_weeks#...
  5. jwoody

    Online training for ColdFusion

    Cold Fusion comes with an HTML manual / Tutorial. Well, at least mine did. I have the Single User edition.<br> <br> The default is 127.0.0.1\CFDOCS\user\contents.htm<br> <br> 127.0.0.1 is your local server.
  6. jwoody

    Change Recipient Depending on a Click action ??

    I am trying to write a script that will change the "To" field of an e-mail in Outlook 98 depending on which button is clicked. I created an If Then statement that will look for the change of value of the button but I cannot figure out what the name of the "to" field should be.<br> <br> Anyone...

Part and Inventory Search

Back
Top