Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
jsmith031308 #1
Clearing Records in FlashForm Grid
I have a flash form with two grids. When the user clicks on a row in the top
grid, the bottom grid is loaded with related data. My customer wants the
bottom grid to empty out between top grid row clicks--while the new recordset
is being fetched for the bottom grid. How is this done? I do not know
ActionScript, but since the page is already using a block of ActionScript
within <cfsavecontent> tags, I can paste it in.
jsmith031308 Guest
-
Style in FlashForm
Hi! I am preparing some big service and I've got some problems. Right now my client want me to change the style of labels, tooltips and icons in... -
lc_undefined error in flashform
i keep receiving lc_id undefined error whenever flash forms are called. i understand that this has to do with the server not being able to find... -
Error with a flashform
I'm getting this message "A function in the code exceeds the 64K byte limit (actual size = '65604'). Since the problem occurs in the... -
FileUpload in FlashForm?
Hi I work on my Diploma and need a littel help. Can someone tell me if it is possible to integrate a fileupload in a flashform? I just want a few... -
How to edit records in a grid that's within a grid
I am having a heck of a time getting a child grid (a grid within a grid) to go into edit mode. My code is below; it will go into edit mode only... -
Ian Skinner #2
Re: Clearing Records in FlashForm Grid
jsmith031308 wrote:
> My customer wants the bottom grid to empty out between top grid row clicks
> while the new recordset is being fetched for the bottom grid. How is this done?
Just like you set it to display content. You reset the dataprovider to
something that is empty then fetch the record set then set the data
provider to the fetched data set.
Ian Skinner Guest



Reply With Quote

