Man, I'm just really banging my head over this one...

2005-11-29 Thread Jeff Small
more than just a single event on a single day? Something even *approaching* robust? Anyone have any pointers, examples, code tutorials, anything that can make this a little easier to accomplish? -- Jeff Small LHWH Advertising Myrtle Beach, SC 29577 843-448-1123 Ext 254

RE: CFUnit Help ... assertEqualsBoolean?

2005-11-26 Thread Jeff Chastain
is the '...' as a value? -- Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try

RE: Access Error? CF7

2005-11-26 Thread Jeff Anderson
math on those dates after grabbing them from the database. My $.02 -Jeff -Original Message- From: ColdFusion [mailto:[EMAIL PROTECTED] Sent: Friday, November 25, 2005 20:35 To: CF-Talk Subject: RE: Access Error? CF7 The reason for the DateFormat is that it is Being used as Display on some

RE: CFUnit Help ... assertEqualsBoolean?

2005-11-26 Thread Jeff Chastain
in the Application.cfc file in every test case thus making changes more difficult down the road when a data source or mapping change. Thanks -- Jeff -Original Message- From: Paul Kenney [mailto:[EMAIL PROTECTED] Sent: Friday, November 25, 2005 11:58 PM To: CF-Talk Subject: Re: CFUnit Help

CFUnit Help ... assertEqualsBoolean?

2005-11-25 Thread Jeff Chastain
as to what I might be doing wrong here? Thanks -- Jeff ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http

CFUnit Help ... assertEqualsBoolean?

2005-11-25 Thread Jeff Chastain
incorrect type for being called as a function.: The symbol you have provided assertEqualsBoolean is not the name of a function. Any suggestions as to what I might be doing wrong here? Thanks -- Jeff ~| Discover CFTicket

RE: CFUnit Help ... assertEqualsBoolean?

2005-11-25 Thread Jeff Chastain
application level variables (dsn, cfc mapping, etc.) in my test cases to pass to the object? Thanks -- Jeff ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners

Re: More RAD than Ruby On Rails

2005-11-23 Thread Jeff Small
They aren't code generators. My concern applies primarily to code generators. Ok, thanks Sean. Your concern makes total sense. I really need to get into FB here soon so I can stop asking ignorant questions. ;) Dude, no offense, but your question is hardly ignorant. I was following along

RE: Pros/Cons Session vs Client scope

2005-11-23 Thread Jeff Chastain
. Is this correct? -- Jeff -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 23, 2005 2:41 PM To: CF-Talk Subject: Re: Pros/Cons Session vs Client scope Isn't it all a matter of how you cluster the machines though? I mean, if you want to use sessions

CFUnit Error

2005-11-21 Thread Jeff Chastain
)? Thanks -- Jeff Chastain ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224837

Re: CFUnit ... Getting started

2005-11-21 Thread Jeff Chastain
Yeah, I recognize that there should not be much use to a test for a basic bean object, but I figured it would be as good of a place as any to start working with CFUnit since it should be so basic. Thanks Sean for the advice, I will use that approach. -- Jeff

Re: CFUnit Error

2005-11-21 Thread Jeff Chastain
That did is Sean. Is this what the primer document says am I miss-read it, or does something need fixing there? As far as the mailing list goes, yes, there appears to be a [EMAIL PROTECTED], but there are only a handful of posts there. Thanks -- Jeff

RE: CF-Talk: Digest every 8 hours (Out of the Office)

2005-11-19 Thread Jeff Anderson
Please tell me we aren't going to get this every 8 hrs for the next week... -Original Message- From: Mike McConnell [mailto:[EMAIL PROTECTED] Sent: Saturday, November 19, 2005 16:01 To: CF-Talk Subject: Re: CF-Talk: Digest every 8 hours (Out of the Office) I will be out of the office

CFUnit ... Getting started

2005-11-18 Thread Jeff D . Chastain
would I really test that it is doing what it is supposed to? Do I actually test the setName function by calling getName afterwards (in the same test function) and then comparing the expected result? Any expert advice out there? Thanks -- Jeff

Calendar Application

2005-11-17 Thread Jeff Langevin
to implement, I'm sure, my boss doesn't want me spending time on doing so due to other higher priorities. Thanks in advance for any suggestions. Event Detail, Day, Week, Month views. Search capability. Fusebox a plus, but not required. Runs on CF6.1 and MSSQL 2K --Jeff

Re: reload Java classes

2005-11-10 Thread Jeff S
this maybe he could post another link to it. It looked promising. Jeff Hi, No more success from here. For those developping with CFEclipse, here is a builder that will stop and restart your CFMX server if it is on the same station. Depending on your system, it will take from 30 to 60 seconds

Re: Sending Faxes through Cold Fusion (SOFTphone/VoIP ? )

2005-11-10 Thread Jeff Houser
I was able to send faxes from Cf using Protofax software very easily. http://www.protonet.com/ . The company I was working with chose this one because they had CF tags available. I found that Protofax's features (such as recieving an incoming fax from a queue directory, or an e-mail box,

Re: reload Java classes

2005-11-09 Thread Jeff S
Gah! And a thousand coises! Thanks, George On 11/9/05, Douglas Knudsen [EMAIL PROTECTED] wrote: This topic seems to come up often with no solution that I've seen. I have the same situation and spent quite a bit of time reading articles written by people that claim it's possible in MX, as

Re: Before and after decimals.

2005-11-08 Thread Jeff Peters
, value MOD 1 in MSAccess) Avoid string processing if you can... - Jeff Barney Boisvert wrote: listFirst, listRest, using . as the delimiter? That's what I'd use in CF at least. If you want to do it in the DB, you'd have to do something like left(value, find(., value) - 1) for the pounds

Recommeded timeout on cflock

2005-11-07 Thread Horne, Jeff
. What happens if CF can't get a lock before the timeout, will it wait, skip that code or error out? We are still on CF 5.0 and we are doing this clean up to get ready to upgrade to MX 7. Thanks for any help. Jeff ~| Logware

Re: OT: cfQuickDocs

2005-11-07 Thread Jeff Coughlin
This is really useful. Good work. -Jeff C. On 11/7/05, Munson, Jacob [EMAIL PROTECTED] wrote: I recently created a CFAjax based view of livedocs, which I thought people might be interested in. http://www.techfeed.net/cfQuickDocs

RE: CF 7.0 and Verity K2

2005-11-06 Thread Jeff Garza
K2 is the default for 7. VDK mode is gone. Jeff -Original Message- From: Jim Curran [mailto:[EMAIL PROTECTED] Sent: Sunday, November 06, 2005 12:23 PM To: CF-Talk Subject: CF 7.0 and Verity K2 Anyone know how to disable using K2 on CF 7? The search indexing is taking forever

RE: CF 7.0 and Verity K2

2005-11-06 Thread Jeff Garza
collection have category support turned on? Are you using it? Try creating your collection without category support and see if that helps with the indexing speed. Cheers, Jeff -Original Message- From: Jim Curran [mailto:[EMAIL PROTECTED] Sent: Sunday, November 06, 2005 12:35 PM To: CF-Talk

Re: Problem with fields in SQL 2000 DB

2005-11-06 Thread Jeff Garza
you need to alias your fields... SELECT [first name] AS fname FROM mytable You'll have to do this for any column that contains spaces... HTH, Jeff - Original Message - From: Yves Arsenault [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Sunday, November 06, 2005 6:06 PM

Re: [SPAM : 8.1] Re: Rumors from Max...

2005-11-04 Thread Jeff Small
No, wasn't Heaven's Gate the last decent movie Warren Beatty ever made? Warren Beatty is a CF user? ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

Re: [SPAM : 8.1] Re: Rumors from Max..

2005-11-04 Thread Jeff Small
Perhaps because his CF5 server is stable and doesn't fallover nearly as much as CFMX. which would be never in my own personal experience running a CFMX server I mean, since we're being all anecdotal and stuff...

Re: Rumors from Max...

2005-11-03 Thread Jeff Small
- Original Message - From: Rob [EMAIL PROTECTED] If anything I hope they open source fireworks... please don't let that one die in the shadow of photoshop send me the code I'll keep it up :) Dude, I am *right there* with ya. I don't think people realize just how *powerful* Fireworks

Re: [SPAM : 8.1] Re: Rumors from Max..

2005-11-03 Thread Jeff Small
Why exactly was CFMX6 needed to save the product from CF5, if that's what you meant? Just curious as I am still in love with 5.0 Terry Troxel I think he's referring to the move to Java. ~| Discover CFTicket - The leading

Re: [SPAM : 8.1] Re: Rumors from Max...

2005-11-03 Thread Jeff Small
what exactly are we talking about here? Not really sure...weren't the Macromedians those people in San Diego that had the website and all wore Nikes when they committed mass suicide? ~| Logware (www.logware.us): a new and

Re: Rumors from Max...

2005-11-02 Thread Jeff Small
Seriously. Do we really need to have a bunch of retarded posts about the demise of ColdFusionAGAIN! Hmm..I actually didn't see it as the demise of ColdFusion...I thought it sounded like a really great idea. Take something that's had the benefit of years of company development and

Re: [SPAM : 8.1] Re: ColdFusion Podcast Series | Tips, Tricks and News

2005-11-02 Thread Jeff Small
It's the newfangled word for an audio recording. The iPod has infected every aspect of language, apparently. LOL...brilliant! ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

re: Query column index number

2005-11-02 Thread Jeff Garza
specified in your cfquery call and they will be returned in all uppercase. Jeff Original Message From: Steve Milburn [EMAIL PROTECTED] Sent: Wednesday, November 02, 2005 11:59 AM To: CF-Talk cf-talk@houseoffusion.com Subject: Query column index number Hi folks. How can

Re: Modify class file w/o having to restart CF service

2005-11-01 Thread Jeff S
compiling your Java elsewhere. cheers, barneyb On 10/31/05, Jeff S [EMAIL PROTECTED] wrote: I'm creating classes to use in my apps but I need to find a way keep from having to restart the CF service everytime I make a change to the class file? We have several developers working on one

Rumors from Max...

2005-11-01 Thread Jeff Small
Okay, I'll go first... Rumor is, Adobe might release CF to the open source community... That was the best one I heard...any others have any wild ones to report? ~| Discover CFTicket - The leading ColdFusion Help Desk and

Modify class file w/o having to restart CF service

2005-10-31 Thread Jeff S
I'm creating classes to use in my apps but I need to find a way keep from having to restart the CF service everytime I make a change to the class file? We have several developers working on one machine so it isn't feasible to restart the CF service everytime a small edit is made to a class file.

RE: Starting Open Source Shopping Cart

2005-10-22 Thread Jeff Garza
without a good project plan... Sorry... the CMMI level 5 processes where I work are beginning to rub off on me... Cheers, Jeff -Original Message- From: Andy [mailto:[EMAIL PROTECTED] Sent: Saturday, October 22, 2005 10:04 AM To: CF-Talk Subject: RE: Starting Open Source Shopping Cart

RE: Starting Open Source Shopping Cart

2005-10-22 Thread Jeff Garza
Trust me... Level 5 is not somewhere you want to go... unless you like being inundated with processes to manage your processes... ;-) Level 2/3 is about where you really gain from the process but aren't a complete slave to it. Cheers! Jeff -Original Message- From: Michael T. Tangorre

RE: Starting Open Source Shopping Cart

2005-10-22 Thread Jeff Garza
LOL... yes, it is. Usually, the UML diagrams come after the requirements gathering... If you can find a place that supports wikis, that might be the best way to get a requirements document in place... Cheers, Jeff -Original Message- From: Andy [mailto:[EMAIL PROTECTED] Sent: Saturday

RE: Email Server Commands

2005-10-22 Thread Jeff Garza
I believe that CFPOP and/or CF_IMAP (in the mm developer exchange) are your friends here... Just set up a scheduled task to go and check the mail every minute or so. Then you can parse out whatever is in the message and act on it as needed. Jeff -Original Message- From: clark slater

RE: embarrasing trouble starting coldfusion

2005-10-15 Thread Jeff Garza
development services (SQL Server, IIS, CF, MySQL) Cheers, Jeff -Original Message- From: Mark Fuqua [mailto:[EMAIL PROTECTED] Sent: Saturday, October 15, 2005 10:21 AM To: CF-Talk Subject: embarrasing trouble starting coldfusion Is there a way to force coldfusion to start on my laptop? I used

RE: How can I make this select menu work?

2005-10-15 Thread Jeff Garza
window so no guarantees on it actually working... ;-) YMMV, IANAL, etc... Jeff -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Saturday, October 15, 2005 10:44 AM To: CF-Talk Subject: How can I make this select menu work? I'm building a product edit form

A Curious little bug in my CF Admin...

2005-10-12 Thread Jeff Small
in the CFAdmin, and how I might go about removing the datasource? -- Jeff Small LHWH Advertising Myrtle Beach, SC 29577 843-448-1123 Ext 254 ~| Logware (www.logware.us): a new and convenient web-based time tracking application

RE: CFID

2005-10-09 Thread Jeff Garza
. Of course, this can be circumvented as well, but the user will need to be a little more savvy in the ways of web development to get around it... Do you know where your local shared object cache is on your computer??? Cheers, Jeff Garza -Original Message- From: Snake [mailto:[EMAIL

Re: CFMX 6.1 download

2005-10-09 Thread Jeff Houser
The way I found it: macromedia.com -- Downloads -- Free Trials --- ColdFusion MX 7 -- Try And it's on that page underneath the two CFMX7 links. http://www.macromedia.com/cfusion/tdrc/index.cfm?product=coldfusion Ironically, I just installed it tonight. The trial version does ask for a

Re: Report Builder Update Problems?

2005-09-30 Thread Jeff Garza
and there is no way to tell it to use a proxy for HTTP. Hence I've been stuck using Homesite for most of my development as it's the only one that'll work in our environment. I've submitted enhancement requests but I've not been able to see if HTTP proxy support was added in DWMX8... Jeff Garza

Verity Collections after Updater 7.0.1

2005-09-28 Thread Jeff Garza
the Updater. Getting the same error. Jeff Garza ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client

RE: Verity Collections after Updater 7.0.1

2005-09-28 Thread Jeff Garza
Nevermind... apparently I can't create collections unless Clearcase can phone home to its license server. Even though it has nothing to do with Verity... Weird... Jeff -Original Message- From: Jeff Garza [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005 5:31 PM To: CF-Talk

CF Scheduler problem in MX7

2005-09-27 Thread Pratte, Jeff
in the program is write something to a log file and when I check the log there is nothing there. I am pulling out what little hair I have let. Please help (or send Rogaine). Jeff Pratte Notice. This message is intended only for use by the person or entity to which it is addressed. Because it may

RE: comparing dates

2005-09-26 Thread Jeff Garza
function... Jeff -Original Message- From: Alexander Diedler [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 12:11 AM To: CF-Talk Subject: Re: comparing dates Hello, I have to create a appliaction with time based visibility. So I have a start date and end date for the period in which

CFChart Series Color RGB Values

2005-09-25 Thread Jeff Chastain
. I have tried it without the # signs, with one, and with two and I always get an error. Can anybody help me out with the correct format here? Thanks -- Jeff ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble

Connection reset by peer: socket write error, 3.4 JDBC drivers

2005-09-21 Thread Jeff Congdon
make the connection actually timeout and re-establish itself or NOT timeout... instead of timing out and then trying to use the timed out connection? Or am I on the wrong path with timeout values? Any advice would be fantastic. TIA, -Jeff

Re: DateTime problems

2005-09-21 Thread Jeff Congdon
? currentDate #DateAdd('n', -10, now())# HTH, -Jeff Saturday (Stuart Kidd) wrote: Hi, I'm inserting some user comments into a database. When done, they insert articleID, ipAddress and commentDate (the date when they were submitted). Before a comment gets added i check the database to see

WOT: DNS Help?

2005-09-21 Thread Jeff Chastain
searching the net all day without luck trying to figure out how to do this. Thanks -- Jeff Chastain ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours

RE: DNS Help?

2005-09-21 Thread Jeff Chastain
' and 'hyetechsystems.com'. The first domain is one of the clients domains that I have been working with and is setup with the CNAME alias as you mentioned. The second domain is a reseller account with a hosting provider where a custom name server has been setup. Thanks -- Jeff Chastain

RE: OT: ColdFusion + ASP without IIS?

2005-09-18 Thread Jeff Garza
If you have a copy of XP Pro and/or a copy of Server 2000, you can execute a hack to install IIS on the Home edition of XP. There are numerous tutorials on how to do this... Just do a Google search. http://www.google.com/search?hl=enq=IIS+on+XP+HomebtnG=Google+Search Cheers, Jeff

RE: Migrating verity collections

2005-09-13 Thread Jeff Garza
Try setting the search type to internet basic. That did the trick for me. The default search type seems to have changed. Cheers, Jeff Garza -Original Message- From: Rich Brant [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 5:29 PM To: CF-Talk Subject: Migrating verity

ODBC for Sybase on MX 7

2005-09-12 Thread Pratte, Jeff
are running Sybase 12. Thanks, Jeff Notice. This message is intended only for use by the person or entity to which it is addressed. Because it may contain confidential information intended solely for the addressee, you are notified that any disclosing, copying, downloading, distributing or retaining

ascii characters lost using forms to edit?

2005-08-31 Thread Jeff Fongemie
see the ascii on page view. When we submit the form, all the ascii gets converted to quotes??? Any way to keep the ascii in the record? -jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application

Re: ascii characters lost using forms to edit?

2005-08-31 Thread Jeff Fongemie
you can see the ascii on page view. When we submit the form, all the ascii gets converted to quotes??? Any way to keep the ascii in the record? -jeff Ok More on this. I've tried everything easy. pre and code tags etc. I'm thinking I'll need to use a replace function on the OUTPUT within

Re: MySQL - CF: Access Denied when using password

2005-08-28 Thread Jeff Fleitz
Hi Josh, I just got through going through this myself. There is a tech note regarding this issue (courtesy of the House of Fusion blog). Once I followed the instructions it appears to be working fine for me. I am using CFMX7, but the tech note is for MX, so it should work.

Re: MySQL - CF: Access Denied when using password

2005-08-28 Thread Jeff Fleitz
Sorry, meant Fusion Authority blog. -- v/r, Jeff Fleitz ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client

Re: CFMX6.1 with KavaChart AlaCarte Applets

2005-08-25 Thread Jeff Congdon
after you familiarize yourself with the various types - I find myself using 3 or 4 for 95% of my charts, and after using kavachart for years now I know exactly how they all behave. HTH, -Jeff Michael Carluen (michaelc) wrote: Anyone have general pros/cons comments, tips, suggestions, problems

Re: OT: Backup solution for small business?

2005-08-25 Thread Jeff Fleitz
Here's another one I have been using for a few years; 30 day trial and costs $35 http://www.backupplus.net/ On 8/25/05, Dirk Sieber [EMAIL PROTECTED] wrote: Hi everyone, I've got an off-topic, but slightly web related question, and figured the list might have some answers... I've got a

Re: CFX tag installation - problem

2005-08-17 Thread Jeff Fleitz
Well, apparently not ;) Jeff On 8/17/05, Claude Schneegans [EMAIL PROTECTED] wrote: I believe it is expecting to see your tag in the C:\CFusionMX\CustomTags\ directory This is true for CFML tags (CF_...), but dll tags (CFX_...) can be installed in any directory

Re: CFX tag installation - problem

2005-08-17 Thread Jeff Fleitz
I am just pulling your chain, Claude; I know what you say is true. On 8/17/05, Claude Schneegans [EMAIL PROTECTED] wrote: Well, apparently not OK, correction: - a C++ CFX dll can be installed in any directory, as any DLL can; - a Java CFX class file must be accessible from the Class

CFMX6.1 and CFMX7 Coexisting on Same Server

2005-08-17 Thread Jeff Fleitz
version I choose. Seems to be working fine for all sites involved. Is there something I am missing here, or is anybody else doing this will no ill effects? v/r, -- Jeff Fleitz ~| Find out how CFTicket can increase your

Re: CFMX6.1 and CFMX7 Coexisting on Same Server

2005-08-17 Thread Jeff Fleitz
they'll get in eachother's way, but you can configure them manually and get them both running in parallel. cheers, barneyb On 8/17/05, Jeff Fleitz [EMAIL PROTECTED] wrote: I am updating a low traffic web server from 6.1 to 7 and have both single install versions coexisting on the same

Re: CFX tag installation - problem

2005-08-17 Thread Jeff Fleitz
I don't think it matters in this instance, as mine is empty as well, but still runs C++ custom tags fine. The CFX tag you referenced had a dll extension, and is a C++ tag and not a Java tag. Have you tried calling the tag from a cfm template outside of the cfide directory, from a folder in the

Re: BlogCFC 3.9 Released

2005-08-16 Thread Jeff Fleitz
The Studio website says sometime in September. http://www.macromedia.com/software/studio/productinfo/faq/#item-2-3 -- Jeff Fleitz ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http

Re: CFX tag installation - problem

2005-08-16 Thread Jeff Fleitz
. v/r, -- Jeff Fleitz On 8/16/05, Andrew Grosset [EMAIL PROTECTED] wrote: I have the developer edition of MX7 on my PC. I have placed CFX_image_mx.dll in the CustomTags folder (shown below), I have registered the tag in the ColdFusion Administrator and the tag path has been registered: C

cfschedule tag problem.

2005-08-15 Thread Jeff W
.. Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account

Re: cfschedule tag problem.

2005-08-15 Thread Jeff W
I put it in a Try/Catch These were the cfcatch variables I got back.. message=500 Internal Server Error type =coldfusion.server.ServiceException Odd thing is it appears that the task ran, but just errored at the end Weird.. Anyone with ideas? Jeff On 8/15/05, Micha Schopman [EMAIL

Re: CFEclipse 1.2

2005-08-15 Thread Jeff Congdon
You're not alone. Christian Cantrell wrote: For some reason, Eclipse isn't seeing that an update is available. I can just install 1.2 manually, but I just wanted to check to see if others were experiencing the same thing. Thanks, Christian -Original Message- From: Patrick Burm

OT: Javascript browser compatibility question.

2005-08-11 Thread Jeff W
Can anyone tell me WHY this won't work in NS6.1 but work fine in ie5-6, firefox and NS8?? document.getElementById(CurrentHighlightedCell).style.background='#006600'; CurrentHighlightedCell is a variable that contains the current id of the TD background color I am changing. Thanks.. Jeff

Re: OT: Javascript browser compatibility question.

2005-08-11 Thread Jeff W
Its a variable.. On 8/11/05, Jim Campbell [EMAIL PROTECTED] wrote: Does it matter if you put the element ID in quotes? getElementById(CurrentHighlightedCell)... - Jim Jeff W wrote: Can anyone tell me WHY this won't work in NS6.1 but work fine in ie5-6, firefox and NS8

Re: OT: Javascript browser compatibility question.

2005-08-11 Thread Jeff W
I'll try the backgroundColor and give that a whirl... Thanks, Jeff On 8/11/05, Charlie Griefer [EMAIL PROTECTED] wrote: if it's a literal ID value, then yes, he'd need quotes. I'm guessing it's a variable. Try backgroundColor (note the casing) instead of background. On 8/11/05, Jim

Re: OT: Javascript browser compatibility question.

2005-08-11 Thread Jeff W
to the original color fine... but then I click on menu_item2, it DOES NOT change the color back on menu_item3 using the above code. I double checked and the variables are correct.. Very odd... IS there another DOM way to reference this? Jeff On 8/11/05, Jeff W [EMAIL PROTECTED] wrote: I'll try

CFMAIL Attachments on the fly (not from a file)

2005-08-10 Thread Jeff Gombala
to clarify, it would be extremely inefficient to save the PDF to disk, attach it and then delete it. Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours

Re: CFMAIL Attachments on the fly (not from a file)

2005-08-10 Thread Jeff Gombala
simply creating a temp PDF file, attaching it and then deleting it. Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client

Re: CFMAIL Attachments on the fly (not from a file)

2005-08-10 Thread Jeff Gombala
the mail part as application/pdf however it won't let you specify that the contents of that part are encoded via base64 (a necessary step so the mail client knows how to interpret that mail part as a valid attachment) Jeff

Re: CFMAIL Attachments on the fly (not from a file)

2005-08-10 Thread Jeff Gombala
at finding out that you can't attach data to an email without first writing it to disk. When I discovered this limitation of CFMX, I was stunned (yes I do consider it a limitation). Jeff Steve, Can you expand on this hand rolled Java-based mail proxy service? I am not limited to using the CFMAIL tag

Re: CFMAIL Attachments on the fly (not from a file)

2005-08-10 Thread Jeff Gombala
JavaMail, however I don't think macromedia is completely leveraging JavaMail. Has anyone attempted to directly integrate with JavaMail? I am not looking to add the PDF data inline to the email message; I am looking to add it as an attachment. Jeff

OT: Browser Compatibility.

2005-08-05 Thread Jeff W
an AOL account, how do you go about testing those browsers? Thanks. Jeff ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message

Re: ColdFusion Admin Error

2005-08-04 Thread Jeff Houser
that appears to have done it. Thanks! You the man Can you try this, blow away all the compiled classes in your web-inf/cfclasses, restart, and try the admin again. ---nimer ~| Find out how CFTicket can increase your

cfsqltype and SQL7

2005-08-03 Thread Jeff W
I am wondering about custom data types and cfsqltype. How does CFMX handle custom data types from MS SQL 7 when using cfqueryparam?? Do I just use the custom data types original type? Thanks, Jeff ~| Logware (www.logware.us

Re: ColdFusion Admin Error

2005-08-03 Thread Jeff Houser
Mike (or anyone), Here are a few stack traces from the errors I'm seeing in the Coldfusion admin. From the Settings Page: Error Occurred While Processing Request The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some

MS SQL Access Question

2005-08-02 Thread Pratte, Jeff
to run this package I would need to be admin. That does sound right. Is there a way I can kick off job to copy data from prod to test without admin access? Thanks, Jeff Notice. This message is intended only for use by the person or entity to which it is addressed. Because it may contain

Oracle on MX Standard?

2005-08-01 Thread Pratte, Jeff
Do you really need the Enterprise edition to support Oracle? User wants to create a small (low-volume) intranet to connect to their Oracle database; can they somehow get by with MX standard? Thanks Jeff Notice. This message is intended only for use by the person or entity to which

Re: Query Problem - Brain Cloud

2005-07-28 Thread Jeff Congdon
Then you need a reference table of dates, so you can query what IS NOT there. You can hit this table like this: select date from datetable where date BETWEEN x AND y and date NOT IN (select distinct date from reservation where date between x AND y) right? -jc Barney Boisvert wrote:

Re: CFMX install help, IIS connectors hang

2005-07-28 Thread Jeff Congdon
, but didn't even know this thing existed so I hope that helps someone, somewhere, and they don't have to spend 6 hours installing MX like I did. -jc Jeff Congdon wrote: I'm at a loss here, as I've installed dozens of CFMX 6.1 servers, and have never seen this behavior. Brand new install

CFMX install help, IIS connectors hang

2005-07-27 Thread Jeff Congdon
:\CFusionMX\runtime\lib\wsconfig\jrunwin32.dll Found JRun server default at 127.0.0.1:2901 HANG at HANG it just sits there forever, returning nothing. I'm at a loss as to where to go next, can somebody please help? Thanks, -Jeff

Re: Frameworks for simple web sites

2005-07-26 Thread Jeff Fleitz
. But it will be that way with Fusebox also, or onTap, or whatever you use. v/r, Jeff Fleitz On 7/26/05, Connie DeCinko [EMAIL PROTECTED] wrote: Now that I've had the opportunity to take a closer look at Plum, I can see that it is a very powerful and good code generator/framework for ColdFusion apps

Re: Frameworks for simple web sites

2005-07-26 Thread Jeff Fleitz
Well, unfortunately I don't work with public-facing sites very much anymore, so I don't have a lot to show that means anything (yeah, sure Jeff). Most of the folks on the Plum list appear to be building intranets also, so I am not sure how much there is to show at this point. You might want

Re: Frameworks for simple web sites

2005-07-26 Thread Jeff Fleitz
No, you can do anything with menus that you want, including fancy dropdowns, etc. I will contact you offlist with some screenshots. Jeff On 7/26/05, Connie DeCinko [EMAIL PROTECTED] wrote: Even screen shots might be helpful since I'm concerned that the framework locks you in with menu

OT: Javascript weirdness...

2005-07-22 Thread Jeff Waris
correctly and IE being nice? Thanks, Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try

RE: Javascript weirdness...

2005-07-22 Thread Jeff Waris
The actual Submit button... I am wondering if I could use onkeypress to check the first character entered in the text field. IF it validates true then pop up a confirm or if it doesn't let them continue typing. Although it would still check each key press.. Jeff -Original Message

RE: Javascript weirdness...

2005-07-22 Thread Jeff Waris
returning false and the form won't go anywhere. Jeff Waris wrote: The actual Submit button... I am wondering if I could use onkeypress to check the first character entered in the text field. IF it validates true then pop up a confirm or if it doesn't let them continue typing. Although

Re: Any time and cost recording apps?

2005-07-20 Thread Jeff Fleitz
Timeless Time and Expense http://www.magsoftwrx.com/ -- Jeff Fleitz ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project

Why does only one datasource throw an error?

2005-07-15 Thread Jeff Small
I have a SQL server here for development, and all the other datasources that the CF Admin are pointing to that reside on that server are coming back as good (Verify all Connections...ok) but one is throwing an error. I deleted it, and tried to reinstall the datasource, but I got the following

Re: Why does only one datasource throw an error?

2005-07-15 Thread Jeff Small
instance is either invalid or not running. So I thought, hmmm...I wonder if I can just create everything from scratch? So I went to enterprise manager, created a database, called it Jeff and then switched over to CFAdmin. I created a new SQL Server datasource, named it Jeff, filled out all

<    2   3   4   5   6   7   8   9   10   11   >