Skip to main content
Participant
March 13, 2008
Question

Clearing Records in FlashForm Grid

  • March 13, 2008
  • 1 reply
  • 523 views
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.
This topic has been closed for replies.

1 reply

Inspiring
March 13, 2008
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.