On the domain you're browsing to, can you go to www.domain.com/cfide/? Adrian Building a database of ColdFusion errors at http://cferror.org/
-----Original Message----- From: erik tom Sent: 15 October 2008 17:34 To: cf-talk Subject: Re: Coldfusion cfc execution in cfgrid No . I do have cfide in the virtual directory, also /cfide is setup in CF Administrator >Could it be you don't have CFIDE available as a virtual dir/vhost? > >Adrian >Building a database of ColdFusion errors at http://cferror.org/ > >I have a cfc that executes just fine. And i am trying to populate cfgrid >from the cfc. It works just fine on the localhost but it does not show the >data when i execute it on my computer. Below is my form > ><cfset menu =CreateObject("component","Erik.maintenace").LoadMenu()> ><cfdump var="#menu#"> > ><cfform name="myForm" timeout="10000" format="flash"> > <cfformgroup type="panel" label="Contacts"> > <cfgrid name="myGrid" appendkey="yes" query="menu" >format="flash"> > > <cfgridcolumn name="menuID" display="no"> > <cfgridcolumn name="label" header="Label" >width="100" select="yes" href="Update.cfm"> > <cfgridcolumn name="link" header="Link" width="500"> > > </cfgrid> > <cfformgroup type="horizontal" label="Tetx"> > <cfinput type="button" name="Insert" value="Insert"> > <cfinput type="button" name="DeleteD" value="Delete"> > <cfinput type="button" name="Update" value="Update"> > > </cfformgroup> > </cfformgroup> > <cfinput type="button" name="btnAdd" value="Add Item"> > ></cfform> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313942 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

