I made the column visible and when I add a row (I have cfgrid set to Insert="yes") DistrictID does not show up.  But I know the variable exists because I can output it elsewhere on the page

-----Original Message-----
From: Dave Cahall [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 16, 2001 11:18 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Put a value into a cfgrid column

Are you sure the session variable is set?  Make the value visible to make sure it is there!
 

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 10:17 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Put a value into a cfgrid column

I get no error message but the data that goes into the database does not include the DistrictID.  Everything else goes in
-----Original Message-----
From: Dave Cahall [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 16, 2001 11:03 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Put a value into a cfgrid column

What happens when you "submit" your grid?
 

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 10:04 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Put a value into a cfgrid column

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 column

Values 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 column

I 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?

Reply via email to