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. Ekrami

    How to use [this.s.value] ... where is string.?

    Dear reader ... read the following CF code please: <CFQUERY DATASOURCE=&quot;DS&quot; NAME=&quot;QMaxID&quot;> Select Max(ID) As MaxID From Messages </CFQUERY> <CFQUERY DATASOURCE=&quot;DS&quot; NAME=&quot;QMinID&quot;> Select Min(ID) As MinID From Messages </CFQUERY> <CFQUERY...
  2. Ekrami

    CFSET and quotation marks

    Try this: <CFSET date1 = &quot;#dateformat(Now(), 'mm/dd/yy')#&quot;> <CFSET grade1 = &quot;#g1#&quot;> If g1 from database query write: <CFOUTPUT QUERY=&quot;QueryName&quot;> <CFSET grade1 = &quot;#g1#&quot;> </CFOUTPUT>
  3. Ekrami

    having problems with this code:

    I think that the problem in &quot;#Application.dsn#&quot;. Try to make an ODBC from Windows control-panel, so your code may look like this: ----------------------------------------------------- - <CFQUERY DATASOURCE=&quot;MyDSN&quot; NAME=&quot;EmpQuery&quot;> - - Select RepID, Email...

Part and Inventory Search

Back
Top