cfinput autosuggest list not correct

2013-04-08 Thread Bill Franklin
I have verified that the JSON being returned shows the correct values, but the values that the cfinput are displaying are only the people with a first name that starts with the value I have typed... cfinput type=text name=full_name id=full_name message=Start typing

cfinvoke and Proxy Auto Configuration

2013-03-12 Thread Bill Franklin
Configuration: So our ColdFusion 9.0.1 instance has a dedicated active directory account under which the ColdFusion services run. It has been granted internet access by the network guys, and the internet configuration has been setup with a proxy auto configuration script, as our proxy

RE: ColdFusion 10 - Web Service Proxy User Domain

2013-03-11 Thread Bill Franklin
So does that still work for Active Directory domains? e.g. ad/username = username@ad I ask because it isn't working either. Best regards, Bill Franklin Bayer CropScience LP Kansas City, MO, Tel: +1 816 242 2148 Fax: E-mail: bill.frank...@bayer.com Please visit our anniversary

RE: ColdFusion 10 - Web Service Proxy User Domain

2013-03-11 Thread Bill Franklin
Just to clarify, if I use the user@ad syntax in the cfinvoke call, it works fine too...but if I set the same way up in the CF Administrator, it doesn't Best regards, Bill Franklin Ext: Midwest Consulting Group, Inc. Bayer CropScience LP Kansas City, MO, Tel: +1 816 242 2148 Fax: E-mail

ColdFusion 10 - Web Service Proxy User Domain

2013-03-08 Thread Bill Franklin
I am trying to setup a webservice in CF Administrator. I get everything setup but when I try to specify the required domain with the username, it appears to break it...any help would be appreciated. For instance, I setup domain\username...it removes the \ and sets it to domainusername, which

RE: Looking for Homesite+

2012-08-16 Thread Bill Franklin
It would be nice if Adobe would opensource Homesite+ Freundliche Grüße / Best regards, Bill Franklin Computer Integrated Mfg. Bayer CropScience LP 8400 Hawthorne Road, Room 2447 Kansas City, MO 64120 Tel: +1 816 242 2148 Fax: +1 816 242 2047 E-mail: bill.frank...@bayer.com Web: http

RE: Force logout a user

2012-07-10 Thread Bill Franklin
could run across, unless you are dealing only with computers on a LAN. Freundliche Grüße / Best regards, Bill Franklin Computer Integrated Mfg. Bayer CropScience LP 8400 Hawthorne Road, Room 2447 Kansas City, MO 64120 Tel: +1 816 242 2148 Fax: +1 816 242 2047 E-mail: bill.frank...@bayer.com

RE: Force logout a user

2012-07-06 Thread Bill Franklin
Just validate their CGI.remote_host against what is already being used for a valid session...then force a logout of the oldest session if the same user logs on more than once from different IP Addresses Freundliche Grüße / Best regards, Bill Franklin Computer Integrated Mfg. Bayer

RE: Force logout a user

2012-07-06 Thread Bill Franklin
Surely checking only during your logon script would be smarter and more efficient than checking on EVERY REQUEST? I mean, how many times during a request does a user logon Freundliche Grüße / Best regards, Bill Franklin Computer Integrated Mfg. Bayer CropScience LP 8400 Hawthorne

RE: Charles Proxy and ColdFusion 9

2012-04-24 Thread Bill Franklin
I think the key problem here, is that ColdFusion 9 is returning the CFMLDebugger class, instead of the AMFDebugger class...perhaps a channel configuration issue??? Freundliche Grüße / Best regards, Bill Franklin Computer Integrated Mfg. Bayer CropScience LP 8400 Hawthorne Road, Room 2447

Re: Charles Proxy and ColdFusion 9

2012-04-23 Thread Bill Franklin
Anyone even use Charles Proxy? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

RE: Charles Proxy and ColdFusion 9

2012-04-23 Thread Bill Franklin
Are you able to see the SQL Query calls in firebug w/ CF9 as the back-end? Freundliche Grüße / Best regards, Bill Franklin Computer Integrated Mfg. Bayer CropScience LP 8400 Hawthorne Road, Room 2447 Kansas City, MO 64120 Tel: +1 816 242 2148 Fax: +1 816 242 2047 E-mail: bill.frank

RE: Charles Proxy and ColdFusion 9

2012-04-23 Thread Bill Franklin
Hence the use of Charles Proxy, which, up until ColdFusion 9, allowed us to see the SQL Queries that were run inside the CFC calls... Freundliche Grüße / Best regards, Bill Franklin Computer Integrated Mfg. Bayer CropScience LP 8400 Hawthorne Road, Room 2447 Kansas City, MO 64120 Tel: +1

RE: Charles Proxy and ColdFusion 9

2012-04-23 Thread Bill Franklin
Actually, we don't output anything...ColdFusion handles it automatically for you. All we do is enable debugging output in CF Administrator Freundliche Grüße / Best regards, Bill Franklin Computer Integrated Mfg. Bayer CropScience LP 8400 Hawthorne Road, Room 2447 Kansas City, MO 64120

RE: Charles Proxy and ColdFusion 9

2012-04-23 Thread Bill Franklin
Yes Freundliche Grüße / Best regards, Bill Franklin Computer Integrated Mfg. Bayer CropScience LP 8400 Hawthorne Road, Room 2447 Kansas City, MO 64120 Tel: +1 816 242 2148 Fax: +1 816 242 2047 E-mail: bill.frank...@bayer.com Web: http://www.bayercropscience.com Vorstand: Sandra E

Charles Proxy and ColdFusion 9

2012-04-20 Thread Bill Franklin
Just wondering if anyone has had any luck with getting the SQLQuery information in response header with Charles Proxy after upgrading to ColdFusion 9. It works correctly on ColdFusion 8, with the exact same debugging settings, but although the header comes shows up, it does not have any of

RE: CFinclude issues

2012-03-02 Thread Bill Franklin
Try a cfabort showerror=Here I am in the included page. Also, try using the fully qualified path name for the include to see if that works. Freundliche Grüße / Best regards, Bill Franklin Computer Integrated Mfg. Bayer CropScience LP 8400 Hawthorne Road, Room 2447 Kansas City, MO 64120

RE: CFinclude issues

2012-03-01 Thread Bill Franklin
Are you sure you need the .. in front of the first slash? It could be a relative path issue. What errors are you getting? Best regards, Bill Franklin -Original Message- From: Eileen Harberts [mailto:eil...@tdai.net] Sent: Thursday, March 01, 2012 3:16 PM To: cf-talk Subject

RE: CFBuilder Colorization

2011-12-09 Thread Bill Franklin
Are you talking about the tokens? Should be the AttributeName option that you need to change... -Original Message- From: Michael Brennan-White [mailto:mailinglists...@gmail.com] Sent: Friday, December 09, 2011 8:09 AM To: cf-talk Subject: CFBuilder Colorization Really stupid

RE: Quick CF9 Install questions

2011-11-26 Thread Bill Franklin
Sounds about right... -Original Message- From: Robert Rhodes [mailto:rrhode...@gmail.com] Sent: Saturday, November 26, 2011 12:19 PM To: cf-talk Subject: Quick CF9 Install questions Hell to all. I have to deploy a couple new CF9 installs today, and I just want to confirm that I have

RE: Dynamically Added Form Fields Not Submitted

2011-09-14 Thread Bill Franklin
Try here: http://www.coldfusionjedi.com/index.cfm/2009/1/18/Mixing-client-side-dynamic-forms-with-dynamic-ColdFusion-form-processing -Original Message- From: Robert Nurse [mailto:rnu...@gmail.com] Sent: Wednesday, September 14, 2011 11:18 AM To: cf-talk Subject: Dynamically Added Form

CF9 - SpreadsheetSetCellValue exception

2011-09-08 Thread Bill Franklin
Okay, I have a spreadsheet loaded up. I am trying to create multiple copies of the spreadsheet on the server with different sets of values set in them. So, I have an index based loop..0 to 9 First run through, seems to go okay (although the formulas won't update based on the new values,

RE: CF9 - SpreadsheetSetCellValue exception

2011-09-08 Thread Bill Franklin
Apparently, you must get a new reference to the spreadsheet after each write action. Once I put the Read action inside the loop, it started working. Anyone know how to cause the formulas to update based on the updated data? -Original Message- From: Bill Franklin Sent: Thursday

RE: Using excel NumberFormat in coldfusion

2011-08-09 Thread Bill Franklin
Double # for each # you want to use... -Original Message- From: fun and learning [mailto:funandlrnn...@gmail.com] Sent: Tuesday, August 09, 2011 2:19 PM To: cf-talk Subject: Using excel NumberFormat in coldfusion Hi All - As suggested by a couple of coldfusion developers a weeks ago,

RE: COMPLEX SQL RANDOM

2011-08-04 Thread Bill Franklin
: Jochem van Dieten [mailto:joch...@gmail.com] Sent: Wednesday, August 03, 2011 3:08 PM To: cf-talk Subject: Re: COMPLEX SQL RANDOM On Wed, Aug 3, 2011 at 9:36 PM, Bill Franklin wrote: Why not try something like this...(not sure which database you are using) SELECT TOP 1 * FROM (        SELECT

RE: Running systeminfo with CFEXECUTE returns an empty string. Why?

2011-08-03 Thread Bill Franklin
Logon to the CF server using the name of the user that CF was installed with and try running systeminfo.exe using a CMD prompt. My guess is that it is using a user that doesn't have permission to run that process, as I tried the second command you provided, and it worked just fine...

RE: COMPLEX SQL RANDOM

2011-08-03 Thread Bill Franklin
Why not try something like this...(not sure which database you are using) SELECT TOP 1 * FROM ( SELECT DISTINCT portal_polls.poll_id, portal_polls.question, portal_polls.answer1, portal_polls.answer2, portal_polls.answer2, portal_polls.answer4, portal_polls.answer4,

RE: cf9 multiple sheet excel

2011-08-02 Thread Bill Franklin
Just tested a comment... Cell ss:Index=4Comment ss:Author=Bill Franklinss:Data xmlns=http://www.w3.org/TR/REC-html40;BFont html:Face=Tahoma x:CharSet=1 html:Size=9 html:Color=#00Bill Franklin:/Font/BFont html:Face=Tahoma x:CharSet=1 html:Size=9

RE: cf9 multiple sheet excel

2011-08-01 Thread Bill Franklin
The way we have always handled excel spreadsheet generation (CF8), has been to take a formatted spreadsheet, save it as and XML sheet, open that XML in Notepad, copy the XML code and paste it inside a cfsavecontent variable=strXmlData tag...then edit the code to make it dynamic (e.g. Rows,

RE: Method Opinion

2011-08-01 Thread Bill Franklin
I would take a look at using the MINUS union operator, and a table of poll/user IDs that have completed the poll. MINUS should return only the records in the first part of the query that are not in the second part of the querythe first part being the list of candidates and the second part

RE: cf9 multiple sheet excel

2011-08-01 Thread Bill Franklin
by the extension... On Mon, Aug 1, 2011 at 1:07 PM, Bill Franklin bill.frank...@bayer.comwrote: The way we have always handled excel spreadsheet generation (CF8), has been to take a formatted spreadsheet, save it as and XML sheet, open that XML in Notepad, copy the XML code and paste it inside

RE: cf9 multiple sheet excel

2011-08-01 Thread Bill Franklin
Are you opening the file as *.xml, or *.xls? I open mine as *.xml...it knows to open it as Excel. -Original Message- From: Leigh [mailto:cfsearch...@yahoo.com] Sent: Monday, August 01, 2011 2:12 PM To: cf-talk Subject: RE: cf9 multiple sheet excel The file you are trying to open is

RE: What event specifically triggers OnApplicationStart?

2011-03-28 Thread Bill Franklin
On said diagnostic page, what is the value of CGI.SERVER_NAME and CGI.HTTP_HOST when the configName's value is dev? -Original Message- From: Dave Burns [mailto:cft...@burnsorama.com] Sent: Monday, March 28, 2011 1:10 PM To: cf-talk Subject: Re: What event specifically triggers