I've got a CFFORM with a Flash grid that is inconsistent in recognizing a row 
has been selected. Running CFMX 7.0.2 on Windows 2003 server. Clients running 
Flash 8 & 9. The code is:
<cfform action="temp.cfm" method="POST" target="_blank" timeout="600">
<cfgrid name="tickets" query="qryOpenTickets" format="flash" width="800" 
height="280">
<cfgridcolumn name="numberprgn" header="Incident No." width="80">
<cfgridcolumn name="open_time" header="Opened" width="78" mask="mm/dd/yyyy">
<cfgridcolumn name="status" header="Status" width="70">
<cfgridcolumn name="full_name" header="Assigned To" width="120">
.... more plus submits...

The post page just CFDUMPs form variables. I can call up the form, click on the 
first row, click on submit, which opens a new window, and the "tickets" 
variable, the grid, is an empty string. I can close the window, go back to the 
form, click on the second row, click submit, and it works fine, showing 
selected row fields.

I even have a Captivate screen capture of this behavior at 
http://www.larimer.org/temp/cfgrid2.htm

Is there some attribute I'm missing? Some behavior I'm not aware of? Is this a 
bug?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252879
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to