Not sure this will solve the problem, but on my intranet (we exclusively use
IE5) some of the browser installations did NOT have the Virtual machine
installed and would not display the cfgrid properly. When the virtual was
subsequently installed into the browser, all worked just fine.

hope this is of use.

Jon

-----Original Message-----
From: Les Mizzell [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 19, 2001 7:25 PM
To: CF-Talk
Subject: Re: CFGRID Display Problem - still not solved


> Make sure that your client's virtual server has a CFIDE directory mapping.
> For example, if your client's site is www.mysite.com, you should be able
to
> go to this URL without getting a 404 error:
>
> http://www.mysite.com/cfide/classes/

I've got PCAnywhere access into the server, and have set a virtual mapping
to the cfide directory inside of the main site. I also checked the CF
Administrator, and the correct mapping shows under the "JAVA" tag.

If, once the browser says "done" and the document containing the grid in
question displays the gray box, I do a "View Source", I get:

<OBJECT>
CLASSID="clsid:072D3F2E-5FB6-11d3-B461-00C04FA35A21"
CODEBASE="/CFIDE/classes/CFJava.cab#Version=4,5,0,0">
</OBJECT>
<scrip LANGUAGE=JAVASCRIPT TYPE="text/javascript" >
<!--
function _CF_getGrid(gridInstance)
{
return gridInstance.cf_getGridForm();
}
function _CF_checkUPDATE_PCA(_CF_this)
{
_CF_this.__CFGRID__UPDATE_PCA__PCA_UPDATES.value =
_CF_getGrid(document.PCA_UPDATES );
return true;
}
file://--
</script>

Which, if the object class ID is showing, it's downloading the applet,
right? I'm also getting the "griddata" tag returned with all the data from
the database table showing in "code view" as well.  Just refuses to
display...

And other ideas?


Les Mizzell
****************
Who Needs Intel?
ATHLON INSIDE!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to