Ask a Question related to Coldfusion Database Access, Design and Development.
-
amy_jo #1
CFGRIDCOLUMN VALUES Not Working
I would like my editable CFGRID to display a list in some of the
CFGRIDCOLUMN's. I have been unsuccessful at displaying values for user
selection when using the values attribute. Any ideas out there? thx
<cfformgroup type="page" label="Vision">
<cfgrid name="gridVision"
query="Vision"
insert="no"
delete="no"
rowheaders="no"
selectmode="edit"
height="100">
<cfgridcolumn select="no" name="visionTestID" display="no">
<cfgridcolumn select="yes" name="enterDate" header="Screening Date"
width="100">
<cfgridcolumn select="yes" name="TestType" header="Test Type"
values="Instaline, Blackbirds">
<cfgridcolumn select="yes" name="TestNumber">
<cfgridcolumn select="yes" name="Glasses" header="Glasses" values="Tested
With, Lost-Broken, Forgotten">
<cfgridcolumn select="yes" name="BothEyes" header="Both Eyes Result">
<cfgridcolumn select="yes" name="LeftEye" header="Left Eye Result">
<cfgridcolumn select="yes" name="RightEye" header="Right Eye Result">
<cfgridcolumn select="yes" name="Result" header="Pass or Fail">
<cfgridcolumn select="yes" name="visionReferral" type="boolean"
header="Referral">
<cfgridcolumn select="yes" name="ScreenerID" header="ScreenerID">
</cfgrid>
amy_jo Guest
-
cfgridcolumn and numberformat
hello! how do we have to use the numberformat function in a flash-cfgrid? we want to achieve international number formats, e.g.: ?123.456,00 within... -
Passing Values not working after install CFMX 7
I just got a dedicated server (RedHat ES 3) and install successfully CFMX 7 Standard Edition. I am currntly trying to transfer my existing... -
Help with CFGridColumn and Href
I must be missing something. Yes this works but only if I hard code the file names.... ..."when you query your db, and one of the columns have... -
cfgridcolumn value control
When displaying a grid column value isn't possible to control the value displayed instead of what is actually in the database? I used the following... -
checking for values in MySQL and other conditions not working???
I'm trying to redirect when testing for certain condidtions as shown below. When the conditions are ture, it redirects, but still goes ahead and...



Reply With Quote

