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

  1. #1

    Default cfform cfgrid

    Hey all. If I use a cfgrid on a cfform page type="flash"


    How do I used the data submitted to "insert' page.

    For example.. a user enters data into a grid, then hits submit. How do
    manipulate the data on the insert page. I cannot seem to send it to a cfdump
    or manipulate it in anyway, also, I cannot find any sold documentation how to
    manipulate.

    Thanks.

    SilentBob'secretfusion Guest

  2. Similar Questions and Discussions

    1. cfform/cfgrid form submit error
      I have a simple grid: <cfgrid name="testGrid" format="flash" query="getHistory"> <cfgridcolumn name="idno" header="Employee ID"> </cfgrid> ...
    2. cfform
      Every time I try to submit a feature request on the Macromedia website, I get the following error message: Gateway Timeout. So, here is the...
    3. flash cfgrid in html cfform bug
      I have a cfform in html format on my page, I want a cfgrid in flashformat in that form. No problem thus far. When I submit the form, and dump the...
    4. cfform in MX 7
      Hi, I am trying to use the CFform to make a flash form which will add name and contact into the database, and I used cfinsert or cfupdate to either...
    5. Flash Page Navigation - CFFORM/ CFGRID
      Actually this would require updates to the grid tag as well. Right now the grid loads all of the query rows into it, so this would need to change so...
  3. #2

    Default Re: cfform cfgrid

    Answer is.... read the Coldfusion 8.0 Scorpio docs.....
    SilentBob'secretfusion 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