Dave,
on this issue. I tried to put a value in the cfgridcolumn but it didn't
get into the database. Here is the code. Did I do something
wrong?
<cfgridcolumn value="#session.districtID#" name="DistrictID"
display="no">
Do I
have to do something to the cfgridupdate or maybe I can't even use that in the
action page?
-----Original Message-----
From: Dave Cahall [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 16, 2001 9:29 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Put a value into a cfgrid columnValues are placed in CFGRIDCOLUMN tags or CFGRIDROW tags. CFGRIDCOLUMN has a Value attribute and CDGRIDROW has a Data attritube. That is where you insert values.Dave Cahall
Vice President, Professional Services
Digitaris Technologies, Inc.
Office: 972.690.4131 ext 116
Mobil: 214.914.9947-----Original Message-----
From: Susan N. Klos [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 16, 2001 8:28 AM
To: DFWCFUG (E-mail)
Subject: Put a value into a cfgrid columnI have a cfgrid for a table. I would like to have a column that automatically displays a session variable. I could not find a default or value attribute for the column. Is there one?
