So what do youget? Do you get a flash form w/ no data, or nothing? Have you confirmed that result.clientList has data? I'd add a dump before the form.
On 11/28/05, Paul Stewart <[EMAIL PROTECTED]> wrote: > Here you go. It works fine locally. > > <cfform name="clients" format="flash" width="100%" height="480"> > <cfformgroup type="panel" width="200" label="Clients"> > <cfgrid name="cliList" query="result.clientList" rowheaders="no" > > <cfgridcolumn name="clientName" header="Client" /> > </cfgrid> > <cfinput type="button" name="addClient" onClick="cliList.selectedIndex = > undefined; resetForm(); editShow.selected = true;" value="Add Client"/> > </cfformgroup> > </cfform> > > > Paul Stewart > Site Developer > [EMAIL PROTECTED] > www.whichfranchise.com > > ----- Original Message ----- > From: "Raymond Camden" <[EMAIL PROTECTED]> > To: "CF-Talk" <[email protected]> > Sent: Monday, November 28, 2005 3:27 PM > Subject: Re: flash forms - again > > > > Got code? > > > > On 11/28/05, Paul Stewart <[EMAIL PROTECTED]> wrote: > >> Cant get Flash forms to display data from a query. Anybody heard of this? > >> > >> Paul Stewart > >> Site Developer > >> [EMAIL PROTECTED] > >> www.whichfranchise.com > >> > >> > >> > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225414 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

