Coldfusion cfc execution in cfgrid

2008-10-15 Thread erik tom
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

RE: Coldfusion cfc execution in cfgrid

2008-10-15 Thread William Seiter
::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

RE: Coldfusion cfc execution in cfgrid

2008-10-15 Thread Adrian Lynch
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/ -Original Message- From: erik tom Sent: 15 October 2008 17:16 To: cf-talk Subject: Coldfusion cfc execution in cfgrid I have a cfc that executes

Re: Coldfusion cfc execution in cfgrid

2008-10-15 Thread erik tom
: 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

Re: Coldfusion cfc execution in cfgrid

2008-10-15 Thread erik tom
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

Re: Coldfusion cfc execution in cfgrid

2008-10-15 Thread erik tom
Also if I change the form and cfgrid format to html then it works but I want to use flaash format and it only works on the localhost. 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

RE: Coldfusion cfc execution in cfgrid

2008-10-15 Thread William Seiter
PROTECTED] ::Sent: Wednesday, October 15, 2008 9:27 AM ::To: cf-talk ::Subject: Re: Coldfusion cfc execution in cfgrid :: ::No i do not get any erorrs :: ::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

RE: Coldfusion cfc execution in cfgrid

2008-10-15 Thread Adrian Lynch
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

Re: Coldfusion cfc execution in cfgrid

2008-10-15 Thread erik tom
::-Original Message- :: ::Sent: Wednesday, October 15, 2008 9:27 AM ::To: cf-talk ::Subject: Re: Coldfusion cfc execution in cfgrid :: ::No i do not get any erorrs :: ::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

RE: Coldfusion cfc execution in cfgrid

2008-10-15 Thread William Seiter
AM ::To: cf-talk ::Subject: Re: Coldfusion cfc execution in cfgrid :: ::LocalHost meaNS THAT i AM WORKING DIRECTLY ON THE SERVER :: ::When you mention 'localhost' and 'your computer', does this mean that you ::are on 2 different computer's browsers, or does this mean that the files ::are ::being

Re: Coldfusion cfc execution in cfgrid

2008-10-15 Thread erik tom
YEs i can do that. I think i got it but it strange. I use IE and it works , on the Google chrome it does not 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/ No . I do have cfide in the virtual

Re: Coldfusion cfc execution in cfgrid

2008-10-15 Thread Phillip M. Vector
Just a side note.. Chrome is still in beta.. I wouldn't sweat if it doesn't work in Chrome until it is out of Beta. Even then, from what I am seeing, you shouldn't have to worry about it after beta either. :) How does Firefox handle it? erik tom wrote: YEs i can do that. I think i got it but