all groups > coldfusion flash integration > december 2005 >
You're in the

coldfusion flash integration

group:

Help - Flash cfgrid not working anymore


Help - Flash cfgrid not working anymore cfnathan
12/7/2005 3:29:40 AM
coldfusion flash integration: My flash grids, which have worked consistently for quite a while, have all
stopped working. The page loads fine, but the little clock loader just keeps
ticking and the grid never populates. There have been no database changes or
CF server changes that I am aware of. One thing I have noticed is that before
the grid shows the 'initializing' message, it shows one that says 'Library 1 of
1' loading in to the page. I can't remember this happening before..

The grid is pretty basic, and i've tested the qry many times:
<cfform format="flash" height="300" width="800">
<cfgrid name="gwAlertModGrid" query="qryGridAlertTriggers"
selectmode="Edit" delete="no" colheaders="yes" colheaderbold="yes" height="260"
width="790">
<cfgridcolumn name="borehole_no" header ="Borehole" select="no">
<cfgridcolumn name="ins_ref_no" header ="Instrument Ref" select="no">
<cfgridcolumn name="min_alert" header="Min">
<cfgridcolumn name="max_alert" header="Max">
</cfgrid>

Here's the IE page source :
<script type="text/javascript" charset='utf-8'
src='/CFIDE/scripts/cfformhistory.js'></script>
<noscript>
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
id='CFForm_1'

codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=7,0,14,0'
width='800'
height='300'>
<param name='src' value='/gims_web/report/GW/1424097086.mxml.cfswf'/>
<param name='wMode' value='Window'/>
<param name='flashVars'
value='%5F%5FCFForm%5F1%5Fcacheid=0320F33A%2DC6A9%2D30CD%2D56D681C3ECF8024C&%5F%
5FgwAlertModGrid%5Fcacheid=0320F32B%2DECFE%2D244C%2DFC9310CB96B95955'/>
</object>
</noscript>
<script type="text/javascript" charset='utf-8'>
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=7,0,14,0' width='800' height='300'> ");
document.write(" <param name='src'
value='/gims_web/report/GW/1424097086.mxml.cfswf'/>");
document.write(" <param name='wMode' value='Window'/>");
document.write(" <param name='flashVars'
value='historyUrl=%2FCFIDE%2Fscripts%2Fcfformhistory%2Ecfm%3F&lconid=" + lc_id
+"&%5F%5FCFForm%5F1%5Fcacheid=0320F33A%2DC6A9%2D30CD%2D56D681C3ECF8024C&%5F%5Fgw
AlertModGrid%5Fcacheid=0320F32B%2DECFE%2D244C%2DFC9310CB96B95955'/>");
document.write("</object>");
</script>
<script type="text/javascript" charset='utf-8'>
document.write("<br><iframe src='/CFIDE/scripts/cfformhistory.cfm'
name='_history' frameborder='0' scrolling='no' width='22'
height='0'></iframe></br>");
</script>

I tried linking to the flash object directly and that worked so it's
definitely there, even though it just does the same thing by not populating.

Heeeeeeeeeelppp..p
Re: Help - Flash cfgrid not working anymore cfnathan
12/8/2005 2:20:41 AM
Btw the site is using CF 7, and running on IIS 5.0 on Windows 2000 Server.
I believe the problem is with Flash, based on a few other posts I have seen,
but there has been no reponse from Macromedia on the issue.
Re: Help - Flash cfgrid not working anymore Ollie
12/14/2005 6:46:04 PM
Re: Help - Flash cfgrid not working anymore cfnathan
12/20/2005 3:30:11 AM
Nothing was changed in Application.cfc, and I'm not using onRequestEnd. All I
can think is that the flashplayer has been updated or one of the Windows
hotfixes has conflicted with flash.
Whatever has happened, it was a perfectly working site for a long time and now
it's not, and rolling back the OS has achieved nothing. I am hearing that this
problem is cropping up all over the place too. Considering how much we pay for
Macromedia's licenses this is unacceptable, and as it stands we are faced with
doing a re-write using an alternative scripting environment if no fix is
forthcoming.
Re: Help - Flash cfgrid not working anymore endymion96
12/23/2005 4:18:33 PM
I had this problem ... I wrote about it in the Rich Forms section. My problem
had to do with the forms loading fine (as it seems in your case), but that
after the forms loaded, the data pull tried to execute and could not. So, do
all your forms load without data too? If so, check out the responses to this
question in the Rich Forms forum.
Re: Help - Flash cfgrid not working anymore Anjalihi
1/18/2006 6:38:47 PM
I'm having the same problem. However, data shows up in the gird on my desktop
but not on the server where I'm hosting the CF application and it was working
at both places till last month. I'm relying heavily on these grids. Any
solution to this problem? There were no changes to the server that I can think
of.

Thanks,
AH
Re: Help - Flash cfgrid not working anymore cfnathan
1/19/2006 12:38:43 AM
No solution has presented itself, Anjalihi The problem you described is an
exact mirror for what happened here. No changes on the server, and the forms
just stopped working for no apparent reason. Not a peep from Macromedia so far
either, so I can only assume they are busy re-badging all their office supplies
with "Adobe"
AddThis Social Bookmark Button