No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I have included the code. My problem is that I am always getting the error exception thrown and not caught despite adding cftry/cfcatch blocks. If I don't set selectmode="edit" and include OnChange my grid displays except I get the word false displayed instead of a checkbox. [code] <cfgrid format="html" name="grid_Tables" …
I am using Coldfusion8 and I am trying to implement a spellchecker in the FCKEditor. I cannot use ASpell and the SpellerPages option as it uses CFExecute and I cannot use that tag on my server. Does anyone know of any other spell checker that can be used by FCKEditor …
I am trying to use Verity to search PDF documents. I have a case where the correct document is returned however in some case the context returned does not contain my search word. Here is my code: [code=coldfusion]<CFSEARCH COLLECTION="Collection_name" Name="GetResults" CRITERIA="patent" ContextPassages="1" >[/code] What am I doing wrong? Any help …
The End.
akraus