(ot) Oracle 10g-- Collect function--HELP!

2009-02-10 Thread Stone, Lori
I have a sql server and mysql background. I am a total newbie with using oracle packages so bear with me :) The DBA's here had not even heard of the collect function so not getting much help here. The package definition compiles fine (declaration). When I try to compile the body I keep

Does CF8 use activex components

2009-02-10 Thread Michael Brennan-White
I was asked this yesterday and said no but something weird is happening on our IE installs. Yesterday when we enter my CF8 ColdFusion RIA app in IE, we are warned that since we have ActiveX disabled some applications may not display properly. The application does display and function

Re: (ot) Oracle 10g-- Collect function--HELP!

2009-02-10 Thread Dave Watts
I have a sql server and mysql background. I am a total newbie with using oracle packages so bear with me :) The DBA's here had not even heard of the collect function so not getting much help here. The package definition compiles fine (declaration). When I try to compile the body I keep

Re: Does CF8 use activex components

2009-02-10 Thread Dave Watts
Yesterday when we enter my CF8 ColdFusion RIA app in IE, we are warned that since we have ActiveX disabled some applications may not display properly. The application does display and function correctly but it is an annoying message and leads to the question of whether CF is using

Re: Does CF8 use activex components

2009-02-10 Thread Michael Brennan-White
Dave, Thanks for the reply. Would I be right in assuming if I am not using the EnableCAB attribute and only using the CF8 ajax components (and no FlashForms) that this is a false error? Thanks, Michael Yesterday when we enter my CF8 ColdFusion RIA app in IE, we are warned that since

Re: Session stickiness breaks in CF 8

2009-02-10 Thread Matthew Williams
I wonder if this is only an issue on *nix operating systems? I've never had this happen on our Windows boxes... and we have clustering turned on for 7 different clusters across 11 different servers. Heck, it's been running just fine for those environs since we were on MX 6.1... we're

Re: Does CF8 use activex components

2009-02-10 Thread Mike Chabot
If you are only using Ajax (no Java and no Flash) then you should not be getting ActiveX warnings. If you are seeing that warning it would suggest that you are using more than just Ajax without realizing it. I assume you are only getting this warning on the specific pages with RIA controls on

Re: Does CF8 use activex components

2009-02-10 Thread Michael Brennan-White
I am using a very vanilla CFLayout page with cfajaxproxy calls and the jQuery framework. I do have the java machine installed (since it is required by Eclipse). If you are only using Ajax (no Java and no Flash) then you should not be getting ActiveX warnings. If you are seeing that warning

RE: Session stickiness breaks in CF 8

2009-02-10 Thread WebSite CFTalk
Stopping the JWS will not disrupt any loadbalancing setup. And it's possible to reach the individual instances in the cluster without JWS -Original Message- From: James Holmes [mailto:james.hol...@gmail.com] Sent: 10. februar 2009 7:35 To: cf-talk Subject: Re: Session stickiness breaks

Re: Session stickiness breaks in CF 8

2009-02-10 Thread Matthew Williams
Would you care to provide a link to how you get to an instance without going through the JWS? I'm really not trying to be a smart ass here, I truly want to know ;). Matthew Williams Geodesic GraFX ~| Adobe® ColdFusion® 8

RE: Session stickiness breaks in CF 8

2009-02-10 Thread WebSite CFTalk
No prob :) Should have done that in the first place. The last comment on this page includes what we found. http://alagad.com/go/blog-entry/vertical-and-horizontal-clustering-with-coldfusion#comments -Helge -Original Message- From: Matthew Williams [mailto:mai...@geodesicgrafx.com]

Re: CFGrid: Calling custom javascript on click.

2009-02-10 Thread Cutter (CFRelated)
Anthony, To do this kind of thing, you'll need to tap into the underlying Ext library used by cfgrid. I have a rough example of this sort of thing in the depths of this post: http://blog.cutterscrossing.com/index.cfm/2007/11/30/CF8-Ajax-Grid-Renderers-and-Events You can also find a log of

Re: Does CF8 use activex components

2009-02-10 Thread Dave Watts
I am using a very vanilla CFLayout page with cfajaxproxy calls and the jQuery framework. I do have the java machine installed (since it is required by Eclipse). What do you see when you view source in the page? Or, in the case of an AIR application, what does a tool like Wireshark tell you

Re: Does CF8 use activex components

2009-02-10 Thread Michael Brennan-White
it turns out that it was only happening on two workstations. We made a change to the Group Policy on that server, ran gpupdate from a command window and now it is working correctly. Thanks for all your suggestions and help. I am using a very vanilla CFLayout page with cfajaxproxy calls

CF Vertical Expanding Menu

2009-02-10 Thread Joel Polsky
Hi.. Need a easy solution to create a vertical menu system that expands when clicked. (much like the book mark menu in Firefox) I'm sure this has been asked before, but the reference I've found on the list are dead links. Can it be done in CF? Menu would be like this, MENU 1 +Sub 1a +Sub

Re: CF Vertical Expanding Menu

2009-02-10 Thread John M Bliss
I like Spry: http://labs.adobe.com/technologies/spry/samples/menubar/MenuBarSample.html http://labs.adobe.com/technologies/spry/ On Tue, Feb 10, 2009 at 1:55 PM, Joel Polsky polskystud...@gmail.comwrote: Hi.. Need a easy solution to create a vertical menu system that expands when clicked.

RE: CF Vertical Expanding Menu

2009-02-10 Thread Bryan Hogan
Joel, It can not be done in in CF alone. See http://jquery.bassistance.de/treeview/demo/ -Original Message- From: Joel Polsky [mailto:polskystud...@gmail.com] Sent: Tuesday, February 10, 2009 12:56 PM To: cf-talk Subject: CF Vertical Expanding Menu Hi.. Need a easy solution to

Re: CF Vertical Expanding Menu

2009-02-10 Thread Cutter (CFRelated)
If you're using ColdFusion 8 then you could just use the cfmenu tag Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _

(ot) Setting IIS 6 Content-Type HTTP header

2009-02-10 Thread Jim McAtee
Does anyone know how to redifine the Content-Type HTTP header that is sent by IIS 6? Right now, its: Content-Type: text/htm; charset=UTF-8 We wanted to change the charset to iso-8859-1. In the IIS MMC I can add a custom HTTP header, but defining a Content-Type header there adds another to

Re: Coldfusion connectivity to MS SQL Server with SSL encryption

2009-02-10 Thread Matthew Frew
Anyone else have information /feedback on this? Thanks With IPSec.. no issues. Never tried with SSL on top of it. Hello, We're looking into the possibility of encrypting our MS SQL Servers (2000 and 2005) with SSL (as documented: http://msdn.microsoft.com/en-us/library/ms189067.aspx), but

Re: CF Vertical Expanding Menu

2009-02-10 Thread Joel Polsky
Hi All.. Thanks for the help.. I think Bryan's link is what I need. The CFMENU seems only to be a fly-out or drop down style. Joel On Tue, Feb 10, 2009 at 3:04 PM, Cutter (CFRelated) cold.fus...@cutterscrossing.com wrote: If you're using ColdFusion 8 then you could just use the cfmenu tag

Bind expressions cannot be empty - coldfusion8

2009-02-10 Thread Don L
Case A (one machine -- cf8) I've just got this unexpected error. The little piece of cf8-based software has been working fine including binding. Case B (another machine -- cf8) But because porting/copying essentially the same code to a netbook failed with totally weird error, like

Re: Coldfusion connectivity to MS SQL Server with SSL encryption

2009-02-10 Thread Dave Watts
We're looking into the possibility of encrypting our MS SQL Servers (2000 and 2005) with SSL (as documented: http://msdn.microsoft.com/en-us/library/ms189067.aspx), but wanted to make sure that this wasn't going to cause any connectivity issues at the ColdFusion side first. Our

CF Log Viewer Question

2009-02-10 Thread Varun Dixit
I am writing a ColdFusion Log File viewer for a client, and can not figure out how to get the path of the directory where Cold Fusion logs file are stored. I see in CF Admin, Debugging Logging Logging Settings you can specify the where the log files are stored. Is there a variable or a

(ot) Drop down menu bar recommendations

2009-02-10 Thread Gerald Guido
I have a finicky CSS/XHTML design that took forever to get pixel perfect (my first CSS based design) and I need a drop down menuing system (an after thought). We are on CF7 so no cfmenu. I was trying to use unobtrusive Spry Menu Bar from the examples. But I am having a real hard time getting it

Re: (ot) Drop down menu bar recommendations

2009-02-10 Thread Massimo Foti
I was trying to use unobtrusive Spry Menu Bar from the examples. But I am having a real hard time getting it to behave correctly. Based on the above does anyone have any recommendations, favorites or had success with any particular menu(s). These days I use Spry's menubar quite often. A few

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-10 Thread Jim McAtee
Maybe more on topic than off... Is the Content-Type header actually being set by CF? I see that when I request a simple html file from IIS I get a Content-Type of just text/html. If CF is setting this, where can it be configured? - Original Message - From: Jim McAtee

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-10 Thread Dave Watts
Does anyone know how to redifine the Content-Type HTTP header that is sent by IIS 6? Right now, its: Content-Type: text/htm; charset=UTF-8 We wanted to change the charset to iso-8859-1. In the IIS MMC I can add a custom HTTP header, but defining a Content-Type header there adds another

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-10 Thread Dave Watts
Maybe more on topic than off... Is the Content-Type header actually being set by CF? I see that when I request a simple html file from IIS I get a Content-Type of just text/html. If CF is setting this, where can it be configured? CF sets the content type for documents generated by CF.

Re: Session stickiness breaks in CF 8

2009-02-10 Thread James Holmes
That's simpler than I thought. I'll give it a go with our clusters and see what happens. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/2/11 WebSite CFTalk cft...@website.no: No prob :) Should have done that in the first place. The last comment on this

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-10 Thread Jim McAtee
- Original Message - From: Dave Watts dwa...@figleaf.com To: cf-talk cf-talk@houseoffusion.com Sent: Tuesday, February 10, 2009 5:43 PM Subject: Re: (ot) Setting IIS 6 Content-Type HTTP header Does anyone know how to redifine the Content-Type HTTP header that is sent by IIS 6?

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-10 Thread Jim McAtee
- Original Message - From: Dave Watts dwa...@figleaf.com To: cf-talk cf-talk@houseoffusion.com Sent: Tuesday, February 10, 2009 5:41 PM Subject: Re: (ot) Setting IIS 6 Content-Type HTTP header Maybe more on topic than off... Is the Content-Type header actually being set by CF? I

Re: CF Log Viewer Question

2009-02-10 Thread Raymond Camden
Use the AdminAPI: cfscript adminObj = createObject(component,cfide.adminapi.administrator); adminObj.login(admin); debugger = createObject(component, cfide.adminapi.debugging); logfolder = debugger.getLogProperty(logdirectory); /cfscript cfoutput#logfolder#/cfoutput On Tue, Feb 10, 2009 at

Re: (ot) Drop down menu bar recommendations

2009-02-10 Thread Les Mizzell
These days I use Spry's menubar quite often. I thought the Spry menu didn't validate, or was that an older version... Hmmm ... off to Google to check. I went with Superfish for the last one I did - and it's still not *exactly* what I'm looking for either...

Re: (ot) Drop down menu bar recommendations

2009-02-10 Thread Les Mizzell
Les Mizzell wrote: I thought the Spry menu didn't validate, or was that an older version... I went with Superfish for the last one I did - and it's still not *exactly* what I'm looking for either... Actually, neither seems to pass WC3 validation. The nested list structure gives it a fit.

Re: (ot) Drop down menu bar recommendations

2009-02-10 Thread Les Mizzell
OK, I'm an idiot and stand corrected ... the Spry Menu I just did as a test passed... Actually, neither seems to pass WC3 validation. The nested list structure gives it a fit. ul li ul li li /ul /li /ul

Re: Bind expressions cannot be empty - coldfusion8 (Resolved)

2009-02-10 Thread Don L
Case A (one machine -- cf8) I've just got this unexpected error. The little piece of cf8-based software has been working fine including binding. Case B (another machine -- cf8) But because porting/copying essentially the same code to a netbook failed with totally weird error, like

Re: (ot) Setting IIS 6 Content-Type HTTP header

2009-02-10 Thread Jochem van Dieten
On Wed, Feb 11, 2009 at 2:16 AM, Jim McAtee wrote: From: Dave Watts: CF sets the content type for documents generated by CF. Otherwise, IIS sets the content type. Ok, that's the impression that I got. Where can it be set? cfcontent type=text/html; charset=iso-8859-1 / Jochem -- Jochem

Re: Session stickiness breaks in CF 8

2009-02-10 Thread Jochem van Dieten
On Tue, Feb 10, 2009 at 4:30 AM, James Holmes wrote: We have an issue with our CF8.01 clusters in that sticky sessions will intermittently break. The behaviour is very strange; the JSESSIONID cookie seems to be ignored and the request is sent to the wrong server by the Apache connector. A new