Sorry for the late response I switch to just a test action page and still have the problem here is all thats in the page.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> </head> <body> Test.cfm page <br> <cfoutput> #form.test# <br> <!--- Test to see in normal form variable is here ---> #idplist.idp# <!--- Test variable from cfgrid ---> </cfoutput> </body> </html> Thanks for the help. If i can't get this working I have to find something to replace cfgrid :( Thanks David ----- Original Message ----- From: "JamesEdmunds" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 1:42 PM Subject: Re: CFGRID problem driving me nuts > Can you show me the action page? > --James Edmunds > > > David Green wrote: > > > Hello List > > > > Having problem with all my cfgrids. They worked before under cf 4.5, I think they broke under cf5 but not sure exactly when the quit working. > > > > It appears that am not getting a form fields from the grids but I do get the value from the input box text. on the action page I get unresolved on <cfoutput>#idplist.idp#</cfoutput> This is happening on all our cfgrids. Can you see anything wrong with code or is there some patch or something I need to load. All this stuff worked fine for a couple of years :( > > > > Thanks for the help > > David > > > > <cfform action="test.cfm" method="POST" enablecab="Yes" name="form1" > > > > > <input type="text" name="test" value="hello" size="10"> > > > > <cfgrid name="idplist" height="500" width="640" vspace="5" align="LEFT" query="IDPPICK" insert="No" delete="No" sort="Yes" font="Arial" fontsize="12" bold="No" italic="No" autowidth="true" appendkey="No" highlighthref="No" griddataalign="LEFT" gridlines="No" rowheight="12" rowheaders="Yes" rowheaderalign="LEFT" rowheaderitalic="No" rowheaderbold="No" colheaders="Yes" colheaderalign="LEFT" colheaderfontsize="14" colheaderitalic="Yes" colheaderbold="Yes" bgcolor="##FFFF00" selectmode="ROW" maxrows="10000" picturebar="Yes" selectcolor="##808080"> > > > > <cfgridcolumn name="IDP" header="IPD Name" headeralign="CENTER" dataalign="LEFT" width="90" font="Arial" fontsize="12" bold="No" italic="No" select="No" display="Yes" headerfont="Arial" headerfontsize="12" headerbold="Yes" headeritalic="Yes" > > > > > <input type="submit" value="Submit IDP to Report"><br> > > </cfform> > > > ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

