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 gkittelson 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. Elizabethans

    Trouble Setting a Session Variable

    Hi, You can set the session variable at the begining of the second page (index.cfm) as the followin': <CFSET Session.countryID = #Form.SelectCountry#> <Always there's a solution></Always there's a solution>
  2. Elizabethans

    How to convert date type to Sting

    Hi, You can have strings directly using the &quot;&quot;, for example: <CFOUTPUT QUERY=&quot;qStudent&quot;> <CFSET Grade = &quot;#StGrade#&quot;> </CFOUTPUT> You can convert a string beginning with a numeric to a numeric value, for example: <CFOUTPUT> <CFSET value1 = Val(Grade)> <CFSET...
  3. Elizabethans

    Database search question

    o.k. jarla. i gave u the idea that i know. check cfhub's idea too, maybe it's better :) thanx for help, cfhub ;) <Always there's a solution> </Always there's a solution>
  4. Elizabethans

    Database search question

    o.k. are you tryin' to make an expert system or what? anyway, you can do that by repeatin' the same process three times. i tried the followin' code: <cfif isdefined(&quot;FrmSend&quot;)> <cfquery datasource=&quot;words&quot; name=&quot;Q&quot;> Select * From Words Where Word =...
  5. Elizabethans

    Can I use an image as a button in &quot;Forms&quot; for &quot;OnClick&quot;?

    not all people are smart like u ;) don't be mad with me. <Always there's a solution> </Always there's a solution>
  6. Elizabethans

    Can I use an image as a button in &quot;Forms&quot; for &quot;OnClick&quot;?

    hi there ... this's another way: <input type=&quot;image&quot; src=&quot;file:///c:/filename.xxx&quot; width=&quot;80&quot; height=&quot;55&quot; onClick=&quot;alert('hi')&quot;> <Always there's a solution> </Always there's a solution>

Part and Inventory Search

Back
Top