Resizing cflayout based on browser window

2010-02-12 Thread Frederick Valone
How can I base the cflayout on the browser window's visible area? Every time I resize the window my controls are being displayed off screen with no scroll bars to get to them. Ideally I'd like the layout to be dynamic enough to resize gracefully without needing the scroll bars. Thanks

Cfgid in cf9 sorting case sensitive

2010-02-12 Thread Frederick Valone
All my html cfgrids are sorting case sensitive. I added the type=string_noCase parameter but still am getting the same results with strings starting with uppercase chars displaying first and lower case strings displayed alphabetically after the uppercase strings. Thanks

coldfusion.sql.QueryTable error in CF8

2009-08-11 Thread Frederick Valone
We have been using the code below in cf7 to convert java query recordset to a cf query. It is still working in cf7 but fails with: An exception occurred when instantiating a Java object. The class must not be an interface or an abstract class. the code used is cfset queryTable =

Session failure in IE8 on Clustered cf environment

2009-08-03 Thread Frederick Valone
I am using a simple app to test session replication and failover on CF8. When using Chrome, FireFox, or Safari everything works correctly. However IE8 fails on every call to recognize it has a session (see more details below the code clips) The testing application was downloaded from

Re: Session failure in IE8 on Clustered cf environment

2009-08-03 Thread Frederick Valone
Sorry that last link is internal you cannot reach it outside our network. My Bad, Freddy ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Upgarding to CF7 from CFMX6.1

2006-11-06 Thread Frederick Valone
I am wondering if anyone has any information regarding possible default cf7 configuration settings (settings in the xml config files not the administrator) that are different than 6.1? I am really just looking to cover all bases prior to tuesday's go live of our upgrade. We have done most

clearing connection pool/expiring connections

2005-07-13 Thread frederick valone
I am wondering if there is a way to programaitcally expire connections between coldfusion and oracle. We currently have to bounce our cf server everytime we take one of our linked databases down for service or make changes made to stored procedures or cf sees the state of the database as it

Re: Javascript to coldfusion

2005-05-09 Thread frederick valone
You cannot set a coldfusion variable on the client side as you did below. You can set javascript variables to the value of cf variables that have already been set. cfset doit = Are you sure you want to delete? cfoutput script var didit = confirm(#doit#); /script /cfoutput Jeremy Bunton

Re: Issue 15004052

2003-02-26 Thread frederick valone
Changing all your packages is a workaround? We have we have at least 10 packages all containing between 5 and 50 Procs that return ref cursors. It is not really an option to split all these packages into separate packages with single procs returning a ref cursor. it really undremines the