Actionscript Function to Reload CFGrid

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

  1. #1

    Default 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

  2. Similar Questions and Discussions

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

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default Re: Actionscript Function to Reload CFGrid

    Ok, I guess that makes sense. Thanks again.
    existdissolve 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