RE: Printing, page breaks, and heading info

2001-04-11 Thread Paul Sizemore
lpadding="0" tr td width="10"img src="spacer.gif" width="1" height="450"/td tdPage Two Content/td /tr /table Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516 -Original Mess

How to get Julian Date

2001-04-11 Thread Paul Sizemore
How would I get the julian date for today, besides using the CF_Julian tag? Paul ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: How to get Julian Date

2001-04-12 Thread Paul Sizemore
his should do it, Adrian -Original Message----- From: Paul Sizemore [mailto:[EMAIL PROTECTED]] How would I get the julian date for today, besides using the CF_Julian tag? Paul ~~ Structure your ColdFusion code with Fusebox. Get the off

Stripping certain ASCII characters for XML file

2001-04-12 Thread Paul Sizemore
How would I make sure that any output I save to a file (CFFile) is restricted to characters 32-126 of the 127 US_ASCII approved characters? I'm currently using Repace("xxx","yyy","zzz","all") to replace / escape some characters (like "" to "

RE: Stripping certain ASCII characters for XML file

2001-04-12 Thread Paul Sizemore
XML file Paul, You might want to look at the XMLFormat function. It may do what you need. Tim P. - Original Message - From: "Paul Sizemore" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, April 12, 2001 12:52 PM Subject: Stripping certain ASCII characters for XM

RE: Creating Page Breaks to make page printable?

2001-04-17 Thread Paul Sizemore
lpadding="0" tr td width="10"img src="spacer.gif" width="1" height="450"/td tdPage Two Content/td /tr /table Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516 -Original Message-

RE: Db to web: Replacing odd ascii characters in db to web

2001-04-25 Thread Paul Sizemore
. BTY: I'm a happy Meadows customer, not a stakeholder in the company. Paul Sizemore -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 8:03 AM To: CF-Talk Subject: Re: Db to web: Replacing odd ascii characters in db to web Paul, You

RE: New CF5 Partner Hosting License

2001-04-26 Thread Paul Sizemore
It sounds like MM is going to throw the CF community a bone and then stick us in the pound. They kill Spectra, restructure licensing, float our pallets, and make us develop with a Studio / UltraDev hybrid. All this comes from the boardroom, not a developer wish list. Former Drumbeat developers

RE: ASP to Print (Quark?)

2001-05-02 Thread Paul Sizemore
direction on an Applescript solution (I've written my fair share). Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516 -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 9:19 AM To: CF-Talk Subject

RE: PageMaker/Quark document generated from Database?

2001-05-09 Thread Paul Sizemore
to establish a data flow? Most printers cringe at the thought of Pagemaker. If you have generated PDF from CF, you might send a sample to your print shop and see if they can use the PDF generated from CF. Let me know if you need any other advice. Paul Sizemore Finish Line 3308 N Mitthoeffer Rd

RE: Verity on an intranet

2001-05-11 Thread Paul Sizemore
Map the drive. Tools: Map Network Drive in you Explorer on NT. -Original Message- From: MacDiarmid, David [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 10:51 AM To: CF-Talk Subject: Verity on an intranet Hey everyone, I am trying to find a solution to why I can't create/index a

Harpoon: Disappearing Form Elements

2001-05-18 Thread Paul Sizemore
elements on a page. Am I doing something wrong? What else could be causing this? Code follows. Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516 cfinclude template=Menu_Flash.cfm table tr td form action=Index.cfm?AppID=99 method=post name=Submit id=Submit

Looping 600 CFHTTP requests - Performance

2001-05-22 Thread Paul Sizemore
. Is there any faster way to do this (e-commerce development is outsourced, and we don't want to pay for a trickle report of web purchaces)? Should I be doing this (will it cause problems for my server)? Thanks for any help. Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317

RE: Looping 600 CFHTTP requests - Performance

2001-05-22 Thread Paul Sizemore
At 7:29 AM -0500 5/22/01, Paul Sizemore wrote: We are supplying an affiliate with a feed of all our in stock items that are live on our e-commerce site, and there is a time lag between when we supply the file and when the affiliate updates their site. Many items are bought during this lag

RE: Looping 600 CFHTTP requests - Performance

2001-05-23 Thread Paul Sizemore
imagine that the AOL affiliate dosn't generate much business... always a day late.No, the big sale was *yesterday*. HTH Dick At 1:08 PM -0500 5/22/01, Paul Sizemore wrote: The feed to our affiliate includes: a URL to the product page on our site

RE: Cache and CFDHTMLMenu

2001-05-31 Thread Paul Sizemore
to disk (in the CF scheduler). Then Cfinclude the output file. I'm going through a rewrite of the menu where I'm going to use CFFile rather than the save the output to disk option in the scheduler. This will allow me better error handling. Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis

RE: New CF Studio?

2001-05-31 Thread Paul Sizemore
What is this http://www.macromedia.com/software/coldfusion/trial/trial_cf_ud_studio.html ? Is this the new or fused product? It isn't in the store. Will there be a special Studio Edition with other titles packaged? Flash, Ultradev / Studio, Fireworks. -Original Message- From: Raymond

RE: Cache and CFDHTMLMenu

2001-05-31 Thread Paul Sizemore
-Original Message- From: Alii Design [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 8:23 AM To: CF-Talk Subject: RE: Cache and CFDHTMLMenu The sites I have the menu on are on shared servers and don't have access to the cf scheduler. Rich -Original Message- From: Paul Sizemore [mailto

Output to File, a lot of white space

2000-10-20 Thread Paul Sizemore
e. In fact I deleted an extra carriage return in my Application.cfm, and a carriage return in the file was deleted. I have selected "Suppress whitespace by default " on the server, used CFPROCESSINGDIRECTIVE ... , experimented with CFSetting, and none of them work (I do notice a difference w

RE: Output to File, a lot of white space

2000-10-20 Thread Paul Sizemore
www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ: 346566 -- -Original Message- From: Paul Sizemore [mailto:[EMAIL PROTECTED]] Sent: Friday, October 20, 2000 9:15 AM To: CF-Talk

RE: Name are Intranet !!

2000-12-15 Thread Paul Sizemore
We are in the same boat, but we are going to allow the users to submit names (a nice way to drive traffic). -Original Message- From: Rif Kiamil [mailto:[EMAIL PROTECTED]] Sent: Friday, December 15, 2000 11:44 AM To: CF-Talk Subject: Name are Intranet !! Dear CF Users, We are looking to

RE: call program on client via CF?

2001-01-05 Thread Paul Sizemore
How exactly do you do it using VBScript. I need to transparently launch a user specified vb application on the user's machine from a network drive (I will set up a DB table with the names, over 300, and arguments to pass). Ho would I do this? -Original Message- From: [EMAIL PROTECTED]

RE: Hmmm NO more Allaire

2001-01-17 Thread Paul Sizemore
developers the leave stranded. MM uses many of the same tactics MS uses. Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516 -Original Message- From: William J Wheatley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 8:40 AM T

CFFTP problem - 0 byte

2001-01-18 Thread Paul Sizemore
"Yes" connection="StoreRunner" timeout="65" port="21" cfftp connection="StoreRunner" action="PUTFILE" remotefile="#StaticFileName#" localfile="E:\Inetpub\intranet\!Apps\Stor

RE: How do I put the little image in the address bar in IE?

2001-01-29 Thread Paul Sizemore
and name of the file. You can include this LINK tag on a per-page basis. HEAD LINK REL="SHORTCUT ICON" HREF="http://www.mydomain.com/myicon.ico" TITLEMy Title/TITLE /HEAD Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516 -

OT: PDF Detection

2001-02-08 Thread Paul Sizemore
Is there a way to detect if a user does not have the ability to view PDFs on their IE machine? Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516 ~~ Structure your ColdFusion code with Fusebox. Get

RE: PDF Detection

2001-02-09 Thread Paul Sizemore
I'm there, thanks for the referral. -Original Message- From: Stephen M Aylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 11:29 PM To: CF-Talk Subject: Re: PDF Detection Good question for www.planetpdf.com Steve - Original Message - From: "Paul Sizemore&qu

RE: how to launch a windows app from a web page?

2001-02-16 Thread Paul Sizemore
James, I am passively trying to do the same thing. I've got it to creating a signed VB Active x control that shells out to the app (currently note pad). I want to pass the app name to the active x control to open (maybe in a URL variable, for example

Siteminder, Scheduler, Advanced Security

2001-03-05 Thread Paul Sizemore
Administration, Security Policy Administration is not available". Also, the Siteminder services are not starting. We moved the CFIDE and CFDOCS folders, changed some of the permissions from directory to file, and changed some virtual directories. Paul Sizemore Finish Line 3308 N Mitthoe

Scheduled Tasks, Access Denied

2001-03-15 Thread Paul Sizemore
The Encryption key for SiteMinder was moved and the service wouldn't start. Problem was solved by moving it back (also might edit registry to move it later). But, now when I run any scheduled tasks, they return "Access Denied" (when output is saved to file). I can URL request the CF template

RE: Sites on site architecture?

2001-03-20 Thread Paul Sizemore
Here are a few places that I have found useful: Web Page Design: Implications of Memory, Structure and Scent for Information Retrieval http://www.microsoft.com/usability/UEPostings/p25-larson.pdf IBM Design ... Keep It Simple http://www-3.ibm.com/ibm/easy/eou_ext.nsf/Publish/561 Usability

RE: Pros and Cons on using MS Visual SourceSafe for managing CF p rojects?

2001-03-20 Thread Paul Sizemore
Use VSS as standalone, do not integrate into Studio. You will be using Alt-Tab a lot, but your life will be safe and productive. Also you might want to search the archives; a lot has been written about VSS. Paul -Original Message- From: Russel Madere [mailto:[EMAIL PROTECTED]] Sent:

RE: Ultra Dev 4

2001-03-30 Thread Paul Sizemore
Mass Enterprise" (between the Consumer and Enterprise). For more info take a look at http://allaire.com/allairealive/psw/psw.html Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516 http://www.finishline.com -Original Message- From:

RE: from web media to print?

2001-09-05 Thread Paul Sizemore
find it if you wanted). Please let me know if you need more information. Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516 -Original Message- From: Steve Aylor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 6:27 PM To: CF

RE: Selecting All Categories that start with A..

2001-09-13 Thread Paul Sizemore
Kickin' a new flavor in your ear - Anyone know the best way (Offhand, I vote the DISTINCT). CFQUERY NAME=Yours DATASOURCE=Yours SELECT FROM YourTable Where lastname MATCHES '#url.letter#*' /CFQUERY Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516

RE: Check out what Gartner is recommending. Drop IIS!

2001-09-25 Thread Paul Sizemore
When I read this from Gartner I rejoiced; check out how MS is responding @ http://www.theregister.co.uk/content/55/21869.html Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516 -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED

RE: Check out what Gartner is recommending. Drop IIS!

2001-09-25 Thread Paul Sizemore
/out having to shift focus to a totally foreign platform (eg: Linux/Apache or Sun/iPlanet). My 2 cents. Rey... - Original Message - From: Paul Sizemore [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 2:00 PM Subject: RE: Check out what Gartner

RE: How to auto generate images?

2001-10-24 Thread Paul Sizemore
You could use a PhotoScripter / Photoshop / Mac solution. Info can be found at http://www.mainevent.com/photo.html (but not info on how you would integrate CF). You would create applescript code snippets and piece them together based on the user's options. The user's form submission could

RE: NT Login?

2001-11-30 Thread Paul Sizemore
You need CFX_DOMAINUSER to get the users Full Name. And, anonymous Authentication needs to be turned off. Look in the allaire.com Developer's Exchange. -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 9:04 AM To: CF-Talk Subject: RE: NT

RE: Text Compression Utility?

2001-12-05 Thread Paul Sizemore
Could you read it with CFFile and display only a few thousand lines at a time (with next, previous, first and last buttons like you would have for a data set)? -Original Message- From: Mark Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 8:53 AM To: CF-Talk

RE: Hi

2001-12-05 Thread Paul Sizemore
On the plus side of all this, you could try for a job at the low stress environment at http://www.proofitonline.com/code/jobs.cfm#web%20developer in sunny Florida. -Original Message- From: Jason Blum [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 9:50 AM To: CF-Talk

RE: Verity and Powerpoint

2001-12-05 Thread Paul Sizemore
If you add .ppt to the File Extensions when Indexing, it should work. -Original Message- From: Michael Ross [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 10:19 AM To: CF-Talk Subject: Verity and Powerpoint You know in powerpoint you can add notes, well we have a bunch

virtual memory error

2001-06-29 Thread Paul Sizemore
the problem could be. Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives

RE: Alternative to SQL Enterprise Manager

2001-07-05 Thread Paul Sizemore
fun. Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516 -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 12:11 PM To: CF-Talk Subject: RE: Alternative to SQL Enterprise Manager Using Access

execute programs

2001-07-17 Thread Paul Sizemore
will need to type the path to the application. Let me know if you have any other questions. I don't think the attachments will make it to the list; anyone interested, please e-mail a request. Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516

RE: Access file for Mac users??

2001-07-17 Thread Paul Sizemore
If you can't go the csv file route, you might think/look in to converting it to a Filemaker Pro database. You should be able to go MS Access (on PC) to Filemaker (on PC) to Filemaker (On Mac). Also, generally, Mac users don't like anything that doesn't act like a Mac, so be careful with

What is best way to write this report?

2001-07-17 Thread Paul Sizemore
I've got a query that returns a date and a sales figures for the previous 365 days. I need to write this information to a report in the format of: Jan 1 Feb 1 Mar 1 Apr 1 May 1 ... Jan 2 Feb 2 Mar 2 Apr 2 May 2 ... Jan 3 Feb 3 Mar 3 Apr 3

RE: What is best way to write this report?

2001-07-18 Thread Paul Sizemore
: Month (as number), Day (as number), other data order by Day, Month Then loop through the result and each time the month is the last month start a new row. Justin -Original Message- From: Paul Sizemore [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 4:06 PM To: CF-Talk Subject: What

RE: Questions to ask for CF developer

2001-07-23 Thread Paul Sizemore
I think company level tests are (generally) used by managers that have a weak appreciation of the technology (and therefore no way to judge an employee). The few times I have taken a test, and got the job, I have found that the manager has little to no idea about the technology (and little idea

RE: Data-modeling for anniversaries...

2001-07-31 Thread Paul Sizemore
David, I asked such a question a while back. Answer follows. My query was: select month (compdate) as month, day (compdate) as day, year (compdate) as year, net_sales from sale_head where locnum = #Form.StoreNum# AND compdate = today - 365 order by month, day

Crossed Session Variables - many users with same User

2002-02-27 Thread Paul Sizemore
On an Intranet, my users are getting crossed session variables. I would appreciate any ideas as to what I can do about this. I've got a lot of users that are logging on to our NT domain with the same log in (but different static IP addresses) - requirements changed during development. This is

RE: How do you prevent web pages/images from being SAVED

2002-03-05 Thread Paul Sizemore
to do in VB. Also, you could PDF the document (with security). No matter what type of security you use, someone, somewhere will be able to crack it. You just need to make sure that someone is outside of your target user group. Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis

RE: [SOT] CF on OS X... just venting

2002-03-21 Thread Paul Sizemore
But what about the security issue. Has there been a Mac virus since late 80's. The ultimate in poor performance is being hacked. Mac servers might be great for the market segment MM is trying to appeal to with CF. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent:

Query a Query or SQL Syntax (Not IN)

2002-04-04 Thread Paul Sizemore
I've got two queries from different data sources, and I want to find records in the First, that are not in the second (a non-compliance report) Shouldn't I be able to do a NOT IN in a Query of Query? My code is as follows (Ass is short for Associate): !--- MS SQL Database - the recordset of

RE: Query a Query or SQL Syntax (Not IN)

2002-04-08 Thread Paul Sizemore
solutions, inc. 410.931.4092 http://www.atnetsolutions.com -Original Message- From: Paul Sizemore [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 11:01 AM To: CF-Talk Subject: Query a Query or SQL Syntax (Not IN) I've got two queries from different data sources, and I want

RE: Content protection?

2002-01-09 Thread Paul Sizemore
A few things that we do: On images, we Use Flash 5 to create a mouse over with text from our legal department, and we have also disabled printing of the Flash Movie. We do that by: If you don't want any frames in the main Timeline to be printable, you label a frame as !#p to make it

OT: Modal Dialog Boxes

2002-01-09 Thread Paul Sizemore
I'm using A HREF=javascript:// onclick=javascript: window.showModalDialog('http://foo.pdf and I'm having trouble getting a PDF or Doc to load in a modal dialog box. Is this possible; am I beating my head against a wall. If so, how can I achieve the same type of thing some other way? I need the

CFPOP, Exchange from proxy to ISA

2002-01-29 Thread Paul Sizemore
We just switched our Exchange server from Proxy to ISA. My CFPOP code now doesn't work. Anyone have any Ideas why (or how to fix it)? The CF Server is configured to use ISA. I tried to connect to the exchange server through the proxy, but that didn't work either. The Guy who switched to ISA is

RE: CFPOP, Exchange from proxy to ISA

2002-01-29 Thread Paul Sizemore
Our Net Mon shows POP isn't running on the exchange server. Classic. -Original Message- From: Paul Sizemore Sent: Tuesday, January 29, 2002 10:10 AM To: CF-Talk Subject: CFPOP, Exchange from proxy to ISA We just switched our Exchange server from Proxy to ISA. My CFPOP code now doesn't

RE: pdf

2002-01-31 Thread Paul Sizemore
solution was more secure to the casual user than distributing a hard copy. Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516 -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 10:08 AM To: CF-Talk

CFContent Download Mime

2002-02-07 Thread Paul Sizemore
I've worked all morning on this, and can't figure this out. This is my first time working with CFContent. When I load this page, the excel document loads in the browser (as text). I would like to start a download, or just go ahead and load in IE as an Excel document like a

RE: Newbie:Printing and Page Break

2000-08-17 Thread Paul Sizemore
K- One thing that I have done is to use that fact that browsers try not to break images wile printing. NS and IE have different break-image percentages - but a happy medium can be found. You just need to tie your content to that image. To solve the problem I created a table with one row and two

RE: Nt Authentication and CF

2000-08-29 Thread Paul Sizemore
There is a cgi variable called Auth_User (pulled from a NT/IIS log-in). This variable cannot be used if you have anonymous log-in enabled on your server. I'm working on an app similar: !--- If an NT Authintication is present, then set to a Session Var, else redirect--- cfif

Found NT Auth_User -- Need a FULLNAME

2000-08-31 Thread Paul Sizemore
I've searched the archives and experimented with several tags, but can not find how to pull a full name of the user. I have the CGI.Auth_User from the NT Authorization (the employees initials), but now I want their FULLNAME (from NT). How do I get this? Paul

RE: Fusebox [CF-Talk]

2000-09-20 Thread Paul Sizemore
idea of a sequential application tree (in FB) because it is more like traditional application development (I'm the only CF developer on a six person VB team - and I'm just learning CF). What are the advantages to not creating architecture like this (and what else could I do)? Paul

Forms-General Practices

2000-10-03 Thread Paul Sizemore
We are in the process of standardizing coding practices for our forms. What would the drawbacks be to creating single page forms (all code in one cfm file)? -- Archives:

RE: verisign payflow link?

2000-10-06 Thread Paul Sizemore
Has anyone called a Win .EXE file from a html page? On our intranet, we want to recreate a VB navigational menu system that calls other VB applications (the VB applications reside on a drive that has been mapped on our end users computers). How can I do this? Paul Sizemore

RE: How to call an .EXE from web page

2000-10-06 Thread Paul Sizemore
]] Sent: Friday, October 06, 2000 9:20 AM To: CF-Talk Subject: Re: How to call an .EXE from web page cfexecute in CF4 + otherwise look at www.intrafoundation.com for cfx_consolecommand , cfx_spawn etc... Justin - Original Message - From: "Paul Sizemore" [EMAIL PROTECTED] To

RE: How to call an .EXE from web page

2000-10-06 Thread Paul Sizemore
b page Oh Sorry ! No you can oly do this using a Java Applet or ActiveX control Justin - Original Message ----- From: "Paul Sizemore" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, October 06, 2000 3:53 PM Subject: RE: How to call an .EXE from web pag

RE: How to call an .EXE from web page

2000-10-06 Thread Paul Sizemore
The app will only be for our Intranet, and we are standardized on Win MS IE 5+ on Win 95, 8 and a few 2K, and yes when this was initially brought up, I cringed about running an app on a users machine - I said "you don't really want to do that do you". But it is seen as a way to start migrating

CFCase - Number in range of values

2000-10-18 Thread Paul Sizemore
Is there any way to do the following? (I know case values must be constants). Will I need to test for this possibility before it goes into the CF switch? CFCase GT value="400" AND LT value="499" My Code /CFCASE pbs

RE: CFCase - Number in range of values

2000-10-18 Thread Paul Sizemore
: CF-Talk Subject: RE: CFCase - Number in range of values You can use CFDEFAULTCASE. -Original Message- From: Paul Sizemore [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 18, 2000 10:10 AM To: CF-Talk Subject: CFCase - Number in range of values Is there any way to do the followi

RE: CFCase - Number in range of values

2000-10-18 Thread Paul Sizemore
be determined by the first digit, you could do another CFSWITCH using left(attrib,1) as your expression. -Original Message- From: Paul Sizemore [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 18, 2000 1:39 PM To: CF-Talk Subject: RE: CFCase - Number in range of values Let me expand to better

RE: How do I bypass the missing template handler?

2007-11-01 Thread Paul Sizemore
Can you use ISAPI Rewrite at http://www.helicontech.com/ ? We've got it running on IIS. Paul -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 11:05 AM To: CF-Talk Subject: How do I bypass the missing template handler? I have a site that needs

RE: CF Push hyperlinks to video player

2007-03-13 Thread Paul, Sizemore
See http://hellolouisville.com/ Use JavaScript to hide / show on click event. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 11:24 AM To: CF-Talk Subject: CF Push hyperlinks to video player All, I have several video thumnails on a