Re: bd and cf on same box?

2004-06-24 Thread Paul Hastings
Yes. To do this, I had to set up separate virtual web servers, though. i was hoping to dump it on a w/s using iis (we're down to 2 dev servers, i'd rather not knock the cf one out i won't put anything on the db box). does bd have an internal webserver like cf's? [Todays Threads] [This

Re: bd and cf on same box?

2004-06-24 Thread Paul Hastings
I am running a fullly licensed CF Standard on CF's internal web server here (its an intranet) and did the same with BD.Forget which port it ran on but neither were on port 80. ah, that answers my question i think. thanks. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: listfunction problems

2004-06-24 Thread Pascal Peters
REReplace(list,,(\s*,)+,,,all) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: woensdag 23 juni 2004 19:59 To: CF-Talk Subject: listfunction problems Hi folks, I have a list like: a, b, d, , f, g, , , , s But I would like to have: a, b, d, f, g, s

Re: bd and cf on same box?

2004-06-24 Thread Matt Robertson
Paul wrote ah, that answers my question i think. thanks. Yep... BD has its own server that runs on a similarly oddball port.I would guess its similarly for dev use only but thats just a guess. -- --Matt Robertson-- MSB Designs, Inc. [Todays Threads] [This Message] [Subscription] [Fast

Re: bd and cf on same box?

2004-06-24 Thread Jeffry Houser
I cowrote an article on this ( W/ Charlie Arehart) for CFDJ explaining how to set up BD / CF5 and CFMX all off the same instance of an IIS server. In basic terms, you have to set up a different directory for each server and set up a mapping that sends CFM / CFC files to whichever CFML server

converting e.g. 0804 in a date

2004-06-24 Thread Uwe Degenhardt
Hi list, I want to convert the date-number-string e.g. 0804 (mmyy) in a date something like: 08/31/2004 Is there a datefunction for this ? Uwe [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Understanding/Defending Coldfusion connections

2004-06-24 Thread Hugo Ahlenius
Adam, have you registered that as a bug? -- Hugo Ahlenius - Hugo AhleniusE-Mail: [EMAIL PROTECTED] Project Officer Phone:+46 8 230460 UNEP GRID-ArendalFax:+46 8 230441 Stockholm OfficeMobile:+46 733 467111 WWW: http://www.grida.no

Re: bd and cf on same box?

2004-06-24 Thread Paul Hastings
I cowrote an article on this ( W/ Charlie Arehart) for CFDJ explaining how to set up BD / CF5 and CFMX all off the same instance of an IIS server. digital edition? got a url? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: bd and cf on same box?

2004-06-24 Thread Paul Hastings
would guess its similarly for dev use only but thats just a guess. that's about what i want it for, actually just to test a few steak taters i18n/java things. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

urgent:Cfm in ibm websphear

2004-06-24 Thread vishnu prasad
Hi we are planning to run our coldfusion application on Ibm websphear if anyone know to to install and deploy code pls share with me it would be great if anyone give step by stpe process to install and deploy coldfusion application with ibm web sphear? what are the software that need to

Re: urgent:Cfm in ibm websphear

2004-06-24 Thread Thomas Chiverton
On Thursday 24 Jun 2004 09:32 am, vishnu prasad wrote: it would be great if anyone give step by stpe process to install and deploy coldfusion application with ibm web sphear? http://www.macromedia.com/cfusion/search/index.cfm?LOC=en%5FusTERM=coldfusion%20websphere First hit. -- Tom Chiverton

Evaluate?

2004-06-24 Thread Shahzad.Butt
Hello - can you please check the code below CFSet GetAllContactTypes.PK_ContactType_ID = CAA07070-CD2A-46D6-951F-653630BFD539 cfoutput CFSet a = #Evaluate(Form.#GetAllContactTypes.PK_ContactType_ID#)# /cfoutput Its giving error though from the previous page value of form variable named

coldfusion-61-ibm-eval-win.exe

2004-06-24 Thread vishnu prasad
Hi All does anyone know where can i download the coldfusion-61-ibm-eval-win.exe evaluation software ?? Thanks in advance Vishnu Prasad [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Evaluate?

2004-06-24 Thread JediHomer
Have you tried CFDumping the Form on that page to see if CF can see the form field Try changing the code to something like CFSET a = Form[GetAllContactTypes.PK_ContactType_ID] maybe wrapping it with a CFIF StructKeyExists(Form, GetAllContactTypes.PK_ContactType_ID) HTH - Original

RE: Evaluate?

2004-06-24 Thread Shahzad.Butt
Good job - thx CFSET a = Form[GetAllContactTypes.PK_ContactType_ID] works Shaz _ From: JediHomer [mailto:[EMAIL PROTECTED] Sent: 24 June 2004 10:58 To: CF-Talk Subject: Re: Evaluate? Have you tried CFDumping the Form on that page to see if CF can see the form field Try changing the code

Re: coldfusion-61-ibm-eval-win.exe

2004-06-24 Thread JediHomer
There should be a link to download it off http://www.macromedia.com/software/coldfusion/ HTH - Original Message - From: vishnu prasad [EMAIL PROTECTED] Date: Thu, 24 Jun 2004 05:59:09 -0400 Subject: coldfusion-61-ibm-eval-win.exe To: CF-Talk [EMAIL PROTECTED] Hi All does anyone know

Re: coldfusion-61-ibm-eval-win.exe

2004-06-24 Thread John Beynon
i did check that, couldn't find one. Perhaps MM don't expect 'normal' people want to trial CF on WebSphere, after all it is a mere $20,000 per CPU to license it! jb. On Thu, 24 Jun 2004 11:04:36 +0100, JediHomer [EMAIL PROTECTED] wrote: There should be a link to download it off

Re: coldfusion-61-ibm-eval-win.exe

2004-06-24 Thread John Beynon
or off IBM, at http://www-306.ibm.com/software/webservers/coldfusionmx/ On Thu, 24 Jun 2004 11:09:16 +0100, John Beynon [EMAIL PROTECTED] wrote: i did check that, couldn't find one. Perhaps MM don't expect 'normal' people want to trial CF on WebSphere, after all it is a mere $20,000 per CPU

Re: coldfusion-61-ibm-eval-win.exe

2004-06-24 Thread Greg Stewart
I would have though that you can simply download a trial version of the enterprise edition of CFMX and deploy CFMX as an EAR on Websphere? On Thu, 24 Jun 2004 11:13:08 +0100, John Beynon [EMAIL PROTECTED] wrote: or off IBM, at http://www-306.ibm.com/software/webservers/coldfusionmx/ On Thu,

Re: converting e.g. 0804 in a date

2004-06-24 Thread Rick Root
Uwe Degenhardt wrote: Hi list, I want to convert the date-number-string e.g. 0804 (mmyy) in a date something like: 08/31/2004 Is there a datefunction for this ? This code takes a 4 digit MMYY string and converts it to a date object for the last day of the month. - Rick CFSET orig = 0804

Re: Evaluate?

2004-06-24 Thread Aaron DC
Although CF is all too happy to display the form fields submitted on a page, I do not think you can have variables names with - in them? Aaron - Original Message - From: Shahzad.Butt To: CF-Talk Sent: Thursday, June 24, 2004 7:48 PM Subject: Evaluate? Hello - can you please check the

Re: coldfusion-61-ibm-eval-win.exe

2004-06-24 Thread vishnu prasad
Hi its not in MM site you can download the eval softwarefrom ibm site regards Vishnu Prasad There should be a link to download it off http://www.macromedia.com/software/coldfusion/ HTH - Original Message - From: vishnu prasad [EMAIL PROTECTED] Date: Thu, 24 Jun 2004 05:59:09

address labels

2004-06-24 Thread dave
anyone have a cool tag for address labels? simple - query the db for mailing addresses and output to print on a typical Avery label sheet. I suppose I could write it to an exel file but i remember this coming up before but couldnt find in past posts thanks [Todays Threads] [This Message]

Re: Evaluate?

2004-06-24 Thread Jochem van Dieten
Aaron DC wrote: Although CF is all too happy to display the form fields submitted on a page, I do not think you can have variables names with - in them? Generally not, but you can jump through hoops to create them, such as the form example. However, I wouldn't recommend it because - is an

Re: converting e.g. 0804 in a date

2004-06-24 Thread Paul Hastings
I want to convert the date-number-string e.g. 0804 (mmyy) what locale? what date format? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re[2]: converting e.g. 0804 in a date

2004-06-24 Thread Uwe Degenhardt
Hello Rick, Thursday, June 24, 2004, 12:35:50 PM, you wrote: RR Uwe Degenhardt wrote: Hi list, I want to convert the date-number-string e.g. 0804 (mmyy) in a date something like: 08/31/2004 Is there a datefunction for this ? RR This code takes a 4 digit MMYY string and converts it to a

Re[3]: converting e.g. 0804 in a date

2004-06-24 Thread Uwe Degenhardt
Hi Rick, my message got truncated.your coding worked beautifully. Thank you very much. Uwe -- Best regards, Uwe mailto:[EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re[2]: converting e.g. 0804 in a date

2004-06-24 Thread Uwe Degenhardt
Hi Paul, thanks for asking, I got it to be working with (Ricks coding): CFSCRIPT function convertit(orig) { orig_date = Left(orig,2) /1/ Right(orig,2); return DateAdd('d',DaysInMonth(orig_date)-1,orig_date); } /CFSCRIPT CFSET orig = getBestellung.cc_expires CFSET dKKDatum =

Re: Re[2]: converting e.g. 0804 in a date

2004-06-24 Thread Paul Hastings
thanks for asking, I got it to be working with (Ricks coding): ok, be careful if you use this outside your locales. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Best Java Integration Route?

2004-06-24 Thread Tony Pimm
Hi, I'm looking to use some Java code written by our Java team and integrate ColdFusion with it. What's the best way to do this?How easy is it to integrate CF with a Java Class?Does anyone have any really simple examples of this type of thing using a custom built Java class? Ta. Tony [Todays

RE: address labels

2004-06-24 Thread James Smith
HTML code doesn't really offer the level of page layout control you need for this type of printing.I am currently doing this with a combination of coldfusion, and pdf files with great success.I can't find the website I got my basic information from but the following two sites both have good

RE: address labels

2004-06-24 Thread E C list
You will want to look at CF_AVERYRTF in the Macromedia Exchange.It makes the whole thing rather simple for a variety of typical Avery labels. HTH -Original Message- From: dave[mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 7:12AM To: CF-Talk Subject: addresslabels anyone have a

RE: Best Java Integration Route?

2004-06-24 Thread Calvin Ward
It's pretty easy overall.. objMyClass =CreateObject(java,com.company.myclass); just be sure your class is in the classpath in the cfadmin ir jvm.config based on what install you have done. -Original Message- From:Tony Pimm Date:6/24/04 8:17 am To:CF-Talk Subj:Best Java Integration

Re: Best Java Integration Route?

2004-06-24 Thread Thomas Chiverton
But yes, best practice would be to wrap all that inside a CFC, and return CFC datatypes if needed, to insulate yourself from changes. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road,

Re: Evaluate?

2004-06-24 Thread Mark Drew
Maybe we should re-wind... I presume since you are using UUID's that those are being used to name fields Why not re-map them, e.g. input type=hidden name=name_CAA07070CD2AD6D6-D51FD53630BFD539 value=CAA07070-CD2A-D6D6-D51F-D53630BFD539 (notice the removal of - by using

RE: address labels

2004-06-24 Thread Sandy Clark
Samuel Neff did a great talk last year at the CFUG about integration with Word that taked about this.Try his site. http://www.rewindlife.com/archives/32.cfm http://www.rewindlife.com _ From: dave anyone have a cool tag for address labels? simple - query the db for mailing addresses

Re: bd and cf on same box?

2004-06-24 Thread Jeffry Houser
It is in this issue: http://www.sys-con.com/magazine/?issueid=220src=""> The title is Setting Up Your Development Server with ColdFusion 5, MX, and BlueDragon You'll need to be a subscriber to get any farther. At 09:01 AM 6/24/2004, you wrote: [Todays Threads] [This Message]

Re: address labels

2004-06-24 Thread Matthew Fusfield
There is also an excellent article in CFDJ (also by Samuel Neff) with a few great CFCs for printing labels through Word. Matt - Original Message - From: Sandy Clark [EMAIL PROTECTED] Date: Thu, 24 Jun 2004 09:21:02 -0400 Subject: RE: address labels To: CF-Talk [EMAIL PROTECTED] Samuel

RE: MAX registration?

2004-06-24 Thread Burns, John D
Adam, That's a great idea, however, if I don't get to pay for the actual conference itself soon, I may not be able to go at all, so the hotel won't do me much good.I'm trying to find out if there's some way I can register with MM so the money will be done with and I'll have my ticket in hand.

Re: rotate images..

2004-06-24 Thread Doug Hughes
You could use the rotate() method on my image manipulation component... http://www.alagad.com/index.cfm/name-aic.However, then you really would need to tilt your head.The good thing is that you could specify the angle at which you wished to tilt your head. Doug Hughes On Wed, 23 Jun 2004

Conntecting to Foxpro Database with CFMX

2004-06-24 Thread Mickael
Hi All, I need to connect to a foxpro database with CFMX but the driver does not appear in my CFAdmin list.How do you connect foxpro? Mike [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Conntecting to Foxpro Database with CFMX

2004-06-24 Thread Tony Weeg
create an odbc datasource, maybe?ive done it (I think, it was like 6 months ago, when I tried) just ended up upsizing to a sql database, and went from there...) but... doug white is good with them, I think he has helped me in the past with this(wasn't it you doug?) he is on here, you may

RE: MAX registration?

2004-06-24 Thread Sandy Clark
Michael Smith usually runs a CFUnderground either one or two days before the actual conference. _ From: Burns, John D By the way, are there any community type events on the days preceeding or after the conference? (Something besides just hanging out that I can use to justify my job paying

RE: Conntecting to Foxpro Database with CFMX

2004-06-24 Thread Ben Forta
Create an ODBC connection using the Windows Control Panel applet, and then connect to that in CF Admin. --- Ben _ From: Mickael [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 10:09 AM To: CF-Talk Subject: Conntecting to Foxpro Database with CFMX Hi All, I need to connect to a

RE: Upgrading to CFMX

2004-06-24 Thread Tom Jordahl
Barney, It was possible to send multi-part Email using CFMail in older version of ColdFusion. There, you heard me say it. It is still possible (but now it is SUPPORTED) to send multi-part Email with CFMail in CFMX 6.1. In fact we took a HUGE step FORWARD in supporting multi-part email in 6.1.

Re: Conntecting to Foxpro Database with CFMX

2004-06-24 Thread Doug White
The Foxpro drivers do not come with the normal installation of MDAC, thus you will have to upload the specific FoxPro ODBC drivers to the server.I don't remember if these are available on one of he Microsoft sites, you will have to check Microsoft, MSDN, and Technet, I guess. Doug

ANNOUNCE: ColdFusion MX Master Class, July 19th

2004-06-24 Thread Adam Churvis
Join us July 19th for five challenging days of ColdFusion MX training. The ColdFusion MX Master Class is five extended-hour days of intensive advanced training (8:00 AM to 7:00 PM) in the very best ColdFusion engineering techniques, followed by a sumptuous and hard-earned graduation dinner at the

Re: Conntecting to Foxpro Database with CFMX

2004-06-24 Thread Mickael Elmalem
That worked Great. Thanks Ben Create an ODBC connection using the Windows Control Panel applet, and then connect to that in CF Admin. --- Ben _ From: Mickael [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 10:09 AM To: CF-Talk Subject: Conntecting to Foxpro Database with CFMX

RE: Why don't query variables persist?

2004-06-24 Thread Alistair Davidson
Try using cfprocresult name=... rather than cfprocparam I've never used CF with Oracle, but that's how I fixed a similar issue with SQL Server a while ago _ From: Richard Crawford [mailto:[EMAIL PROTECTED] Sent: 22 June 2004 19:13 To: CF-Talk Subject: Why don't query variables persist? I

RE: ANNOUNCE: ColdFusion MX Master Class, July 19th

2004-06-24 Thread Greg Luce
French restaurant? Let's not support the cheese-eating surrender-monkeys as part of the class. :-) Greg -Original Message- From: Adam Churvis [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 11:12 AM To: CF-Talk Subject: ANNOUNCE: ColdFusion MX Master Class, July 19th Join us

RE: bd and cf on same box?

2004-06-24 Thread Dave Watts
Yes. To do this, I had to set up separate virtual web servers, though. i was hoping to dump it on a w/s using iis (we're down to 2 dev servers, i'd rather not knock the cf one out i won't put anything on the db box). does bd have an internal webserver like cf's? I'm pretty sure

cfx_pdf from easel

2004-06-24 Thread Douglas.Knudsen
Having some trouble with getting the cfxpdf installed from easel.com.Anyone? error mess: The CFX custom tag CFX_pdf was not found in the custom tag database. Please be sure to add custom tags to the database before using them. If you have added your tag to the database then you should check the

Re: bd and cf on same box?

2004-06-24 Thread Paul Hastings
I'm pretty sure that it does, but you can set up separate virtual IIS web servers on a single machine with no problems. I do that on my laptop all the time, when I want to play around with something new. you can? learn something new. thanks.i actually installed it on its own webserver. works

RE: ANNOUNCE: ColdFusion MX Master Class, July 19th

2004-06-24 Thread Alistair Davidson
Would those be the same cheese-eating surrender-monkeys without whose help you would still be under British rule? ;P (sorry, couldn't resist!) _ From: Greg Luce [mailto:[EMAIL PROTECTED] Sent: 24 June 2004 16:55 To: CF-Talk Subject: RE: ANNOUNCE: ColdFusion MX Master Class, July 19th

OT: Need a SQL Reporting Services guru

2004-06-24 Thread G
Sorry for the off topic, i'm completely stuck on a report im generating using SQL Server Reporting Services. Its a simple report, and i'm simply trying to read a URL variable within the report. If you think you can help, please contact me off list at: [EMAIL PROTECTED] Much appreciated, Brian

RE: ANNOUNCE: ColdFusion MX Master Class, July 19th

2004-06-24 Thread Jerry Johnson
Nah. The British would have lost this colony just like they lost every other one. It would have taken longer, agreed. Jerry Johnson [EMAIL PROTECTED] 06/24/04 12:12PM Would those be the same cheese-eating surrender-monkeys without whose help you would still be under British rule? ;P

Fallback DSN/Database switching?

2004-06-24 Thread rob.stokes
Hi all, I've been wondering... I've got an application that needs to be up pretty much all the time, and if the database goes down for whatever reason we need to do an 'auto switch' to a mirrored database on another machine. Has anyone had any experience of this? Is there a way in Coldfusion to

Crystal Report Advanced Developer 10

2004-06-24 Thread David Fafard
We are standardizing on Crystal Reports at work. Anyone have any experience with the advanced developer version and CFMX? It states on the page description that is has a Java backend. Does mean it will integrate well with CFMX? Thanks, Dave [Todays Threads] [This Message] [Subscription]

Re: Fallback DSN/Database switching?

2004-06-24 Thread G
This is a very simplistic idea, but in your application.cfm you could test the connection to your primary datasource by running a simple query against the DB, then use CFCATCH to detect any connection errors. If you detect an error, you can change your datasource to the next database, and try

RE: Fallback DSN/Database switching?

2004-06-24 Thread Barney Boisvert
We set up a DB cluster using the Linux Virtual Server (LVS) so that the DSN points to a single IP address, which is shared between two machines.If the machine that currently has the IP goes down, LVS automatically switches the IP to the other machine.All the connections in the pool terminate, of

RE: Fallback DSN/Database switching?

2004-06-24 Thread rob.stokes
Thanks brian, I was thinking something along those lines, but thought there might be more to it! I'll give it a try. -Original Message- From: G [mailto:[EMAIL PROTECTED] Sent: 24 June 2004 5:28 pm To: CF-Talk Subject: Re: Fallback DSN/Database switching? This is a very simplistic idea,

RE: Fallback DSN/Database switching?

2004-06-24 Thread Dave Watts
I've been wondering... I've got an application that needs to be up pretty much all the time, and if the database goes down for whatever reason we need to do an 'auto switch' to a mirrored database on another machine. Has anyone had any experience of this? Is there a way in Coldfusion

Re:CFMX config question

2004-06-24 Thread Doug White
I have a client asking me to add the following to the CFMX web.xml file: servlet-mapping servlet-nameCfmServlet/servlet-name url-pattern*/url-pattern /servlet-mapping Since this is on a shared hosting environment, will this break any other CF sites, or does it force CFMX to deal with .htm,

Display numbers in exponential notation

2004-06-24 Thread George Gifford
Hello all! Just signed onto the house of fusion. 15+ yrs dba/developer; however, new to cf. I have need to display variable numbers such as: 1234.893and0.0004567 in Exponential Notation such as: 1.235E3and4.567E-8 Is there an easy way to do this in CF? Thanks in advance. George

RE: MAX registration?

2004-06-24 Thread Ben Forta
Tony, I asked the folks responsible, and was told in a few weeks. However, if you need to register sooner e-mail me off list and I'll send you to someone who can help. --- Ben _ From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 10:17 PM To: CF-Talk Subject: RE:

Re: Fallback DSN/Database switching?

2004-06-24 Thread Adrocknaphobia
I've implemented Dave's suggestion with great results. If I catch an issue related to connection then I update the APPLICATION dsn. I put in a little if statement to reload the page when switching to secondary dbs, so the first person who got the error shouldnt notice it... unless all the dbs are

Re: Display numbers in exponential notation

2004-06-24 Thread Dave Carabetta
On Thu, 24 Jun 2004 09:49:50 -0700 (PDT), George Gifford [EMAIL PROTECTED] wrote: Hello all! Just signed onto the house of fusion. 15+ yrs dba/developer; however, new to cf. I have need to display variable numbers such as: 1234.893and0.0004567 in Exponential Notation such as:

Re: Display numbers in exponential notation

2004-06-24 Thread George Gifford
Thanks Dave! Exactly what I needed! I am glad that I signed on to the House of Fusion! George Dave Carabetta [EMAIL PROTECTED] wrote: On Thu, 24 Jun 2004 09:49:50 -0700 (PDT), George Gifford [EMAIL PROTECTED] wrote: Hello all! Just signed onto the house of fusion. 15+ yrs dba/developer;

RE: CFMX config question

2004-06-24 Thread Dave Watts
I have a client asking me to add the following to the CFMX web.xml file: servlet-mapping servlet-nameCfmServlet/servlet-name url-pattern*/url-pattern /servlet-mapping Since this is on a shared hosting environment, will this break any other CF sites, or does it force CFMX to deal with

Re: Display numbers in exponential notation

2004-06-24 Thread Joe Rinehart
Cool after lunch programming problemhere's what I came up with, seems to work.Relies on the typeless nature of CF: cffunction name=exponentialFormat returnType=string cfargument name=foo type=numeric required=true cfif foo eq 0 cfset foo = 0E0 cfelseif foo gte 1 cfset foo = foo / (1

Re: CFMX config question

2004-06-24 Thread Doug White
- Original Message - I have a client asking me to add the following to the CFMX web.xml file: servlet-mapping servlet-nameCfmServlet/servlet-name url-pattern*/url-pattern /servlet-mapping Since this is on a shared hosting environment, will this break any other CF sites, or

CFINCLUDE question

2004-06-24 Thread Richard Crawford
I'm using CFINCLUDE to bring in a file from another directory into my current file.The problem is that the file being included contains references to images in other folders, via relative paths.Thus, when I load the main page into a browser, the images do not show up. Is there a way around

RE: CFMX config question

2004-06-24 Thread Dave Watts
The client wants to implement SES urls, I think. You can do that without mapping every single file to be run through CF, I'm sure. Something like this would probably work: servlet-mapping servlet-nameCfmServlet/servlet-name url-pattern*.cfm*/url-pattern /servlet-mapping Dave Watts, CTO, Fig

RE: CFINCLUDE question

2004-06-24 Thread Barney Boisvert
Not really.However, using absolute paths the external resources is usually a good thing, because it lets you reconfigure your application code, and/or use single bits in multiple places without worrying about breaking the references.I'd highly recommend do that if at all possible. Cheers, barneyb

RE: CFINCLUDE question

2004-06-24 Thread Douglas.Knudsen
many ways to skin that cat.Check out the system functions involving paths based on the currently running template http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/functi19.htm#wp1100017 You could use these to build an absolute path so the include will work anywheres.Just one thought Doug

RE: Crystal Report Advanced Developer 10

2004-06-24 Thread Whittingham, P
we are currently using Crystal Enterprise 9not 10, without any problem. TIA, Patrick Whittingham United Space Alliance -Original Message- From: David Fafard [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 12:27 PM To: CF-Talk Subject: Crystal Report Advanced Developer 10

Re: CFINCLUDE question

2004-06-24 Thread dave
!--- set image folder path --- cfset displayImage = http://#CGI.Server_Name#/images/ !--- set image--- IMG src="" height=125 id make http://#CGI.Server_Name# a snippet with it and make it a clicking afair -- Original Message -- From: Richard Crawford

RE: CFMX config question

2004-06-24 Thread Barney Boisvert
From my experimentation, you need both of these mappings in place.The first is the default mapping, and the second is like what Dave proposed, but with a / in there as well. servlet-mapping servlet-nameCfmServlet/servlet-name url-pattern*.cfm/url-pattern /servlet-mapping servlet-mapping

Re: CFINCLUDE question

2004-06-24 Thread dave
oops messed that up should be !--- set image folder path --- cfset displayImage = http://#CGI.Server_Name#/images/ !--- set image--- IMG src=""> -- Original Message -- From: Richard Crawford [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Thu, 24 Jun

RE: CFMX config question

2004-06-24 Thread Dave Watts
From my experimentation, you need both of these mappings in place.The first is the default mapping, and the second is like what Dave proposed, but with a / in there as well. servlet-mapping servlet-nameCfmServlet/servlet-name url-pattern*.cfm/url-pattern /servlet-mapping servlet-mapping

RE: CFINCLUDE question

2004-06-24 Thread Dave Watts
I'm using CFINCLUDE to bring in a file from another directory into my current file.The problem is that the file being included contains references to images in other folders, via relative paths.Thus, when I load the main page into a browser, the images do not show up. Is there a way

RE: CFMX config question

2004-06-24 Thread Tony Weeg
single mapping hasn't worked for me in the past :( had to have both. tw -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 3:10 PM To: CF-Talk Subject: RE: CFMX config question From my experimentation, you need both of these mappings in

from APRIL 2004 till current month

2004-06-24 Thread Asim Manzur
select size=1 name=month1 > option value=A selectedAll Months/option /select How can I generate the dynamic months till this month from April in select box Regards, Asim Manzur [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Fallback DSN/Database switching?

2004-06-24 Thread Jochem van Dieten
Adrocknaphobia wrote: The hardware single-IP load balancer is definitely the better solution, but if are on a tight budget, or in my case still waiting for the red tape to settle, this method will do the job. I doubt extra iron can do a better job as the real time clustering that is

Re: from APRIL 2004 till current month

2004-06-24 Thread Bryan Stevenson
cfset StartMonth = 4 cfset EndMonth = Month(Now()) select size=1 name=month1 > option value=A selectedAll Months/option cfloop index=CurrMonth from=#StartMonth# to=#EndMonth# option value=#CurrMonth##MonthAsString(CurrMonth)# /cfloop /select Not tested...should work Cheers Bryan Stevenson

RE: from APRIL 2004 till current month

2004-06-24 Thread Douglas.Knudsen
everything u need is here http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/functi58.htm#wp1103187 ^_^ Seriously, if I understand your question correctly, take a look at dateDiff() to determine the number of months from April 2004 to Now(), note Now() is a function.Now loop from 1 to

Re: CFX and Python?

2004-06-24 Thread Dave Carabetta
On Tue, 22 Jun 2004 18:55:42 -0500, Guy Rish [EMAIL PROTECTED] wrote: Daniel, Yes.I've done it with both Python and Jython. Was this a general question of something specific to the needs of a job? Guy, Do you have any sample Python CFX code you could share? We use Python extensively as

Re: from APRIL 2004 till current month

2004-06-24 Thread simeon
This isa perfect solution to the problem as it was posed.I have an additional question, what should happen when the year rolls over and we are back at january.In the example the list doesn't execute because from 4 to 1, doesnt evaluate true. So when the year rolls over is the All Months option

RE: CFX and Python?

2004-06-24 Thread Guy Rish
Dave, Well seeing a CFX written in Python, as I do it with my tool, really isn't going to be that constructive. class VarIn(CustomTag): def processRequest(self, request, response): vi = request.getAttribute(variable) response.write(brpvariable is: %s/p % vi) The approach that I took was to

Re: CFX and Python?

2004-06-24 Thread Dave Carabetta
On Thu, 24 Jun 2004 14:50:02 -0500, Guy Rish [EMAIL PROTECTED] wrote: Dave, Well seeing a CFX written in Python, as I do it with my tool, really isn't going to be that constructive. class VarIn(CustomTag): def processRequest(self, request, response): vi = request.getAttribute(variable)

Re: from APRIL 2004 till current month

2004-06-24 Thread Bryan Stevenson
Perhaps you should explain what you're doing ;-) Does it always have to start from April ignoring the year? Does it start from April 2004 and then have all the months between then and now (i.e. April-Dec 2004 and then Jan-Dec 2005 and then Jan-Dec 2006 and so on)? Something else? Cheers Bryan

RE: CFMX config question

2004-06-24 Thread Barney Boisvert
Yeah, I did try the single mapping, in various forms.There was always an issue either with not catching urls ending in the page (/index.cfm), with not catching urls with SES variables (/index.cfm/id/3), with not catching urls with SES variables and a .cfm dummy extension (/index.cfm/id/3.cfm), or

Re: Fallback DSN/Database switching?

2004-06-24 Thread Adrocknaphobia
What isn't a SPOF? -Adam - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] Date: Thu, 24 Jun 2004 21:20:13 +0200 Subject: Re: Fallback DSN/Database switching? To: CF-Talk [EMAIL PROTECTED] Adrocknaphobia wrote: The hardware single-IP load balancer is definitely the

RE: Fallback DSN/Database switching?

2004-06-24 Thread Barney Boisvert
Two load balancers with automated hot failover. The solution I proposed (doing the hot failover on the DB servers themselves) doesn't have any SPOF, doesn't require any extra hardware, and isn't specific to any particular database's setup.Of course, it does require using an OS that supports LVS

inventory management

2004-06-24 Thread Chris Tilley
I'm using the Cartweaver e-commerce for a customer and would like to have an easier way to receive inventory into the database.Currently, you must go to the item and then it's sku page and add your received quantity.This will be tedious seeing as my customer currently has over 1500 items in the

Re: cfx_pdf from easel

2004-06-24 Thread Kevin Graeme
I haven't worked with the J2EE server but it installed fine on my developer version of CFMX. -Kevin - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 24, 2004 11:02 AM Subject: cfx_pdf from easel Having some trouble with getting the cfxpdf

Re: Fallback DSN/Database switching?

2004-06-24 Thread Adrocknaphobia
Ok. I'm still a bit confused. So you have 2 boxes one with IP#1 and another with IP#2. The box with IP#2 monitors IP#1 and when IP#1 goes down the box with IP#2 changes it's IP to be IP#1? How does box with IP#2 monitor the other box? How does it know that your db went down? -Adam -

Books on Flash...

2004-06-24 Thread Troy Simpson
All, I am considering using Flash MX to create a client front end to a database driven application instead of html web pages.Any thoughts on this would be appreciated.Could you also recommend some books, articles or websites for more information. Thanks, Troy -- Troy Simpson Applications

RE: cfx_pdf from easel

2004-06-24 Thread Douglas.Knudsen
well, it was installed/setup correctly.Seems something was cached somewheres in JRun/CFMX.I bounced everything and no workee.A box reboot, eek!!!, took care of it. Doug -Original Message- From: Kevin Graeme [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 5:08 PM To: CF-Talk

Re: Books on Flash...

2004-06-24 Thread Dave Carabetta
On Thu, 24 Jun 2004 17:13:03 -0400, Troy Simpson [EMAIL PROTECTED] wrote: All, I am considering using Flash MX to create a client front end to a database driven application instead of html web pages.Any thoughts on this would be appreciated.Could you also recommend some books, articles or

  1   2   >