• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Function is not invoked ?

New Here ,
Mar 22, 2007 Mar 22, 2007

Copy link to clipboard

Copied

I am trying to run a function like:
<cfoutput>#F_name#</cfoutput>

...
<CFFUNCTION NAME="F_name">
... generates some tables and reports ...
</cffunction>

Instead of the tables, I have a coded string of characters.
Am I missing something here ?
Thanks for help !
TOPICS
Advanced techniques

Views

284

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Mar 22, 2007 Mar 22, 2007
You are missing parentheses: <cfoutput>#F_name()#</cfoutput>

Votes

Translate

Translate
Explorer ,
Mar 22, 2007 Mar 22, 2007

Copy link to clipboard

Copied

You are missing parentheses: <cfoutput>#F_name()#</cfoutput>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 23, 2007 Mar 23, 2007

Copy link to clipboard

Copied

LATEST
Of course- sorry for this.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation