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 Mike Lewis 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. yatrg120

    Easy Question

    You could wrap your application.cfm file within this: <cfif NOT IsDefined(&quot;__application_cfm&quot;)> <cfset __application_cfm = 1> . . . . </cfif> This way, it will only run the code inside the <cfif> the first time the application.cfm is called. Plus, if you ever need to force it...

Part and Inventory Search

Back
Top