Skip to main content
Participant
May 16, 2008
Question

CFGRID not displaying

  • May 16, 2008
  • 1 reply
  • 496 views
Hi All,
I have a simple query which is returning 2 rows and I am trying to display the results in grid using cfgrid. And it throws objected expected error @

CF_RunContent('<object id=\'finalPayment\' classid=\'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\' codebase=\' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,14,0\' width=\'300\' height=\'100%\'> \n <param name=\'src\' value=\'/intranet/ss/1696735232.mxml.cfswf\'/>\n <param name=\'wMode\' value=\'Window\'/>\n <param name=\'flashVars\' value=\'historyUrl=%2FCFIDE%2Fscriptscfformhistory%2Ecfm%3F&lconid=" + lc_id +"&%5F%5FfinalPayment%5Fcacheid=F27FCB06%2D3FF5%2D6BD5%2D61B9AE545735D8C9&%5F%5FfinalPay%5Fcacheid=F27FCAFC%2D3FF5%2D6BD5%2D648D46CDAAA23BE8\'/>\n</object>\n');

Do I have to set up anything to use CFGID? I appreciate your help.

Thx,
Sanjana
This topic has been closed for replies.

1 reply

Inspiring
February 17, 2009
Hi Sanja, an maybe numerous of lost developpers as I was against this problem.
May it be possible that you use an ISAPI rewriter as Helicon ?
In my case - installing both PHP and CF on a vista SP1/IIS7- some tutorials invited me to do so. Since, Flash forms didn't display as it was missing a "/" in the script path (as shown in your post).

Dealing with Magento, I've posted more over the mixed configuration PHP/CFM in this thread : http://www.magentocommerce.com/boards/viewthread/30508/#t105734

Sorry, it's in french ... but the main points are :
- Setup PHP using FASTCGI instead of ISAPI
- Don't use url rewriting

Hope it helps,
Superlfy