Skip to main content
Inspiring
November 24, 2014
Question

cfgrid is showing ID, not text values until field is clicked on.

  • November 24, 2014
  • 0 replies
  • 193 views

As you can see, the ID, "9051" shows instead of the eval cost center, "Pupil Support Services" when displayed before clicking on the field.

Here is the code:

<CFGRIDCOLUMN NAME="evalcostcenter" HEADER="Eval Cost Center"

        HEADERALIGN="LEFT" DATAALIGN="LEFT"

        BOLD="Yes" ITALIC="No"

        SELECT="Yes" DISPLAY="Yes"

        HEADERBOLD="Yes" HEADERITALIC="No"
  VALUES = "  ,#oldschoolid#"
  VALUESdisplay = "BLANK,#oldschoolname#"  valuesDelimiter=","
  width=50>

Any help is greatly appreciated!

B.

    This topic has been closed for replies.