Re: [ACFUG Discuss] cftree

2006-12-06 Thread Teddy Payne

Only thing I can say at this point is to make a flex object and load the
SWF.

Teddy


On 12/6/06, Jeff Howard <[EMAIL PROTECTED]> wrote:


this is a solution that my team leader pointed me too that he used (and is
actually exactly what made him request that i do it) but it renders an empty
cftree control.  thanks though.

On 12/6/06, Teddy Payne <[EMAIL PROTECTED]> wrote:
>
> If you have a swf, supposedly this works:
>
> http://blog.deconcept.com/swfobject/
>
> Teddy
>
>
>  On 12/6/06, [EMAIL PROTECTED] < [EMAIL PROTECTED] >
> wrote:
> >
> >
> > Are you sure that you can do that? I thought that MS introduced the
> > ActiveX control activation concept because they got sued.
> >
> >
> > Shawn Gorrell
> > Web Development Applications Architect
> > Federal Reserve Bank - Atlanta
> > Office (404)  498-8449
> >
> >
> >   *"Jeff Howard" <[EMAIL PROTECTED] >*
> > Sent by: [EMAIL PROTECTED]
> >
> > 12/06/2006 03:09 PM   Please respond to
> > discussion@acfug.org
> >
> >To
> > discussion@acfug.org  cc
> >   Subject
> > Re: [ACFUG Discuss] cftree
> >
> >
> >
> >
> > Hey,
> >
> > Figured I'd give it one more shot.  Anyone have a link to a solution
> > to have my an ActiveX control (cftree) activitated automatically in IE,
> > please?  I found a couple googling them but neither worked properly.
> >
> > Thanks,
> > Jeff
> >
> >
> > On 12/6/06, *Jeff Howard* < [EMAIL PROTECTED] <[EMAIL PROTECTED]>>
> > wrote:
> > Hey there,
> >
> > I have one more question about cftree that I was hoping one of you
> > gurus could help me decide on.  I was asked to make it so you do not have to
> > click on the cftree control in IE after loading the page.   I've been
> > googling about and it seems like there are quite a few solutions out there.
> >  The 2 that I've tried so far don't work correctly.  So, I ask you if you
> > have a solution that you use or can point me in the direction of one that
> > funtions.
> >
> > Thanks in advance,
> > Jeff
> >
> >
> > -
> > To unsubscribe from this list, manage your profile @ *
> > **http://www.acfug.org?fa=login.edituserform 
*
> >
> > For more info, see *http://www.acfug.org/mailinglists 
*
> > Archive @ *http://www.mail-archive.com/discussion%40acfug.org/ 
*
> > List hosted by *FusionLink* 
> > -
> >
> > -
> > To unsubscribe from this list, manage your profile @
> > 
http://www.acfug.org?fa=login.edituserform
> >
> > For more info, see http://www.acfug.org/mailinglists
> > Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by FusionLink 
> > -
> >
>
>
>
> --
> 
> Adobe Certified ColdFusion MX 7 Developer
> Atlanta CFUG (ACFUG): http://www.acfug.org
> -
> To unsubscribe from this list, manage your profile @
> 
http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink 
> -
>


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink 
-





--

Adobe Certified ColdFusion MX 7 Developer
Atlanta CFUG (ACFUG): http://www.acfug.org



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] Detecting Missing .cfm Templates

2006-12-06 Thread Teddy Payne

Well, you didn't say that you had IIS access.  I have seen tricks with
404.htm that is handled by a 404.cfm before.  I have that archived someplace
from cf-talk.

Teddy


On 12/6/06, Clarke Bishop <[EMAIL PROTECTED]> wrote:


 Thanks for all the ideas. I think I can specify a 404 page via IIS, so I
am going to try to do that. I played with it once before, but didn't get too
far, and I was hoping there was another way.

Thanks again,

   Clarke

 --
*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Teddy
Payne
*Sent:* Tuesday, December 05, 2006 10:50 PM
*To:* discussion@acfug.org
*Subject:* Re: [ACFUG Discuss] Detecting Missing .cfm Templates


 .htm? what is that? There is no html anymore.  There is only parsed
html.  Bah!

Teddy

On 12/5/06, John Mason < [EMAIL PROTECTED]> wrote:
>
>  Well that will do the trick for cfml pages but what about .htm files,
> etc. What is needed Clarke is for the 404 errors to be directed to a custom
> 404 page that you build in cfml. That will grab any missing file for sure.
>
> John
> [EMAIL PROTECTED]
>
>
>
>  --
> *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Teddy
> Payne
> *Sent:* Tuesday, December 05, 2006 8:05 PM
> *To:* discussion@acfug.org
> *Subject:* Re: [ACFUG Discuss] Detecting Missing .cfm Templates
>
>
>  Yes, BlueDragon does have an extra method for MissingTemplate.
>
> Not having access to the webserver or admin does make this very
> difficult.
>
> I am not sure you can achieve this unless you have your application.cfcusing 
the onRequest method to try and include every request and then if the
> request fails, then you cflocation over to the error page.
>
> Teddy
>
>
> On 12/5/06, Justin Haygood <[EMAIL PROTECTED]> wrote:
> >
> >  I think you can if you're using BlueDragon, not sure if you can with
> > CFMX.
> >
> >
> >
> > *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Clarke
> > Bishop
> > *Sent:* Tuesday, December 05, 2006 5:09 PM
> > *To:* discussion@acfug.org
> > *Subject:* RE: [ACFUG Discuss] Detecting Missing .cfm Templates
> >
> >
> >
> > No, just anywhere, including a user typing the URL in their browser or
> > via bookmark.
> >
> >
> >
> >
> >
> >
> >  --
> >
> > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Teddy
> > Payne
> > *Sent:* Tuesday, December 05, 2006 5:01 PM
> > *To:* discussion@acfug.org
> > *Subject:* Re: [ACFUG Discuss] Detecting Missing .cfm Templates
> >
> > Are the missing templates being called from cfinclude? Or just
> > handling missing .cfms just anywhere?
> >
> >
> >
> > Teddy
> >
> >
> > On 12/5/06, *Clarke Bishop* <[EMAIL PROTECTED]> wrote:
> >
> > Is there a way to use Application.cfc's onError or onRequestStart
> > methods to detect and handle a missing or moved .cfm template? Or is there
> > another way to do this?
> >
> >
> >
> > I know there's a missing template section in CF Admin, but I am doing
> > this on a shared host, and I can't access admin functions. Also, I can't use
> > any server-level missing template functions.
> >
> >
> >
> > Thanks for any ideas!
> >
> >
> >
> >Clarke
> >
> >
> > -
> > To unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform
> > 
> >
> > For more info, see http://www.acfug.org/mailinglists
> > Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by FusionLink 
> > -
> >
> >
> >
> >
> > --
> > 
> > Adobe Certified ColdFusion MX 7 Developer
> > Atlanta CFUG (ACFUG): http://www.acfug.org
> > -
> > To unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform
> > 
> >
> > For more info, see http://www.acfug.org/mailinglists
> > Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by FusionLink 
> > -
> >
> >
> > -
> > To unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform
> > 
> >
> > For more info, see http://www.acfug.org/mailinglists
> > Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by FusionLink 
> > -
> >
> > -
> > To unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform
> > 
> >
> > For more info, see

Re: [ACFUG Discuss] cftree

2006-12-06 Thread Jeff Howard

this is a solution that my team leader pointed me too that he used (and is
actually exactly what made him request that i do it) but it renders an empty
cftree control.  thanks though.

On 12/6/06, Teddy Payne <[EMAIL PROTECTED]> wrote:


If you have a swf, supposedly this works:

http://blog.deconcept.com/swfobject/

Teddy


 On 12/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:
>
>
> Are you sure that you can do that? I thought that MS introduced the
> ActiveX control activation concept because they got sued.
>
>
> Shawn Gorrell
> Web Development Applications Architect
> Federal Reserve Bank - Atlanta
> Office (404)  498-8449
>
>
>   *"Jeff Howard" <[EMAIL PROTECTED] >*
> Sent by: [EMAIL PROTECTED]
>
> 12/06/2006 03:09 PM   Please respond to
> discussion@acfug.org
>
>To
> discussion@acfug.org  cc
>   Subject
> Re: [ACFUG Discuss] cftree
>
>
>
>
> Hey,
>
> Figured I'd give it one more shot.  Anyone have a link to a solution to
> have my an ActiveX control (cftree) activitated automatically in IE, please?
>  I found a couple googling them but neither worked properly.
>
> Thanks,
> Jeff
>
>
> On 12/6/06, *Jeff Howard* < [EMAIL PROTECTED] <[EMAIL PROTECTED]>>
> wrote:
> Hey there,
>
> I have one more question about cftree that I was hoping one of you gurus
> could help me decide on.  I was asked to make it so you do not have to click
> on the cftree control in IE after loading the page.   I've been googling
> about and it seems like there are quite a few solutions out there.  The 2
> that I've tried so far don't work correctly.  So, I ask you if you have a
> solution that you use or can point me in the direction of one that funtions.
>
>
> Thanks in advance,
> Jeff
>
>
> -
> To unsubscribe from this list, manage your profile @ *
> **http://www.acfug.org?fa=login.edituserform 
*
>
> For more info, see *http://www.acfug.org/mailinglists 
*
> Archive @ *http://www.mail-archive.com/discussion%40acfug.org/ 
*
> List hosted by *FusionLink* 
> -
>
> -
> To unsubscribe from this list, manage your profile @
> 
http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink 
> -
>



--

Adobe Certified ColdFusion MX 7 Developer
Atlanta CFUG (ACFUG): http://www.acfug.org
-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink 
-





-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] cftree

2006-12-06 Thread Jeff Howard

well i've found examples that people have come up with to work around it
using scripting but i haven't found one that works with the cftree control.
not quite sure why they don't but they don't.  one of the solutions i found
makes it so you don't have to click to activate the control but my control
is empty.  i've found many posts about it as well.  i figured surely with
the knowledge that this group has that someone could point me in the right
direction.

On 12/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:



Are you sure that you can do that? I thought that MS introduced the
ActiveX control activation concept because they got sued.


Shawn Gorrell
Web Development Applications Architect
Federal Reserve Bank - Atlanta
Office (404)  498-8449


  *"Jeff Howard" <[EMAIL PROTECTED]>*
Sent by: [EMAIL PROTECTED]

12/06/2006 03:09 PM   Please respond to
discussion@acfug.org

   To
discussion@acfug.org  cc
  Subject
Re: [ACFUG Discuss] cftree




Hey,

Figured I'd give it one more shot.  Anyone have a link to a solution to
have my an ActiveX control (cftree) activitated automatically in IE, please?
 I found a couple googling them but neither worked properly.

Thanks,
Jeff


On 12/6/06, *Jeff Howard* <[EMAIL PROTECTED] <[EMAIL PROTECTED]>> wrote:
Hey there,

I have one more question about cftree that I was hoping one of you gurus
could help me decide on.  I was asked to make it so you do not have to click
on the cftree control in IE after loading the page.   I've been googling
about and it seems like there are quite a few solutions out there.  The 2
that I've tried so far don't work correctly.  So, I ask you if you have a
solution that you use or can point me in the direction of one that funtions.


Thanks in advance,
Jeff


-
To unsubscribe from this list, manage your profile @ *
**http://www.acfug.org?fa=login.edituserform*

For more info, see 
*http://www.acfug.org/mailinglists*
Archive @ 
*http://www.mail-archive.com/discussion%40acfug.org/*
List hosted by *FusionLink* 
-

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink 
-





-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] Detecting Missing .cfm Templates

2006-12-06 Thread Clarke Bishop
Thanks for all the ideas. I think I can specify a 404 page via IIS, so I am
going to try to do that. I played with it once before, but didn't get too
far, and I was hoping there was another way.
 
Thanks again,
 
   Clarke

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy Payne
Sent: Tuesday, December 05, 2006 10:50 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Detecting Missing .cfm Templates


.htm? what is that? There is no html anymore.  There is only parsed html.
Bah!

Teddy


On 12/5/06, John Mason <  
[EMAIL PROTECTED]> wrote: 

Well that will do the trick for cfml pages but what about .htm files, etc.
What is needed Clarke is for the 404 errors to be directed to a custom 404
page that you build in cfml. That will grab any missing file for sure.
 
John
[EMAIL PROTECTED] 
 
 

  _  

From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]  ] 
On
Behalf Of Teddy Payne
Sent: Tuesday, December 05, 2006 8:05 PM 

To: discussion@acfug.org   
Subject: Re: [ACFUG Discuss] Detecting Missing .cfm Templates



Yes, BlueDragon does have an extra method for MissingTemplate.  
 
Not having access to the webserver or admin does make this very difficult.
 
I am not sure you can achieve this unless you have your application.cfc
using the onRequest method to try and include every request and then if the
request fails, then you cflocation over to the error page.
 
Teddy

 
On 12/5/06, Justin Haygood <[EMAIL PROTECTED]> wrote: 

I think you can if you're using BlueDragon, not sure if you can with CFMX.

 

From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]  ] 
On
Behalf Of Clarke Bishop
Sent: Tuesday, December 05, 2006 5:09 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] Detecting Missing .cfm Templates

 

No, just anywhere, including a user typing the URL in their browser or via
bookmark.

 

 

 

  _  

From: [EMAIL PROTECTED]   [mailto:[EMAIL PROTECTED] On
Behalf Of Teddy Payne
Sent: Tuesday, December 05, 2006 5:01 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Detecting Missing .cfm Templates 

Are the missing templates being called from cfinclude? Or just handling
missing .cfms just anywhere?

 

Teddy
 

On 12/5/06, Clarke Bishop <[EMAIL PROTECTED]> wrote: 

Is there a way to use Application.cfc's onError or onRequestStart methods to
detect and handle a missing or moved .cfm template? Or is there another way
to do this? 

 

I know there's a missing template section in CF Admin, but I am doing this
on a shared host, and I can't access admin functions. Also, I can't use any
server-level missing template functions. 

 

Thanks for any ideas!

 

   Clarke


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform
 

For more info, see http://www.acfug.org/mailinglists
 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink   
- 




-- 

Adobe Certified ColdFusion MX 7 Developer
Atlanta CFUG (ACFUG): http://www.acfug.org   
- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform
 

For more info, see http://www.acfug.org/mailinglists
 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink   
- 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform
 

For more info, see http://www.acfug.org/mailinglists
 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink   
- 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform
 

For more info, see http://www.acfug.org/mailinglists
 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink   
- 




-- 

Adobe Certified ColdFusion MX 7 Developer
Atlanta CFUG (ACFUG): http://www.acfug.org 
- 

Re: [ACFUG Discuss] cftree

2006-12-06 Thread Teddy Payne

If you have a swf, supposedly this works:

http://blog.deconcept.com/swfobject/

Teddy


On 12/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:



Are you sure that you can do that? I thought that MS introduced the
ActiveX control activation concept because they got sued.


Shawn Gorrell
Web Development Applications Architect
Federal Reserve Bank - Atlanta
Office (404)  498-8449


  *"Jeff Howard" <[EMAIL PROTECTED]>*
Sent by: [EMAIL PROTECTED]

12/06/2006 03:09 PM   Please respond to
discussion@acfug.org

   To
discussion@acfug.org  cc
  Subject
Re: [ACFUG Discuss] cftree




Hey,

Figured I'd give it one more shot.  Anyone have a link to a solution to
have my an ActiveX control (cftree) activitated automatically in IE, please?
 I found a couple googling them but neither worked properly.

Thanks,
Jeff


On 12/6/06, *Jeff Howard* <[EMAIL PROTECTED] <[EMAIL PROTECTED]>> wrote:
Hey there,

I have one more question about cftree that I was hoping one of you gurus
could help me decide on.  I was asked to make it so you do not have to click
on the cftree control in IE after loading the page.   I've been googling
about and it seems like there are quite a few solutions out there.  The 2
that I've tried so far don't work correctly.  So, I ask you if you have a
solution that you use or can point me in the direction of one that funtions.


Thanks in advance,
Jeff


-
To unsubscribe from this list, manage your profile @ *
**http://www.acfug.org?fa=login.edituserform*

For more info, see 
*http://www.acfug.org/mailinglists*
Archive @ 
*http://www.mail-archive.com/discussion%40acfug.org/*
List hosted by *FusionLink* 
-

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink 
-





--

Adobe Certified ColdFusion MX 7 Developer
Atlanta CFUG (ACFUG): http://www.acfug.org



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] cftree

2006-12-06 Thread Shawn . Gorrell
Are you sure that you can do that? I thought that MS introduced the 
ActiveX control activation concept because they got sued.


Shawn Gorrell
Web Development Applications Architect
Federal Reserve Bank - Atlanta
Office (404)  498-8449



"Jeff Howard" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
12/06/2006 03:09 PM
Please respond to
discussion@acfug.org


To
discussion@acfug.org
cc

Subject
Re: [ACFUG Discuss] cftree






Hey, 
 
Figured I'd give it one more shot.  Anyone have a link to a solution to 
have my an ActiveX control (cftree) activitated automatically in IE, 
please?  I found a couple googling them but neither worked properly.
 
Thanks,
Jeff
 
 
On 12/6/06, Jeff Howard <[EMAIL PROTECTED]> wrote: 
Hey there,
 
I have one more question about cftree that I was hoping one of you gurus 
could help me decide on.  I was asked to make it so you do not have to 
click on the cftree control in IE after loading the page.   I've been 
googling about and it seems like there are quite a few solutions out 
there.  The 2 that I've tried so far don't work correctly.  So, I ask you 
if you have a solution that you use or can point me in the direction of 
one that funtions. 
 
Thanks in advance,
Jeff


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink 
- 



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



RE: [ACFUG Discuss] cftree

2006-12-06 Thread Justin Haygood
All you need to do is to write out the control using an external
javascript file.. but seeing as this control is created by cf instead of
you...

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Howard
Sent: Wednesday, December 06, 2006 3:09 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cftree

 

Hey, 

 

Figured I'd give it one more shot.  Anyone have a link to a solution to
have my an ActiveX control (cftree) activitated automatically in IE,
please?  I found a couple googling them but neither worked properly.
 

Thanks,

Jeff

 

 

On 12/6/06, Jeff Howard <[EMAIL PROTECTED]> wrote: 

Hey there,

 

I have one more question about cftree that I was hoping one of you gurus
could help me decide on.  I was asked to make it so you do not have to
click on the cftree control in IE after loading the page.   I've been
googling about and it seems like there are quite a few solutions out
there.  The 2 that I've tried so far don't work correctly.  So, I ask
you if you have a solution that you use or can point me in the direction
of one that funtions. 

 

Thanks in advance,

Jeff



- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink   
- 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




Re: [ACFUG Discuss] cftree

2006-12-06 Thread Jeff Howard

Hey,

Figured I'd give it one more shot.  Anyone have a link to a solution to have
my an ActiveX control (cftree) activitated automatically in IE, please?  I
found a couple googling them but neither worked properly.

Thanks,
Jeff


On 12/6/06, Jeff Howard <[EMAIL PROTECTED]> wrote:


Hey there,

I have one more question about cftree that I was hoping one of you gurus
could help me decide on.  I was asked to make it so you do not have to click
on the cftree control in IE after loading the page.   I've been googling
about and it seems like there are quite a few solutions out there.  The 2
that I've tried so far don't work correctly.  So, I ask you if you have a
solution that you use or can point me in the direction of one that funtions.


Thanks in advance,
Jeff





-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] cftree

2006-12-06 Thread Jeff Howard

Hey there,

I have one more question about cftree that I was hoping one of you gurus
could help me decide on.  I was asked to make it so you do not have to click
on the cftree control in IE after loading the page.   I've been googling
about and it seems like there are quite a few solutions out there.  The 2
that I've tried so far don't work correctly.  So, I ask you if you have a
solution that you use or can point me in the direction of one that funtions.

Thanks in advance,
Jeff



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] installing CF 701 or 702 dev edition on xp tablet edition

2006-12-06 Thread Teddy Payne

That is not good.  This may be a case for either BD .Net or Railo.  I am not
sure of their supported systems.  Perhaps others ahve deployed other CF
flavors on custom PC solutions.

Teddy


On 12/6/06, Max Immelman <[EMAIL PROTECTED]> wrote:


 Teddy,

Thanks for your prompt reply. The services you mention do not exist. Adobe
documentation states supported OS's for Windows is XP home & pro (and
others), the exact OS is Microsoft windows XP tablet edition 2005, version
2002.

I'm going to be on the road from now until 5pm today, so I won't be able
to reply. But I'm desperately in need of a work around so if any of have any
ideas please let me know, thx!

Max

- Original Message -
*From:* Teddy Payne <[EMAIL PROTECTED]>
*To:* discussion@acfug.org
*Sent:* Wednesday, December 06, 2006 10:51 AM
*Subject:* Re: [ACFUG Discuss] installing CF 701 or 702 dev edition on xp
tablet edition


When you installed CF 7, did it register "ColdFusion MX 7 ODBC Agent" and
"ColdFusion MX 7 ODBC Server" in your XP services?  If the servervices were
loaded, are they started?

Teddy


On 12/6/06, Max Immelman <[EMAIL PROTECTED]> wrote:
>
>  Hi all,
>
> I'm having a problem installing CF7 dev version on a XP tablet edition.
> Anyone done this before? It seems like the install is successful but no ODBC
> services exist. I checked the registry and there's nothing. I'd appreciate
> any help on this. Thanks in advance!
>
> Max Immelman
> Cell: (404) 409-6785 or txt/pic/vid [EMAIL PROTECTED]
> Skype: maxlegend
> http://www.JustRightBaskets.com  -
> consider us for your corporate Christmas gifts!
>
> -
> To unsubscribe from this list, manage your profile @
> 
http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink 
> -




--

Adobe Certified ColdFusion MX 7 Developer
Atlanta CFUG (ACFUG): http://www.acfug.org
-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink 
-


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink 
-





--

Adobe Certified ColdFusion MX 7 Developer
Atlanta CFUG (ACFUG): http://www.acfug.org


Re: [ACFUG Discuss] installing CF 701 or 702 dev edition on xp tablet edition

2006-12-06 Thread Max Immelman
Teddy,

Thanks for your prompt reply. The services you mention do not exist. Adobe 
documentation states supported OS's for Windows is XP home & pro (and others), 
the exact OS is Microsoft windows XP tablet edition 2005, version 2002.

I'm going to be on the road from now until 5pm today, so I won't be able to 
reply. But I'm desperately in need of a work around so if any of have any ideas 
please let me know, thx!

Max
  - Original Message - 
  From: Teddy Payne 
  To: discussion@acfug.org 
  Sent: Wednesday, December 06, 2006 10:51 AM
  Subject: Re: [ACFUG Discuss] installing CF 701 or 702 dev edition on xp 
tablet edition


  When you installed CF 7, did it register "ColdFusion MX 7 ODBC Agent" and 
"ColdFusion MX 7 ODBC Server" in your XP services?  If the servervices were 
loaded, are they started?

  Teddy

   
  On 12/6/06, Max Immelman <[EMAIL PROTECTED]> wrote: 
Hi all,

I'm having a problem installing CF7 dev version on a XP tablet edition. 
Anyone done this before? It seems like the install is successful but no ODBC 
services exist. I checked the registry and there's nothing. I'd appreciate any 
help on this. Thanks in advance! 

Max Immelman
Cell: (404) 409-6785 or txt/pic/vid [EMAIL PROTECTED] 
Skype: maxlegend
http://www.JustRightBaskets.com - consider us for your corporate Christmas 
gifts! 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink 
- 



  -- 
  
  Adobe Certified ColdFusion MX 7 Developer
  Atlanta CFUG (ACFUG): http://www.acfug.org 
  - 
  To unsubscribe from this list, manage your profile @ 
  http://www.acfug.org?fa=login.edituserform 

  For more info, see http://www.acfug.org/mailinglists 
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
  List hosted by FusionLink 
  -


-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




Re: [ACFUG Discuss] installing CF 701 or 702 dev edition on xp tablet edition

2006-12-06 Thread Teddy Payne

When you installed CF 7, did it register "ColdFusion MX 7 ODBC Agent" and
"ColdFusion MX 7 ODBC Server" in your XP services?  If the servervices were
loaded, are they started?

Teddy


On 12/6/06, Max Immelman <[EMAIL PROTECTED]> wrote:


 Hi all,

I'm having a problem installing CF7 dev version on a XP tablet edition.
Anyone done this before? It seems like the install is successful but no ODBC
services exist. I checked the registry and there's nothing. I'd appreciate
any help on this. Thanks in advance!

Max Immelman
Cell: (404) 409-6785 or txt/pic/vid [EMAIL PROTECTED]
Skype: maxlegend
http://www.JustRightBaskets.com  -
consider us for your corporate Christmas gifts!

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink 
-





--

Adobe Certified ColdFusion MX 7 Developer
Atlanta CFUG (ACFUG): http://www.acfug.org



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



[ACFUG Discuss] installing CF 701 or 702 dev edition on xp tablet edition

2006-12-06 Thread Max Immelman
Hi all,

I'm having a problem installing CF7 dev version on a XP tablet edition. Anyone 
done this before? It seems like the install is successful but no ODBC services 
exist. I checked the registry and there's nothing. I'd appreciate any help on 
this. Thanks in advance!

Max Immelman
Cell: (404) 409-6785 or txt/pic/vid [EMAIL PROTECTED]
Skype: maxlegend
http://www.JustRightBaskets.com - consider us for your corporate Christmas 
gifts!



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




Re: [ACFUG Discuss] Detecting Missing .cfm Templates

2006-12-06 Thread Douglas Knudsen

lol!

The two hosts I was involved with in my lifetime so far both had a local 404
template that I could customise to my hearts content.

DK

On 12/5/06, Teddy Payne <[EMAIL PROTECTED]> wrote:


.htm? what is that? There is no html anymore.  There is only parsed html.
Bah!

Teddy

On 12/5/06, John Mason < [EMAIL PROTECTED]> wrote:
>
>  Well that will do the trick for cfml pages but what about .htm files,
> etc. What is needed Clarke is for the 404 errors to be directed to a custom
> 404 page that you build in cfml. That will grab any missing file for sure.
>
> John
> [EMAIL PROTECTED]
>
>
>
>  --
> *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Teddy
> Payne
> *Sent:* Tuesday, December 05, 2006 8:05 PM
> *To:* discussion@acfug.org
> *Subject:* Re: [ACFUG Discuss] Detecting Missing .cfm Templates
>
>  Yes, BlueDragon does have an extra method for MissingTemplate.
>
> Not having access to the webserver or admin does make this very
> difficult.
>
> I am not sure you can achieve this unless you have your application.cfcusing 
the onRequest method to try and include every request and then if the
> request fails, then you cflocation over to the error page.
>
> Teddy
>
>
> On 12/5/06, Justin Haygood <[EMAIL PROTECTED]> wrote:
> >
> >  I think you can if you're using BlueDragon, not sure if you can with
> > CFMX.
> >
> >
> >
> > *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Clarke
> > Bishop
> > *Sent:* Tuesday, December 05, 2006 5:09 PM
> > *To:* discussion@acfug.org
> > *Subject:* RE: [ACFUG Discuss] Detecting Missing .cfm Templates
> >
> >
> >
> > No, just anywhere, including a user typing the URL in their browser or
> > via bookmark.
> >
> >
> >
> >
> >
> >
> >  --
> >
> > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Teddy
> > Payne
> > *Sent:* Tuesday, December 05, 2006 5:01 PM
> > *To:* discussion@acfug.org
> > *Subject:* Re: [ACFUG Discuss] Detecting Missing .cfm Templates
> >
> > Are the missing templates being called from cfinclude? Or just
> > handling missing .cfms just anywhere?
> >
> >
> >
> > Teddy
> >
> >
> > On 12/5/06, *Clarke Bishop* <[EMAIL PROTECTED]> wrote:
> >
> > Is there a way to use Application.cfc's onError or onRequestStart
> > methods to detect and handle a missing or moved .cfm template? Or is there
> > another way to do this?
> >
> >
> >
> > I know there's a missing template section in CF Admin, but I am doing
> > this on a shared host, and I can't access admin functions. Also, I can't use
> > any server-level missing template functions.
> >
> >
> >
> > Thanks for any ideas!
> >
> >
> >
> >Clarke
> >
> >
> > -
> > To unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform
> > 
> >
> > For more info, see http://www.acfug.org/mailinglists
> > Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by FusionLink 
> > -
> >
> >
> >
> >
> > --
> > 
> > Adobe Certified ColdFusion MX 7 Developer
> > Atlanta CFUG (ACFUG): http://www.acfug.org
> > -
> > To unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform
> > 
> >
> > For more info, see http://www.acfug.org/mailinglists
> > Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by FusionLink 
> > -
> >
> >
> > -
> > To unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform
> > 
> >
> > For more info, see http://www.acfug.org/mailinglists
> > Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by FusionLink 
> > -
> >
> > -
> > To unsubscribe from this list, manage your profile @
> > http://www.acfug.org?fa=login.edituserform
> > 
> >
> > For more info, see http://www.acfug.org/mailinglists
> > Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> > List hosted by FusionLink 
> > -
> >
>
>
>
> --
> 
> Adobe Certified ColdFusion MX 7 Developer
> Atlanta CFUG (ACFUG): http://www.acfug.org
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For m