Clearing Records in FlashForm Grid

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139