Here it goes, you must have access to the /CFIDE/scripts/ directory to use flash forms, try ask your host, or if you have access to the web server alow it and it will probably wok fine.
Felipe On 11/28/05, Felipe Fernandes <[EMAIL PROTECTED]> wrote: > Sorry, I don´t know what exactly you have to do, but every time I use > flash form I need to ask my host to turn it on for that especific > site, I guess it´s something about security, I´m gonna ask him what > does he do and I´ll come back to you. > > Felipe > > On 11/28/05, Paul Stewart <[EMAIL PROTECTED]> wrote: > > I just get blank forms throughout the application. Dumped and data is all > > there, have full debugging enabled. Can see queries the lot. > > > > I have spent about 10 days building an app with flash forms. It works great > > locally, But not on our live box. So it's a bit of a worry. > > > > 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:55 PM > > Subject: Re: flash forms - again > > > > > > > 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:225438 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

