Can you tell us what the output is to the browser when you run it on your computer? Is there an error message, or just not any data?
William ---------------------------------- William Seiter IT Web Developer / Consultant Is your income limited by the red tape and paperwork? Let SoftEx BackOffice help you. They know how to take care of the 'busy work' of your contracts and let you focus on the 'WOW' factor. http://www.softexconsulting.com/softex_office.cfm ::-----Original Message----- ::From: erik tom [mailto:[EMAIL PROTECTED] ::Sent: Wednesday, October 15, 2008 9:16 AM ::To: cf-talk ::Subject: Coldfusion cfc execution in cfgrid :: ::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:313936 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

