Re: Trying to set cfform focus in an Ajax window

2010-09-30 Thread John Pullam
You may have to lead me into what exactly you'd like to see, but here is what I have coded and I'll be happy to view source and get you something else ... There are any number of pages that could force a login, and the do it from this sequence: a

Re: Trying to set cfform focus in an Ajax window

2010-09-30 Thread Michael Grant
That's the cf (pre-compiled) code. I want the source of what cf generates and sends to the browser. On Thu, Sep 30, 2010 at 7:59 AM, John Pullam jpul...@mcleansystems.comwrote: You may have to lead me into what exactly you'd like to see, but here is what I have coded and I'll be happy to

Re: Trying to set cfform focus in an Ajax window

2010-09-30 Thread John Pullam
Here is the view source from when the window has opened ... !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd; html headscript type=text/javascript/* ![CDATA[ */_cf_loadingtexthtml=img alt=' ' src='/CFIDE/scripts/ajax/resources/cf/images/loading.gif'/;

Re: Trying to set cfform focus in an Ajax window

2010-09-30 Thread Michael Grant
John, I'm looking for the compiled source of this page: ../MemberLogin.cfm On Thu, Sep 30, 2010 at 8:59 AM, John Pullam jpul...@mcleansystems.comwrote: Here is the view source from when the window has opened ... !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Claude Schnéegans
Furthermore, I've noticed that if I define a new datasource in CF9, I still have the same error, but the same datasource gets also defined in CF5 in the same operation, and it works fine under CF5! ~| Order the Adobe

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Dave Watts
 Furthermore, I've noticed that if I define a new datasource in CF9, I still have the same error, but the same datasource gets also defined in CF5 in the same operation, and it works fine under CF5! Do you have CF9 and CF5 installed on the same box? If so, all bets are off. Dave Watts, CTO,

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Claude Schnéegans
Do you have CF9 and CF5 installed on the same box? Sure, otherwise I could not say that defining a datasource in CF 9 autimatically defines it in CF 5. Since CF 6, I've always used both version on my development desktop with no problem, they are completely independant products. I didn't

RE: Looking for the right SMTP server

2010-09-30 Thread Justin Scott
Smartertools used to be great, but the bigger they got the more arrogant they got and the higher their prices got and the worse the customer service got, you wouldn't believe how rude they are. Since we're talking about full-on mail servers now, I'll toss out ModusMail by Vircom. They've

Replicating hints in cfc's

2010-09-30 Thread Tony Bentley
I have a few Interfaces that have a number of cfc's that implement them. I want to make sure that whoever is reading the cfc's understand what the methods are designed to do. I'm a bit confused about when to duplicate hints or if there is a way to speed this all up. My steps are as follows:

RE: Drivers for Access databases under CF 9

2010-09-30 Thread Russ Michaels
As you have multiple versions of CF installed you are going to have multiple versions of the ODBC service as well, each one will be running on a different port. Make sure you do not have a conflict here and that you don’t have the wrong ODBC service running. I had this problem with a CF98 upgrade

RE: Drivers for Access databases under CF 9

2010-09-30 Thread Russ Michaels
As we explained previously, when you create a DSN, it creates an ODBC datasource, then a JDBC bridge so that CF9 can use it. CF5 uses ODBC data sources directly so will of course be able to see any that exist on the system. So this proves the ODBC side of things is working. However I am confused

RE: Looking for the right SMTP server

2010-09-30 Thread Brook Davies
Damn I miss IMS! Howie where the heck are you? Where did www.coolfusion.com disappear to?? Brook -Original Message- From: Justin Scott [mailto:jscott-li...@gravityfree.com] Sent: September-30-10 8:06 AM To: cf-talk Subject: RE: Looking for the right SMTP server Smartertools used to

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Claude Schnéegans
CF5 uses ODBC data sources directly so will of course be able to see any that exist on the system. CF5 will be able to SEE it so you can create a DSN under CF5, but here, creating the DSN under CF9 also creates it in CF5. Kind of weird. But I created and deleted these DSN so often, that

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Russ Michaels
I think you are still not understanding. CF5 is not JAVA, it doesn't use JDBC, it uses ODBC. CF9 doesn't create the DSN in CF5,it creates an ODBC DSN in windows, and this is what CF5 is picking up. If you create an ODBC DSN in the windows control panel, then it will also show up in the CF5 admin.

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Claude Schnéegans
As you have multiple versions of CF installed you are going to have multiple versions of the ODBC service as well, Really? I can see the ColdFusion 9 ODBC Server and the ColdFusion 9 ODBC Agent in the services but to my knowledge, CF 5 does not use any ODBC service. each one will be

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Claude Schnéegans
CF5 is not JAVA, it doesn't use JDBC, it uses ODBC. Of course, I know. If you create an ODBC DSN in the windows control panel, then it will also show up in the CF5 admin. You're right, I thought you still had to define it in CF 5, but apparently it is automatic. Anyway, this does not tell

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Russ Michaels
no CF5 doesn't, but you stated previously u have CF 5/6/7/8/9 installed. If this is not true then nevermind, but it is getting very hard to follow this as your setup seems to change from 1 post to the next. On Thu, Sep 30, 2010 at 5:39 PM, wrote: As you have multiple versions of CF

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Russ Michaels
try this and see if the info here helps with regards to checking the ports. http://russ.michaels.me.uk/index.cfm/2010/9/22/MSACCESS-DSNs-no-longer-work-after-CF-901-Upgrade also note the previous post it links to. On Thu, Sep 30, 2010 at 5:59 PM, Russ Michaels r...@michaels.me.uk wrote: no

Re: Canadian CF Hosting

2010-09-30 Thread Ketan Jetty
Canada Web Hosting is good. http://www.canadianwebhosting.com/canadian-windows-hosting.asp Thanks Ketan Jetty ~| Order the Adobe Coldfusion Anthology now!

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Dave Watts
Anyway, this does not tell me why the JDBC bridge is not working under CF 9 :-( My guess is that you'd previously installed another version of CF (6, 7, 8) and that there's a conflict between whatever that left on your system and the newest version of SequeLink. You can always try

Re: Looking for the right SMTP server

2010-09-30 Thread Claude Schnéegans
Damn I miss IMS! Question is: does it store its logs in a database? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive:

Re: Looking for the right SMTP server

2010-09-30 Thread Nicholas Stein
I just got an email from MarshallSoft on their new api program. http://www.marshallsoft.com/mcm.htm Client Mailer Features •Uses macro substitution to personalize outgoing letters. •Can send text or HTML letters. •Supports multiple attachments. •Can handle arbitrarily large lists of

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Claude Schnéegans
My guess is that you'd previously installed another version of CF (6, 7, 8) Actually no previous version. But I had to install CF 9 twice, in two different configurations. The first time the installer wont take my registration key. So I have bothe ColdFusion9 and Jrun4 directories. The last

Re: ORACLE DATE INSERT ERROR.. Help.

2010-09-30 Thread daniel kessler
I have a date/time that I made using SYSDATE and inserted into an oracle table. It looks like 2010-09-30 13:34:17.0. I have queried for that date to insert into another table, but when I go to insert it, I receive a missing comma error. I assume that it has to do with the date because when

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Dave Watts
Is CF 9 installed under ColdFusion9 supposed to use also C:\JRun4 ? No. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized

RE: Drivers for Access databases under CF 9

2010-09-30 Thread Russ Michaels
C:\jrun4 is a multi-server install. I think I'd go with Dave's suggestion, uninstall, delete all files and folders and start from scratch. Russ -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: 30 September 2010 18:44 To: cf-talk Subject: Re: Drivers for Access

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Claude Schnéegans
u have CF 5/6/7/8/9 installed. On my development desktop yes, but not on my production server on which I'm having the problems. as your setup seems to change from 1 post to the next. No, nothing was changed either on my desktop, nor on my server. I installed CF9 on my server August 25, and

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Russ Michaels
try the re-install, if that doesn't work, I can login and take a look for you if you want. Russ On Thu, Sep 30, 2010 at 6:52 PM, wrote: u have CF 5/6/7/8/9 installed. On my development desktop yes, but not on my production server on which I'm having the problems. as your setup seems

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Scott Stewart
just to throw this out there, have you compared the Windows permissions on this DB vs. the ones that work? On Thu, Sep 30, 2010 at 1:52 PM, wrote:  u have CF 5/6/7/8/9 installed. On my development desktop yes, but not on my production server on which I'm having the problems.  as your

Re: ORACLE DATE INSERT ERROR.. Help.

2010-09-30 Thread Drew Nathanson
Daniel, Try this: to_date(field, mm/dd/ HH24:MI:SS) to do the insert. This will cause Oracle to interpret the date correctly. -Drew Nathanson I have a date/time that I made using SYSDATE and inserted into an oracle table. It looks like 2010-09-30 13:34:17.0. I have queried for

Re: ORACLE DATE INSERT ERROR.. Help.

2010-09-30 Thread daniel kessler
I receive the same error with that, missing comma. However, I have just had an epiphany and this worked: #createODBCDateTime(registered.date_added)# I didn't realize it needed to be an ODBC Date, nor do I really know what an ODBC date is.

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Claude Schnéegans
Is CF 9 installed under ColdFusion9 supposed to use also C:\JRun4 ? No. OK, so we have the begining of an answer here. I noticed that I'm having CF 9 ODBC agent and ODBC server running from C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\db\slserver54\bin\ They should use

Re: Drivers for Access databases under CF 9

2010-09-30 Thread Claude Schnéegans
C:\jrun4 is a multi-server install. Yeah, I tried this one first (last July), but it wont accept my serial number, so I re-installed the other version last August I think I'd go with Dave's suggestion, uninstall, delete all files and folders and start from scratch. Yurk...

CF9... Extending CFMap

2010-09-30 Thread Matt S
I am new to CFMAP and I have a situation where my query can return far too many markers. cfmap centeraddress=St. Louis, MO name=myMap cfloop query=myQuery cfmapitem name=#ID# latitude=#Y# longitude=#X# /cfloop /cfmap I very much would like to make use of

Re: Trying to set cfform focus in an Ajax window

2010-09-30 Thread John Pullam
Well I certainly understand that CF has to compile it before it runs it, but I have never concerned myself with that step. How would I see the compiled source? (Sorry to be so simple but it has never been an issue for me before.)

Re: CF9... Extending CFMap

2010-09-30 Thread Raymond Camden
If you want to do anything with a map generated by CFMap, you will need to use the JS API CF provides you to get access to the core Map object: ColdFusion.Map.getMapObject On Thu, Sep 30, 2010 at 1:50 PM, Matt S matt_stut...@hotmail.com wrote: I am new to CFMAP and I have a situation where

Re: Trying to set cfform focus in an Ajax window

2010-09-30 Thread Michael Grant
Ok, maybe I'm not explaining myself correctly. You know when you right click in your browser and then go view source to get the compiled source after cf has processed it? Well I want that source, but of your ajax result. So when you call the MemberLogin.cfm page I want the source code that's

RE: Trying to set cfform focus in an Ajax window

2010-09-30 Thread Andrew Scott
Michael, injected code via Ajax will not appear in a view source. The best way to get this would be to use FireFox and firebug, and use the ajax call to see the response coming back from the server. Regards, Andrew Scott http://www.andyscott.id.au/ -Original Message- From: Michael

Re: Trying to set cfform focus in an Ajax window

2010-09-30 Thread Michael Grant
Sigh. Yes, of course you can't. Which is why I said what I did. I gave an example of what compiled source was with the example of how you view a source. Then I went on to explain that I want the compiled source of the login page and told him a handful of ways to dump the source out so he can get

Re: Trying to set cfform focus in an Ajax window

2010-09-30 Thread John Pullam
Sorry but I certainly didn't understand what was involved to do that (hope my posts made that clear, but maybe not) and I don't have sufficient firebug skills to do what is suggested. Thanx for trying, but let's leave this problem as it lies. I'm obviously over my head and getting a cursor in

RE: Trying to set cfform focus in an Ajax window

2010-09-30 Thread Andrew Scott
John, if you have firebug installed the easiest thing to do is make sure the console is open. You might need to enable it for your website, and when you do your ajax call you should see the request go through either in the console or net tabs. When you do you can click on the link and it will

RE: Trying to set cfform focus in an Ajax window

2010-09-30 Thread Andrew Scott
Sorry Michael I should have kept reading your post. Regards, Andrew Scott http://www.andyscott.id.au/ -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Friday, 1 October 2010 9:45 AM To: cf-talk Subject: Re: Trying to set cfform focus in an Ajax window

Re: Trying to set cfform focus in an Ajax window

2010-09-30 Thread Michael Grant
No worries. On Thu, Sep 30, 2010 at 8:15 PM, Andrew Scott andr...@andyscott.id.auwrote: Sorry Michael I should have kept reading your post. Regards, Andrew Scott http://www.andyscott.id.au/ -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Friday, 1

RE: looping syntax inside a function?

2010-09-30 Thread Justin Scott
cfset LegalProteinSequence_#loopcount# = ... I don't recall if an answer to this was ever posted, but you would want to look at the setvariable() function in the CF docs for setting variables with dynamic names. -Justin ~|

RE: Highlighting non-standard ASCII characters?

2010-09-30 Thread Bobby Hartsfield
Something like this? rereplace(str, '([^A-Za-z0-9_\r\s\n!\.\?''\(\),;:])', 'span class=highlight\1/span', 'all') If you don’t mind characters like ñ, then just use \w instead of A-Za-z0-9_ rereplace(str, '([^\w\r\s\n!\.\?''\(\),;:])', 'span class=highlight\1/span', 'all')

RE: What version-/source control are you using (if any)?

2010-09-30 Thread Bobby Hartsfield
Don't forget Jobs (to group changelists) and one hell of a history view. Perforce was worth every penny in my opinion. But.. I understand not everyone is willing to pay for version control (even though it is an extremely important part of software development) That is hwy SVN exists. Just

Re: cfoutput or cfloop? which is the more practical solution

2010-09-30 Thread Maureen
Did you get this working? If not, could you post the structure of your data table and I'll see if I can send you the SQL to generate it. On Fri, Sep 24, 2010 at 4:23 PM, GLM g...@glmdesigns.com wrote: I have a database with presidents, governors, etc. and need to be able to pull out

Hiring in Pasadena, CA

2010-09-30 Thread Sami Hoda
We're looking for good senior folks. More details @ http://www.ecivis.com/our-company/careers/. Let me know if you have any questions! We're open for mid-, sr, architect, or even manager position! Sr. Web Application Developer - ColdFusion Location: Pasadena, CA Telecommute: Not available