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 Chriss Miller 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 Cold

  1. Cold

    Manage my MSDE 2000

    I would like manage my MSDE 2000 with a snap-in like SQL Server Enterprise Manager. Where I can find it in a single package? Many thanks Cold
  2. Cold

    Clearing out a DB after user logs out?

    Sorry. Read to fast. We had a simmilar problem with our chat as well and didn't use session variables. After breaking our heads over our chat for weeks we finally visited www.cfchat.net. Here we downloaded and purchased an amazing piece of programming. A chat that works with no database at...
  3. Cold

    Clearing out a DB after user logs out?

    Trie using session variables. You can call them anytime on any page in the directory the user works during the users session. Trie the following: Create a page named application.cfm and save in the root of your working directory. In this page write <cfapplication name=&quot;appie&quot...
  4. Cold

    cfselect

    Hi everybody, I have a problem with <cfselect> in my cfform. The advantage of using cfforms is that u can popup messages once nothing's been fillen in a formfield. But when does that happen with <cfselect>? You can optionally make the field required and fill in your popup message, but everytime...
  5. Cold

    ListAppend

    OK I know what I wanted to know. Thanx any way. PS I forgot to pass its value onto the next page with a hidden formfield.
  6. Cold

    ListAppend

    Hello, Does anybody know how to use ListAppend in comination with form variables in stead of query variables? If so can you please show me how? I tried the following: <form action=&quot;test.cfm&quot; method=&quot;post&quot;> <input type=&quot;text&quot; name=&quot;letter&quot...

Part and Inventory Search

Back
Top