cfGrids

2009-03-11 Thread Pranathi Reddy
I have a grid grids.cfm Grid Code: Test.cfm SELECT FirstName FROM tblWebSiteBrand WHERE BrandID = '#url.EmployerID#' #FirstName# and this works fine and I will get the FirstName but if I use is displaying an error ..cfajax import ..use cfdebug .?

Multiple CFGRIDs

2005-09-29 Thread Snake
I'm having a play with flash forms today, and using the new Flash CFGRID. Is it not possible to have multiple CFGRIDS on a page, cozz I am getting very strange results. Every instance of the cfgrid is repeating the columns again. So in instance 1 I get 2 columns "fields,data", in i

Re: cfGrids

2009-03-11 Thread Pranathi Reddy
I solved it.. > I have a grid grids.cfm > > Grid Code: > > > selectmode="edit" > query="Data" height="50"> > header="EmployerID" select="false" > headeralign="center" > headerbold="Yes"> > header="FirstName" > headeralign="center" > headerbold="Yes"> > header="Las

RE: Multiple CFGRIDs

2005-10-04 Thread Mike Nimer
TED] > Sent: Thursday, September 29, 2005 12:20 PM > To: CF-Talk > Subject: Multiple CFGRIDs > > I'm having a play with flash forms today, and using the new Flash CFGRID. > Is it not possible to have multiple CFGRIDS on a page, cozz I am getting > very strange results. > Eve

Binds and CFGRIDS in Flash Forms

2005-07-26 Thread Chad McCue
A few questions: 1) Is there a way to use binds and together? Example, I have a being populated by a query, when I select a customer from the grid it populates the edit fields below the grid with the selected customers information. I have some radio buttons assocated to a fiew fields, and ne

Re: Binds and CFGRIDS in Flash Forms

2005-07-26 Thread Chris Velevitch
For 2 and 3, do it in the query For 1 you'll need to use actionscript in the on change handler to check and uncheck the appropriate check boxes. Chris -- Chris Velevitch Manager - Sydney Flash Developers Group www.flashdev.org.au ~