RE: Visual Source Safe

2001-01-08 Thread Rye Smith

Nathan,

We have multiple Developers using Visual Source Safe with Cold Fusion. are
you having a problem or Question?

-Rye
Ininet Inc.


-Original Message-
From: Nathan Stanford [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 08, 2001 1:35 PM
To: CF-Talk
Subject: Visual Source Safe


Has anyone used Visual Source Safe with ColdFusion and multiple programmers?

Nathan Stanford
www.cfitpsplus.com
Free CF e-zine




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: DateFormat in JavaScript (I'll get this thing done, yet)

2001-01-05 Thread Rye Smith

Try

arrDisplayDays[0] = #DateFormat('01-01-1900',
evaluate(Attributes.DayMask))#;

-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 05, 2001 2:28 PM
To: CF-Talk
Subject: DateFormat in JavaScript (I'll get this thing done, yet)


I have this in a block of JavaScript:

arrDisplayDays[0] = #DateFormat('01-01-1900', "#Attributes.DayMask#")#;

I keep getting an Invalid parser construct at the first double quote.  I've
tried single quotes, no quotes, and other combinations.  I'm sure Evaluate()
needs to go in there somewhere, but I've stuck it a few places with no luck.
Can anyone lend a hand?

Todd Ashworth
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists