cfmx taglibs

2002-06-02 Thread Paul Hastings
wondering if anyone's started working with any taglibs (say the jakarta i18n taglib for instance ;-)? seems harder than needed but that might be due to my poor java skills. anyways, installed the JARs, etc ok after a bit of fiddling managed to get somethings to work. the random number

Editable combo boxes...

2002-06-02 Thread David Schmidt
Probably a dumb question, but how does one get the value that a user types into a combo box's field into the list of the same combo box? Or am I misinterpreting the word editable? Thanks, David __ Structure your ColdFusion

Re: Editable combo boxes...

2002-06-02 Thread David Schmidt
Whoops, wrong email address. Sorry for the wrong post. - Original Message - From: David Schmidt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, June 02, 2002 6:08 AM Subject: Editable combo boxes... : Probably a dumb question, but how does one get the value that a user

My Mother, who had always.

2002-06-02 Thread Ewok
This is a multi-part message in MIME format. --=_NextPart_000_005E_01AD9F3F.65AF3F90 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit She enjoyed each of her days, never lost her sense of humor, or her faith, assuring my wife and I that she would be the last one

RE: Quick question on custom tags

2002-06-02 Thread Raymond Camden
One thing to watch out for - if you use cfmodule between a begin/end cfmodule tag, you MUST use / notation of CF will get confused by the /cfmodule call. IE: cfmodule template=foo.cfm cfmodule template=goo.cfm / /cfmodule (Sorry if someone else already pinged this - digging myself out

Re: DreamWeaver MX

2002-06-02 Thread Neil H.
Is this an upgrade or a regression! This was my biggest fear with CF Studio going the way of the dodo bird... I was afraid it would become to much of a WYSIWYG and lack the hardcore programming features we have grown to love. I hope someone from MM is listening so they can realize that a point

OT DevCon

2002-06-02 Thread Allen Hall
I was just interested to see what those of you who have been to DevCon in the past have to say about the general do's and don'ts. Does Macromedia offer special room rates or packages? Should you stay at the host hotel? ($$$) What about the Fusebox conference, and is it going to be held the two

Email virus from Ewok

2002-06-02 Thread David Schmidt
Warning! The email that came through cf-talk via the user called Ewok contained a virus. The subject line was: My Mother, who had always. or something like that. Thought I'd let you know. Pccillin picked it up on my machine. Dave

Re: Email virus from Ewok

2002-06-02 Thread Michael Dinowitz
The virus sender bypassed the mail processor and sent it directly to the list. Luckally, the list dumps content like that out to plain text so it's no longer a dangerous item. Pccillin must be very good to detect it in its non-working form. At 12:28 PM 6/2/02, you wrote: Warning! The email

Re: Email virus from Ewok

2002-06-02 Thread David Schmidt
Ah! That would explain why it couldn't clean it, only detect it. Cool! Dave - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, June 02, 2002 9:32 AM Subject: Re: Email virus from Ewok : The virus sender bypassed the mail

Re: Email virus from Ewok

2002-06-02 Thread Ewok
You should check allot closer in the headers of that message. The potential virus in question is undoubtedly klez.h (info on this worm http:[EMAIL PROTECTED] ) Although on the outside it may appear that it is pretty simple to tell where this email came from it is not. That is klez.h's specialty.

Re: Email virus from Ewok

2002-06-02 Thread Michael Dinowitz
Don't worry, we're not dumping you from the list. I've set things up so that any virus that gets through my various other traps will automatically be dumped down to text. This basically renders it useless (also works with script viruses and the like). I would like all current and past members

Re: Email virus from Ewok

2002-06-02 Thread Ewok
That's good to know I'm not being dropped! THOUGHT: Like Michael said, EVERYONE should check their system. This worm attaches itself to files on your hardrive. that means you can very well be uploading it to a production server during developemnt. How bad would that

Re: Email virus from Ewok

2002-06-02 Thread David Schmidt
Actually, it is PE_Magistr.B - Original Message - From: Ewok [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, June 02, 2002 10:50 AM Subject: Re: Email virus from Ewok : You should check allot closer in the headers of that message. The potential : virus in question is

Date query help

2002-06-02 Thread Brian Simpson
Since I'm still very new to CF, I'm back at the trough for some more help. First I'm like to say thinks to all that have help in the past and any help I can get on this one, since I've been beating my head for three days on at. I have a database that has the Date Of Birth (DOB) stored in

IE 6.0 Bug ... style sheet bug ... looking for workaround

2002-06-02 Thread Brian Scandale
I just installed a large project on a site that is used exclusively with IE 6.0 and suddenly some very simple text is not displaying inside forms. So I hit it with IE 5.5 and all is OK. I am having trouble with Free Form text that floats above Select Boxes not displaying unless I drag the

Re: SQL2000 JDBC Driver and CFMX

2002-06-02 Thread Joe Bastian
CFMX Uses Type IV JDBC drivers, refer to the migration docs. We havent had any problems creating the DSN connection. Try this. Create the ODBC connection on the Server and try creating the same connection with CF admin.. it should work. Joe - Original Message - From: Dave Watts [EMAIL

RE: SQL2000 JDBC Driver and CFMX

2002-06-02 Thread Dave Watts
CFMX Uses Type IV JDBC drivers, refer to the migration docs. We havent had any problems creating the DSN connection. Try this. Create the ODBC connection on the Server and try creating the same connection with CF admin.. it should work. The original poster was asking about the MS SQL

Re: Date query help

2002-06-02 Thread Gyrus
- Original Message - From: Brian Simpson [EMAIL PROTECTED] --snip-- CFQUERY NAME=GetProfiles DATASOURCE=#datasource# SELECT ItemId, ImageA, FirstName, DOB FROM Profiles WHERE DOB '#dateformat(Startage, mm/dd/)#' /CFQUERY --snip-- This filter should

Re: Date query help

2002-06-02 Thread Brian Simpson
I just had a look, The Access field type is TEXT. can I just change it to time/date and be ok? or will I loose all the data that's in that field? Thanks for your help. Brian At 01:53 PM 6/2/2002, you wrote: - Original Message - From: Brian Simpson [EMAIL PROTECTED]

Weird ODBC issues on a Dedicated CF5.0 Win2k box, can't browse drive any more

2002-06-02 Thread Mike Brunt
We have a host of strange issues suddenly going on, on a Win2k Server CF5.0 box as follows (all these items were working ok before). Firstly, when we try to set up an ODBC DSN on anything other than C: we are unable to browse the other drives from the ODBC set up facility in control panel -

Re: Date query help

2002-06-02 Thread Gyrus
- Original Message - From: Brian Simpson [EMAIL PROTECTED] I just had a look, The Access field type is TEXT. can I just change it to time/date and be ok? or will I loose all the data that's in that field? --- Is there much data? I reckon you may well lose the

RE: Weird ODBC issues on a Dedicated CF5.0 Win2k box, can't brows e drive any more

2002-06-02 Thread Dave Watts
We have a host of strange issues suddenly going on, on a Win2k Server CF5.0 box as follows (all these items were working ok before). Firstly, when we try to set up an ODBC DSN on anything other than C: we are unable to browse the other drives from the ODBC set up facility in control

Re: David Schmidt

2002-06-02 Thread Ewok
yeah your right David it is PE_magsitr.B, and it's much more malicious than klez. - Original Message - From: David Schmidt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, June 02, 2002 3:06 PM Subject: Re: Email virus from Ewok Actually, it is PE_Magistr.B -

Re: Date query help

2002-06-02 Thread Jim McAtee
If it doesn't work, create a new date/time field and run a CF template that loops through every record in the table, reads each text field, creates an ODBC date and then inserts it into the new field. Insert NULL if the date is blank or otherwise invalid. After you're done, delete (or rename)

Crystal Reports ActiveX

2002-06-02 Thread Terry Troxel
Does anyone know how to access the Crystal Reports ActiveX Viewer with CF? If so how do I pass variables, formulas to it? I am using IIS and when i use a page with an href to a filename.rpt it activates the named report, but I sure would like to be able to massage the output like we used to be

Re: Date query help

2002-06-02 Thread Brian Simpson
Thank you very much. It works perfectly. I made a copy of the database, changed the DOB field to a Date/Time type and I didn't loose anything. The search I'm using is: WHERE DOB = #CreateODBCDate(DateAdd(, -Form.StartAge, Now ()))# and DOB = #CreateODBCDate(DateAdd(, -Form.EndAge, Now

Re: Date query help

2002-06-02 Thread Brian Simpson
All my Date of Births come out like this now: 1978-02-03 00:00:00 At 02:46 PM 6/2/2002, you wrote: If it doesn't work, create a new date/time field and run a CF template that loops through every record in the table, reads each text field, creates an ODBC date and then inserts it into the new

Re: Date query help

2002-06-02 Thread Jim McAtee
Use the DateFormat() function. #DateFormat(myquery.dob, mm/dd/)# or another format of your choosing. Jim - Original Message - From: Brian Simpson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, June 02, 2002 4:01 PM Subject: Re: Date query help All my Date of

Re: SQL2000 JDBC Driver and CFMX

2002-06-02 Thread Paul Hastings
MS driver would support trusted connections. Apparently, it doesn't, although Jeff was able to figure out how to get it working, for what that's worth. its (both getting the ms jdbc driver or trusted connections to work) worth a lot. how did he do it? --- Outgoing mail is certified Virus

RE: SQL2000 JDBC Driver and CFMX

2002-06-02 Thread Dave Watts
its (both getting the ms jdbc driver or trusted connections to work) worth a lot. how did he do it? Quoth Jeff Garza: Copied the three Microsoft .jar files to CFUSIONMX\Lib\ directory. Added c:\CFUSIONMX\lib\msbase.jar,c:\CFUSIONMX\lib\mssqlserver.jar,c:\CFUSIONMX\l ib\msutil.jar to the

Re: Date query help

2002-06-02 Thread Brian Simpson
Thanks, that worked. At 04:11 PM 6/2/2002, you wrote: Use the DateFormat() function. #DateFormat(myquery.dob, mm/dd/)# or another format of your choosing. Jim - Original Message - From: Brian Simpson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, June 02, 2002

Re: SQL2000 JDBC Driver and CFMX

2002-06-02 Thread Paul Hastings
I'm not sure why everyone seems so hot about using trusted connections, maintain security via nt domain. fits in with other apps, simplifies things a bit. As for the MS driver itself, I don't think it'll give you anything that the Merant driver doesn't already, although the MS driver is type

RE: SQL2000 JDBC Driver and CFMX

2002-06-02 Thread Jeff Garza
Saw that too... the two document titles below the heading are embedded links. I found the .pdf thing funny as well. Was expecting a .chm file for sure. FWIW: trusted connections are not possible via CF through the MS SQLServer 2000 JDBC driver (at least not through CF's connection manager).

RE: SQL2000 JDBC Driver and CFMX

2002-06-02 Thread Jeff Garza
My guess is that they are also distributing a Unix version of the driver and a .chm or HTML help file (thats viewable only in IE) would be a major flub. but it is quite funny to see them distributing Java stuff. BTW: anyone played with the Microsoft J# beta yet??? Cheers, Jeff Garza

RE: SQL2000 JDBC Driver and CFMX

2002-06-02 Thread Dave Watts
I'm not sure why everyone seems so hot about using trusted connections, maintain security via nt domain. fits in with other apps, simplifies things a bit. Yeah, but the primary benefit of being about to use trusted connections, at least in my mind, occurs when you already have a bunch

Re: SQL2000 JDBC Driver and CFMX

2002-06-02 Thread Jon Hall
SQL Server's JDBC driver was licensed from a 3rd party...I suspect that may have something to do with it. Some linkage http://industry.java.sun.com/javanews/stories/story2/0,1072,42221,00.html -- jon Sunday, June 2, 2002, 6:24:36 PM, you wrote: DW The funniest detail about this is that MS is

Re: SQL2000 JDBC Driver and CFMX

2002-06-02 Thread Paul Hastings
thats rich. ms jdbc comes from datadirect which were merant drivers SQL Server's JDBC driver was licensed from a 3rd party...I suspect that may have something to do with it. Some linkage http://industry.java.sun.com/javanews/stories/story2/0,1072,42221,00.html --- Outgoing mail is

Re: SQL2000 JDBC Driver and CFMX

2002-06-02 Thread Paul Hastings
least in my mind, occurs when you already have a bunch of Windows users and you want to use their accounts as database logins. However, that doesn't in a mixed (cf plus other apps) environment this would actually be the norm. used for all database connections. At that point, you might as

Named Anchors and CF - last variable needs to be a string?

2002-06-02 Thread Eric Dawson
So I am try to combine anchors and url variables to link to a spot on a page: Actually: cflocation url=#HTTP_REFERER###anchor an it doesn't work! so I cruise the net for the syntax and I came across this old post. Sure enough the example works - so I changed the syntax - and not it works

Form Validation

2002-06-02 Thread Constanty DeCinko III
I have an order form broken into sections. I'm trying to decide if it would be best to validate each section as it is completed, or if I can just validate the entire form all at once at the end. The goals are 1) allow the user to fill out the forms sections in any order, going back and forth if

RE: ColdFusion MX / Studio MX now available!

2002-06-02 Thread Peter Tilbrook
How long before we can order the files on CD I wonder :) -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Thursday, 30 May 2002 1:15 AM To: CF-Talk Subject: RE: ColdFusion MX / Studio MX now available! And then CFTalk goes deathly quiet as everyone rushes off to

File Browse buttons with input type=file

2002-06-02 Thread Neil H.
Is there a way to apply a style to the buttons on the input type=file buttons? Thanks, Neil __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ:

RE: IE 6.0 Bug ... style sheet bug ... looking for workaround

2002-06-02 Thread Robert Obreczarek
Brian, Try adding a pound sign before the rgb color value. background: #66; Robert -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 02, 2002 12:28 PM To: CF-Talk Subject: IE 6.0 Bug ... style sheet bug ... looking for workaround