Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
existdissolve #1
Actionscript Function to Reload CFGrid
I'm looking for some guidance on how to use actionscript to reload a cfgrid on
an onclick event. I am currently using getURL() to call a cfc to asynchonously
update the query driving the grid, but I cannot figure out how to actually
refresh the grid itself without reloading the page.
Any help would be tremendously appreciated.
Thanks
Joel
existdissolve Guest
-
CFGRID Refresh/Reload
I want to refresh/reload a CFGRID after I perform an update, how would I go about doing this? here is the action script code I'm using below, can... -
CFGRID/CFSELECT/ActionScript problem
I have CFGRID "onchange" code below that allows me to click on a CFGRID row and correctly display (in a separate CFFORMGROUP) the correct column... -
Decrypt function and cfgrid
Hi, I want to use the grid together with the decrypt function. so i have a grid populated from a query. and one column contains a encrypted... -
using actionscript with a cfgrid
I am looking for a way to bind a cfinput type="button" to a cfgrid then use action script to open a new window and query the db for the information... -
Can Actionscript call a vb.net function?
Is it possible for Actionscript to start a function in a vb.net? If so, can you show me an example? Thanks, Trint -
BKBK #2
Re: Actionscript Function to Reload CFGrid
Find some useful information on the subject in this
[url]http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=ajaxui_5.html[/url].
Look for the chapter that begins with:
"The following example uses a bind expression and a CFC to populate a
dynamic paged data grid...."
BKBK Guest
-
existdissolve #3
Re: Actionscript Function to Reload CFGrid
BKBK --
Thanks, as always, for your response.
I forgot to mention in my previous post that I am using a flash format form,
and so the AJAX goodness of CF8 (which I don't yet have, unfortunately) will
not work. Do you have any idea how to accomplish what I need with
actionscripting? Basically, I need to do exactly what the
grid.Coldfusion.refresh function does for AJAX, but in AS.
Thanks!
Joel
existdissolve Guest
-
BKBK #4
Re: Actionscript Function to Reload CFGrid
I don't think what you want to achieve is possible without AJAX, remoting or simply reloading the page. Coldfusion must have a way to associate the new query with the grid.
BKBK Guest
-
existdissolve #5
Re: Actionscript Function to Reload CFGrid
Ok, I guess that makes sense. Thanks again.
existdissolve Guest



Reply With Quote

