macromedia.coldfusion.flash_integration
[Top] [All Lists]

Flash Form talking to cold fusion

Subject: Flash Form talking to cold fusion
From: "Robert-Flash" <webforumsuser@xxxxxxxxxxxxxx>
Date: Tue, 13 Nov 2007 20:22:18 +0000 (UTC)
Newsgroups: macromedia.coldfusion.flash_integration

I am using CFGRID to display the results of a SQL query. 
 I want to allow the user to select items from the list results and add the 
choices to a session variable array.

 <cfgrid name="AudioInfo" 
                        colheaders="yes" 
                     query="getAudioList" 
                     selectmode="row"
                     height="300" >

 The variable is SESSION.SongList, when I select a rew from the list by 
clicking on it, I want to add the variable #Song_No# to the Array 
SESSION.SongList[x][2] .

 Any suggestions?



<Prev in Thread] Current Thread [Next in Thread>
  • Flash Form talking to cold fusion, Robert-Flash <=