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

    cfoutput tags in fckEditor

    I am working on integrating fckEditor in to my companies software. Thus far it is going pretty well, but I have encountered a problem. It seems that fckEditor is throwing cfoutput tags in to the text. Has anyone run in to this before? John
  2. jcrawford1982

    CFLOOP problem

    I think what you are looking for is the Evaluate() function. Try, #Evaluate("txt" & ColumnCount & "Row" & RowCount)#. John
  3. jcrawford1982

    Old Verity and MX7

    My company's product utilizes multiple collections, something that the verity with MX7 (verity version 5.5) has problems with due to all the information gathered in the indexing process now. I figured that reverting to the old verity would be a good quick fix. Does anybody know if the verity...
  4. jcrawford1982

    Searching through emails - the @ returns none

    If you are going to be moving this to a SQL db, I wouldnt drive yourself mad over this. You should try little tweaks, but your original code should work on SQL. As i have never used ans Access DB, I can only speculate that either the @ or the % may be reserved in Access.
  5. jcrawford1982

    problems with cffile

    This may or may not be part of your problem, but cf 7.0.1 without the hot fix, has an error with cffile having the destination as a directory. It may not be related, but it is something to look in to.
  6. jcrawford1982

    Searching through emails - the @ returns none

    Sorry, I should have provided an example. Here it is: SELECT ContactFirstName, ContactLastName, ContactName, ContactEmail, ContactPhone FROM Contacts WHERE ContactEmail like <cfqueryparam CFSQLType="CF_SQL_VARCHAR" Value="%#form.search#%"> This metho should double as a protection against SQL...
  7. jcrawford1982

    Searching through emails - the @ returns none

    have you tried cfqueryparam?
  8. jcrawford1982

    cfindex in 7.0.1

    My company just upgraded from 6.1 to 7.0.1. For the most part it was a smooth transition, barring the issue at hand. Our indexing functionality took an average of 9,000-11,000ms to run on 6.1 in its entirety. On 7.0.1 it is taking about 500,000-550,000ms to run the entire process, with a range...

Part and Inventory Search

Back
Top