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 coldvision

  1. coldvision

    Randrange without same id

    Hello everybody, Could somebody please help me out? Here's my prob! When i select an id at random, with the 'RandRange' string, How can I avoid having the same id again in the same query? e.g. <cfquery name=&quot;pull_id&quot; datasource=&quot;MySrc&quot; dbtype=&quot;ODBC&quot;> SELECT *...
  2. coldvision

    session variable

    Thanks a lot. The example you made is exactly what I wanted it to use for. But here's another question: At one point you say: <CFSet Session.UserID=&quot;#Form.UserID#&quot;> Does it mean that I can use this variable on another page whitout losing its value? e.g. <cfquery...
  3. coldvision

    session variable

    Hello, Can anybody show me how to set a session variable, and how to output its value again? I know how to work with cookies, but i am looking for the same kind of variable that will expire after you shut down your browser, or leave a particular site! tnx

Part and Inventory Search

Back
Top