Right - just spent all morning trying to trace the problem - and finally I
found the solution!!!

CFtree / grid etc try to download from /cfide/classes - which unless your on
the default website, and cfide is running (neither of which are particularly
likely on a live server) the relavent classes will not be found

My solution was to create a subfolder within any websites that needed CF...
java based components called cfide.

Within this folder on IIS I then created a virtual folder called classes
-which points to the classes folder within the cfide folder within the
webroot...

this sorted the problem for our client (using ie) and internally (using
netscape)

the reason it worked internally was that the browser would have downloaded
the class files from your development server, and would be using these when
accessing the live site.

HTH

Dan

(this was using IIS on NT - I presume somthing similar woulld be possible on
other platforms...)

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 07 February 2001 04:53
To: CF-Community
Subject: stll a problem - cfgrid works fine on my system but not clients


My original Post asked:
I set up some simple CFGrids on an admin page to be used by my client to
maintain support tables.  They work fine in my browser (Explorer) but show
up as a grey box on my clients browser (also explorer, unsure of version)
and
he gets the following message:
    "Load...Class Allaire.Controls.cfgridform applet not found"
what gives?

[EMAIL PROTECTED] suggested making sure to set enablecab="Yes" on my 
cfform tag.  Unfortunately thst option is already selected.  Any other
ideas?

Thanks for your patience everybody,

Andy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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