Groups | Blog | Home
all groups > coldfusion flash integration > april 2005 >

coldfusion flash integration : CFGRID Not showing any data


jeffromace
4/20/2005 4:16:42 PM
I just updgraded to CF7 from CFMX 6.1. I am just doing some testing and I am
trying a very simple CF FLASH GRID. The grid shows up with the headers, but
no data. Any ideas in what to look for??? <html> <head> <meta
http-equiv='Content-Type' content='text/html; charset=iso-8859-1'> <title>Show
Visitors Grid</title> </head> <body> <cfform format='flash'> <cfgrid
name='visitors' query='getVisitors' rowheaders='false' width='700'>
<cfgridcolumn name='VisitorFirstName' header='First Name'> <cfgridcolumn
name='VisitorLastName' header='Last Name'> <cfgridcolumn name='VisitorEmail'
header='Email'> <cfgridcolumn name='VisitorAddress1' header='Address'>
<cfgridcolumn name='VisitorCity' header='City'> <cfgridcolumn
name='VisitorState' header='State'> <cfgridcolumn name='VisitorZip'
header='Zip'> <cfgridcolumn name='VisitorPhone' header='Phone'
mask='(999)999-9999'> </cfgrid> </cfform> </body> </html> Thanks
Kiriran
4/22/2005 7:17:45 PM
looks everything good to me. try it without the <cfgridcolumn> and see if it
works then. if not something with your query is wrong. do <cfdump
var="#getVisitors#"> and post it if you still cant find a solution.

also check if your columnnames match the names in the query
AddThis Social Bookmark Button