DW MX 2004 Updater - Interesting article

2004-03-15 Thread Massimo Foti
http://www.communitymx.com/content/article.cfm?cid=0673F


Massimo Foti
http://www.massimocorner.com

Co-Author of Dreamweaver MX 2004 Magic:
http://www.dwmagic.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Compare List

2004-03-15 Thread Brendan Avery
That's what the ListSort function embedded in the Compare function was
for.As long as both lists contain the exact same entities it doesn't
matter if they're in different orders if you embed those ListSort
functions.Perhaps my code was unclear.Here let me elaborate:

cfset list1=1,2,3,4,5
cfset list2=3,1,2,5,4
cfset result=Compare(ListSort(list1,text),ListSort(list2,text))
cfif result IS 0
	THEY ARE THE SAME!!
cfelse
	THEY ARE NOT THE SAME!!
/cfif

;-P

Maybe that wasn't the point of your question though-- I think your
algorithm for doing the list compare is valid and beautiful in any case.
Its just not necessary to do it algorithmically when CF is so generous
with its List related functions.

Peace!

-b

-Original Message-
From: Greg Luce [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 14, 2004 6:43 PM
To: CF-Talk
Subject: RE: Compare List

Brendan,
	What would you use to for the sort order? These lists can be in
any order. Such as:
1,2,3,4,5
And
3,1,2,5,4

How would you compare these 2 lists using these functions?

Greg

-Original Message-
From: Brendan Avery [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 14, 2004 5:29 PM
To: CF-Talk
Subject: RE: Compare List

Compare(ListSort(list1,text),ListSort(list2,text)

Boo-yah.

== Brendan Avery -- http://www.brendanavery.com ==

-Original Message-
From: Greg Luce [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 14, 2004 1:40 PM
To: CF-Talk
Subject: RE: Compare List

You're looking for a match where both lists contain the same values, but
possibly in different orders right? I would try:

cfset state_list = 1,2,3,4,5,6,7,8
cfset query_list = 9,8,7,6,5,4,3,2

cfif listlen(state_list) EQ listlen(query_list)
cfloop index=i list=#state_list#
 cfif NOT listcontains(query_list, i)
Not A Complete Matchcfabort
 /cfif
/cfloop
Lists Match
cfelse
Not Same Length Match
/cfif

Greg

-Original Message-
From: cfhelp [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 14, 2004 2:13 PM
To: CF-Talk
Subject: Compare List

Will Compare(String1,String2) work to compare a list?

I have a Comma Delimited list of GUIDS (up to 50 for each state). That I
need to compare to a list GUIDS from a Query. If they match then return
true (1). 

The GUIDS in the list may not be in the same order as the GUIDS from the
query.

Any ideas?

Rick

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.583 / Virus Database: 369 - Release Date: 2/10/2004
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Compare List

2004-03-15 Thread Pascal Peters
This will not always work, you need to use ListFind (or ListFindNoCase)
instead of ListContains. Otherwise 2,9,7 and 2,7,99 will return
true.

Also, put a cfbreak in the loop if it is not a match.

Pascal

 -Original Message-
 From: cfhelp [mailto:[EMAIL PROTECTED] 
 Sent: maandag 15 maart 2004 2:43
 To: CF-Talk
 Subject: RE: Compare List
 
 Worked Perfect!

 Thanks 

 Rick

 -Original Message-
 From: Greg Luce [mailto:[EMAIL PROTECTED]
 Sent: Sunday, March 14, 2004 1:40 PM
 To: CF-Talk
 Subject: RE: Compare List

 You're looking for a match where both lists contain the same 
 values, but possibly in different orders right? I would try:
 
 cfset state_list = 1,2,3,4,5,6,7,8
 cfset query_list = 9,8,7,6,5,4,3,2
 
 cfif listlen(state_list) EQ listlen(query_list)
cfloop index=i list=#state_list#
cfif NOT listcontains(query_list, i)
 Not A Complete Matchcfabort
/cfif
/cfloop
Lists Match
 cfelse
Not Same Length Match
 /cfif
 
 Greg

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: 20 meg updater for DWMX 2004

2004-03-15 Thread Calvin Ward
Nevertheless, at least Dreamweaver supports Unicode: http://www.macromedia.com/support/homesite/ts/documents/unicode_issues.htm 

- Calvin
- Original Message - 
From: Peter Tilbrook 
To: CF-Talk 
Sent: Friday, March 12, 2004 10:00 PM
Subject: SOT: 20 meg updater for DWMX 2004

Not happy Jan!

Consider these points:

1. Dreamweaver MX 2004 is not entirely a cheap product.

2. You cannot obtain HomeSite+ without purchasing Studio MX or Dreamweaver
MX.

3. The winard you mention is only available on as a third-party extension
on a purchase to obtain DRK.

4. The extension in question broke my install of DWMX.

5. MM have restored the little used Timeline feature so why not a decent
SQL Builder tool like that provided in CFStudio/HS?

When providing training for Centrelink (26,000 staff) I was embarassed to
learn how lame DWMX's SQL tools were compared to HS (5.5) or even CF Studio
5.

If MM truly want us to move to DWMX, they are on a good start with the
updater, but a really cool integrated SQL Builder would put the icing on the
cake.

In fact the training situation was interesting. Launch DWMX and use the
Login Form template, copy the HTML code, back to HS and use that within
the HS environment.

I was asked by a canny trainee why. I was tempted to say just shut up and do
it. Obviously HS doesn't have the templates but for everything else it
does much more. The context sensitive help us far more useful (press the F1
key (Windows) in a tag for detailed information) and the online help is far
more useful for cutting and pasting. WTH MM did with this in DWMX 2004 is
beyond me. And I was trying to cram 8 years of CF coding into 2 days of
training.

So after a brief rundown and introduction to DWMX it was interesting to say
- bugger it - open up HS instead - I know it works!

So MM. Build the tool ColdFusion Studio/HomeSite users (coders) can enjoy.
Make the developer view actually be like that instead of a clever
re-arrangement of the screen. Add a help system similar to CFS/HS for CFML
(and other languages if demanded, ASP, PHP, etc).

--
Peter Tilbrook
ColdFusion Applications Developer
ColdGen Internet Solutions
Manager, ACT and Region ColdFusion Users Group - http://www.actcfug.com
http://www.actcfug.com/ 
4/73 Tharwa Road
Queanbeyan, NSW, 2620
AUSTRALIA

Telephone: +61-2-6284-2727
Mobile: +61-0439-401-823
E-mail: [EMAIL PROTECTED]

 _

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 13 March 2004 10:56 AM
To: CF-Talk
Subject: RE: 20 meg updater for DWMX 2004

the hand coder tools
and
advanced query wizard are on devnet 4

advanced query wizard is here to
http://www.advancedextensions.com

and o'reilly's sql reference is on devnet 2

 Hey what's the name of the extension that you're referring too? I would
 like to check it out but I can't seem to find it.

 Neal Bailey
 Internet Marketing Manager
 E-mail:mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
_

 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 12, 2004 5:16 PM
 To: CF-Talk
 Subject: RE: 20 meg updater for DWMX 2004

 there is an extention 4 it also things like hard-coder tools
 and im dl'ing a new extention right now for cf tools
_



 
 _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Wordaround for Linux...

2004-03-15 Thread Mike Townend
you could give this function a go 

 
http://www.cflib.org/udf.cfm?ID=1019

 
HTH

-Original Message-
From: Rob [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 3, 2004 13:13
To: CF-Talk
Subject: Re: Wordaround for Linux...

On Sat, 2004-03-13 at 16:31, Doug White wrote:
 It appears that the Linux machine either does not have java VM installed
 (unlikely) or the CF installation is not properly configured to use it.
 
 I just tested that code snippet on my Linux box and it works!

If linux doesnt have X windows installed that wont work. Java image
stuff requries the X windows libraries to work. There is something
called headless mode that supposedly allows for graphic manipulation
without the graphic libs but I never got it to work.

Search for headless mode on google - might look into image magic on
linux if you cant get the java stuff to work.

-- 
Rob [EMAIL PROTECTED] 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




sot: Powerbooks and Coldfusion

2004-03-15 Thread Stuart Kidd
Hi guys,

I'm heading to Oz to see my family for a month and am stopping off in LA (USA - home of cheap electronics for European citizens).

I am seriously thinking about snapping up a Powerbook while there as the UK Stirling - US Dollar exchange rate is pretty good.

Has anyone got a Powerbook who can tell me whether it's a tough transition from a PC to a Powerbook for coding CF.

Currently i use Dreamweaver and have a remotely hosted CF website.

When I return to London i'll still have my PC desktop which i have the free CF limited server.I also have a wireless adsl modem/router (Netgear) - will it be easy for my Powerbook to fit into that?

Is there anything else I should know about, some even better tools for the Apple with CF??

Any help would be appreciated.

Cheers,

Stuart
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: sot: Powerbooks and Coldfusion

2004-03-15 Thread Ryan Mitchell
I switched about a year ago now, and havetn looked back.
If you're using dreamweaver there is very little difference in set up... 
you install coldfusion mx 6.1 on top of jrun, and away you go.
your powerbook will fit right into your network, you will be able to 
connect to your pc with no probs

Stuart Kidd wrote:

 Hi guys,

 I'm heading to Oz to see my family for a month and am stopping off in 
 LA (USA - home of cheap electronics for European citizens).

 I am seriously thinking about snapping up a Powerbook while there as 
 the UK Stirling - US Dollar exchange rate is pretty good.

 Has anyone got a Powerbook who can tell me whether it's a tough 
 transition from a PC to a Powerbook for coding CF.

 Currently i use Dreamweaver and have a remotely hosted CF website.

 When I return to London i'll still have my PC desktop which i have the 
 free CF limited server.I also have a wireless adsl modem/router 
 (Netgear) - will it be easy for my Powerbook to fit into that?

 Is there anything else I should know about, some even better tools for 
 the Apple with CF??

 Any help would be appreciated.

 Cheers,

 Stuart

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Quick SQL Question...

2004-03-15 Thread Bill Grover
If you want to save on some of the typing you can rework the select statement into this:

 
select count(createdate), createdate
 from (select convert(varchar, creationdate, 101) AS createdate
 from referer) makedate
 group by createdate
__ 
file:///E:/EUColor.gif 	
Bill Grover 	
Manager, Information Systems 	Phone:	 301.424.3300 x3324 	
EU Services, Inc. 	FAX:	 301.424.3696	
649 North Horners Lane 	E-Mail:	mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]	
Rockville, MD 20850-1299 	WWW:	http://www.euservices.com/ http://www.euservices.com 	
__ 

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 14, 2004 2:39 PM
To: CF-Talk
Subject: RE: Quick SQL Question...

That's a neat trick- saves a lot of typing. Thanks!
-Original Message-
From: Che Vilnonis [mailto:[EMAIL PROTECTED]
Sent: Friday, March 12, 2004 2:35 PM
To: CF-Talk
Subject: RE: Quick SQL Question...

thank you!
 -Original Message-
 From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 12, 2004 3:31 PM
 To: CF-Talk
 Subject: RE: Quick SQL Question...

 The numbers in the 3rd position of the convert are qualifiers for how it
 will convert.In this case 101 = USA = MM/DD/YY.

 If you look in the SQL Books Online under Cast and Convert it will give
you
 a list of all of the date conversions.

 -Original Message-
 From: Che Vilnonis [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 12, 2004 3:18 PM
 To: CF-Talk
 Subject: RE: Quick SQL Question...

 WOW! WOW! WOW! Thanks so much. I knew this was possible.
 what is the significanse of the 101
-Original Message-
From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
Sent: Friday, March 12, 2004 3:03 PM
To: CF-Talk
Subject: RE: Quick SQL Question...

Che,

If you are on MSSql 2K then this is the solution:

select count(convert(varchar, creationdate, 101)), convert(varchar,
creationdate, 101)
from referer
group by convert(varchar, creationdate, 101)

Steve

-Original Message-
From: Che Vilnonis [mailto:[EMAIL PROTECTED]
Sent: Friday, March 12, 2004 2:52 PM
To: CF-Talk
Subject: RE: Quick SQL Question...

mark, i see where you are coming from...alas, i still am having no luck.
-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
Sent: Friday, March 12, 2004 2:51 PM
To: CF-Talk
Subject: RE: Quick SQL Question...

The 2 are mutually exclusive.One is the group of all the stuff on
 this
day, but the other (the actual date) is not merely a date - but a - by
nature a very unique item - down to the second. So you are actually
getting
the grouping you are asking for.If 2 referals occured at the exact
instant
(say '3/4/2004 5:07:35 PM') ... then you would see 2 3/4/2004 5:07:35
PM -
but since that's unlikey this is more or less like doing a select *
from..What you need is a label and an order by clause:

SELECT COUNT(creationdate) AS TotalRefsPerDay,
datepart(month,creationdate)
+ '-' + datepart(day,creationdate) + '-' + datepart(year,creationdate)
 AS
datelabel
group by datepart(dw,creationdate)
order by datelabel

or something similar.The DateName( ) function would work as well -
 maybe
better. It usally takes some work to get it exactly right.

-Mark

Mark A. Kruger, MCSE, CFG
www.cfwebtools.com
www.necfug.com
http://blog.mxconsulting.com
...what the web can be!

-Original Message-
From: Che Vilnonis [mailto:[EMAIL PROTECTED]
Sent: Friday, March 12, 2004 1:28 PM
To: CF-Talk
Subject: Quick SQL Question...

This SQL Code works:
SELECT COUNT(creationdate) AS TotalRefsPerDay
FROM Referer
GROUP BY DATEPART(dw, creationdate)

197
364
350
294
260
243
196

But when I add a column... this does not):
SELECT COUNT(creationdate) AS TotalRefsPerDay, creationdate
FROM Referer
GROUP BY DATEPART(dw, creationdate), creationdate

1 3/4/2004 5:07:35 PM
1 3/4/2004 5:09:27 PM
1 3/4/2004 5:11:19 PM
1 3/4/2004 5:13:14 PM
1 3/4/2004 5:14:31 PM
1 3/4/2004 5:14:53 PM
1 3/4/2004 5:16:19 PM
1 3/4/2004 5:20:37 PM
1 3/4/2004 5:21:10 PM

What am I doing wrong? I'd like a simple two column table: creation
date
and the total number of referers for each day!

TIA...Che
_
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Compare List

2004-03-15 Thread Greg Luce
Brendan,
	I see now. Very nice.

Greg

-Original Message-
From: Brendan Avery [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 15, 2004 4:27 AM
To: CF-Talk
Subject: RE: Compare List

That's what the ListSort function embedded in the Compare function was
for.As long as both lists contain the exact same entities it doesn't
matter if they're in different orders if you embed those ListSort
functions.Perhaps my code was unclear.Here let me elaborate:

cfset list1=1,2,3,4,5
cfset list2=3,1,2,5,4
cfset result=Compare(ListSort(list1,text),ListSort(list2,text))
cfif result IS 0
	THEY ARE THE SAME!!
cfelse
	THEY ARE NOT THE SAME!!
/cfif

;-P

Maybe that wasn't the point of your question though-- I think your
algorithm for doing the list compare is valid and beautiful in any case.
Its just not necessary to do it algorithmically when CF is so generous
with its List related functions.

Peace!

-b

-Original Message-
From: Greg Luce [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 14, 2004 6:43 PM
To: CF-Talk
Subject: RE: Compare List

Brendan,
	What would you use to for the sort order? These lists can be in
any order. Such as: 1,2,3,4,5 And 3,1,2,5,4

How would you compare these 2 lists using these functions?

Greg

-Original Message-
From: Brendan Avery [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 14, 2004 5:29 PM
To: CF-Talk
Subject: RE: Compare List

Compare(ListSort(list1,text),ListSort(list2,text)

Boo-yah.

== Brendan Avery -- http://www.brendanavery.com ==

-Original Message-
From: Greg Luce [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 14, 2004 1:40 PM
To: CF-Talk
Subject: RE: Compare List

You're looking for a match where both lists contain the same values, but
possibly in different orders right? I would try:

cfset state_list = 1,2,3,4,5,6,7,8
cfset query_list = 9,8,7,6,5,4,3,2

cfif listlen(state_list) EQ listlen(query_list)
cfloop index=i list=#state_list#
 cfif NOT listcontains(query_list, i)
Not A Complete Matchcfabort
 /cfif
/cfloop
Lists Match
cfelse
Not Same Length Match
/cfif

Greg

-Original Message-
From: cfhelp [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 14, 2004 2:13 PM
To: CF-Talk
Subject: Compare List

Will Compare(String1,String2) work to compare a list?

I have a Comma Delimited list of GUIDS (up to 50 for each state). That I
need to compare to a list GUIDS from a Query. If they match then return
true (1). 

The GUIDS in the list may not be in the same order as the GUIDS from the
query.

Any ideas?

Rick

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.583 / Virus Database: 369 - Release Date: 2/10/2004
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Wordaround for Linux...

2004-03-15 Thread Thomas Chiverton
On Wednesday 03 Mar 2004 13:12 pm, Rob wrote:
 If linux doesnt have X windows installed that wont work. Java image
 stuff requries the X windows libraries to work. There is something
 called headless mode that supposedly allows for graphic manipulation

I think you just set java.awt.headless=true in the JVM startup params, and it 
Just Works.
Failing that, you can run a 'virtual' X session:
Xvfb :2 -screen 0 1280x1024x16 
and then tell the JVM to use that by setting the DISPLAY enviroment variable 
(to ':2') before starting it.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Compare List

2004-03-15 Thread Christopher Farino
unsubscribe
- Original Message - 
From: Bernd VanSkiver 
To: CF-Talk 
Sent: Monday, March 15, 2004 1:03 AM
Subject: RE: Compare List

The ListSort() function sorts the lists and puts them in the same order
and then the Compare() checks if the lists are the same.

Bernd VanSkiver
[EMAIL PROTECTED]
801.520.5957

-Original Message-
From: Greg Luce [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 14, 2004 5:43 PM
To: CF-Talk
Subject: RE: Compare List

Brendan,
What would you use to for the sort order? These lists can be in
any order. Such as: 1,2,3,4,5 And 3,1,2,5,4

How would you compare these 2 lists using these functions?

Greg

-Original Message-
From: Brendan Avery [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 14, 2004 5:29 PM
To: CF-Talk
Subject: RE: Compare List

Compare(ListSort(list1,text),ListSort(list2,text)

Boo-yah.

== Brendan Avery -- http://www.brendanavery.com ==

-Original Message-
From: Greg Luce [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 14, 2004 1:40 PM
To: CF-Talk
Subject: RE: Compare List

You're looking for a match where both lists contain the same values, but
possibly in different orders right? I would try:

cfset state_list = 1,2,3,4,5,6,7,8
cfset query_list = 9,8,7,6,5,4,3,2

cfif listlen(state_list) EQ listlen(query_list)
 cfloop index=i list=#state_list#
cfif NOT listcontains(query_list, i)
Not A Complete Matchcfabort
/cfif
 /cfloop
 Lists Match
cfelse
 Not Same Length Match
/cfif

Greg

-Original Message-
From: cfhelp [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 14, 2004 2:13 PM
To: CF-Talk
Subject: Compare List

Will Compare(String1,String2) work to compare a list?

I have a Comma Delimited list of GUIDS (up to 50 for each state). That I
need to compare to a list GUIDS from a Query. If they match then return
true (1). 

The GUIDS in the list may not be in the same order as the GUIDS from the
query.

Any ideas?

Rick

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.583 / Virus Database: 369 - Release Date: 2/10/2004
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Compare List

2004-03-15 Thread Tangorre, Michael
Go to the HOF site to unsubscribe.

 -Original Message-
 From: Christopher Farino [mailto:[EMAIL PROTECTED] 
 Sent: Monday, March 15, 2004 8:23 AM
 To: CF-Talk
 Subject: Re: Compare List
 
 unsubscribe
- Original Message -
From: Bernd VanSkiver
To: CF-Talk
Sent: Monday, March 15, 2004 1:03 AM
Subject: RE: Compare List
 
The ListSort() function sorts the lists and puts them in 
 the same order
and then the Compare() checks if the lists are the same.
 
Bernd VanSkiver
[EMAIL PROTECTED]
801.520.5957
 
-Original Message-
From: Greg Luce [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 14, 2004 5:43 PM
To: CF-Talk
Subject: RE: Compare List
 
Brendan,
What would you use to for the sort order? These lists can be in
any order. Such as: 1,2,3,4,5 And 3,1,2,5,4
 
How would you compare these 2 lists using these functions?
 
Greg
 
-Original Message-
From: Brendan Avery [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 14, 2004 5:29 PM
To: CF-Talk
Subject: RE: Compare List
 
Compare(ListSort(list1,text),ListSort(list2,text)
 
Boo-yah.
 
== Brendan Avery -- http://www.brendanavery.com ==
 
-Original Message-
From: Greg Luce [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 14, 2004 1:40 PM
To: CF-Talk
Subject: RE: Compare List
 
You're looking for a match where both lists contain the 
 same values, but
possibly in different orders right? I would try:
 
cfset state_list = 1,2,3,4,5,6,7,8
cfset query_list = 9,8,7,6,5,4,3,2
 
cfif listlen(state_list) EQ listlen(query_list)
cfloop index=i list=#state_list#
 cfif NOT listcontains(query_list, i)
Not A Complete Matchcfabort
 /cfif
/cfloop
Lists Match
cfelse
Not Same Length Match
/cfif
 
Greg
 
-Original Message-
From: cfhelp [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 14, 2004 2:13 PM
To: CF-Talk
Subject: Compare List
 
Will Compare(String1,String2) work to compare a list?
 
I have a Comma Delimited list of GUIDS (up to 50 for each 
 state). That I
need to compare to a list GUIDS from a Query. If they match 
 then return
true (1). 
 
The GUIDS in the list may not be in the same order as the 
 GUIDS from the
query.
 
Any ideas?
 
Rick
 
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.583 / Virus Database: 369 - Release Date: 
 2/10/2004 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Compare List

2004-03-15 Thread Tony Weeg
go to the bottom of any of these emails to unsubscribe 

-Original Message-
From: Tangorre, Michael [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 15, 2004 8:28 AM
To: CF-Talk
Subject: RE: Compare List

Go to the HOF site to unsubscribe.

 -Original Message-
 From: Christopher Farino [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 15, 2004 8:23 AM
 To: CF-Talk
 Subject: Re: Compare List
 
 unsubscribe
- Original Message -
From: Bernd VanSkiver
To: CF-Talk
Sent: Monday, March 15, 2004 1:03 AM
Subject: RE: Compare List
 
The ListSort() function sorts the lists and puts them in the same 
 order
and then the Compare() checks if the lists are the same.
 
Bernd VanSkiver
[EMAIL PROTECTED]
801.520.5957
 
-Original Message-
From: Greg Luce [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 14, 2004 5:43 PM
To: CF-Talk
Subject: RE: Compare List
 
Brendan,
What would you use to for the sort order? These lists can be in
any order. Such as: 1,2,3,4,5 And 3,1,2,5,4
 
How would you compare these 2 lists using these functions?
 
Greg
 
-Original Message-
From: Brendan Avery [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 14, 2004 5:29 PM
To: CF-Talk
Subject: RE: Compare List
 
Compare(ListSort(list1,text),ListSort(list2,text)
 
Boo-yah.
 
== Brendan Avery -- http://www.brendanavery.com ==
 
-Original Message-
From: Greg Luce [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 14, 2004 1:40 PM
To: CF-Talk
Subject: RE: Compare List
 
You're looking for a match where both lists contain the same values, 
 but
possibly in different orders right? I would try:
 
cfset state_list = 1,2,3,4,5,6,7,8
cfset query_list = 9,8,7,6,5,4,3,2
 
cfif listlen(state_list) EQ listlen(query_list)
cfloop index=i list=#state_list#
 cfif NOT listcontains(query_list, i)
Not A Complete Matchcfabort
 /cfif
/cfloop
Lists Match
cfelse
Not Same Length Match
/cfif
 
Greg
 
-Original Message-
From: cfhelp [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 14, 2004 2:13 PM
To: CF-Talk
Subject: Compare List
 
Will Compare(String1,String2) work to compare a list?
 
I have a Comma Delimited list of GUIDS (up to 50 for each state). 
 That I
need to compare to a list GUIDS from a Query. If they match then 
 return
true (1). 
 
The GUIDS in the list may not be in the same order as the GUIDS from 
 the
query.
 
Any ideas?
 
Rick
 
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.583 / Virus Database: 369 - Release Date: 
 2/10/2004
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: sot: Powerbooks and Coldfusion

2004-03-15 Thread stas
What about database administration tools,what do you use?

- Original Message - 
From: Ryan Mitchell [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, March 15, 2004 6:25 AM
Subject: Re: sot: Powerbooks and Coldfusion

 I switched about a year ago now, and havetn looked back.
 If you're using dreamweaver there is very little difference in set up... 
 you install coldfusion mx 6.1 on top of jrun, and away you go.
 your powerbook will fit right into your network, you will be able to 
 connect to your pc with no probs

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: sot: Powerbooks and Coldfusion

2004-03-15 Thread Ryan Mitchell
i use mysql as my database, and found a freeware program called 
YourSQL to connect to it (also use phpmyadmin)... i've used navicat 
(mysql studio), but it costs for not much more in the features 
department in my book...

stas wrote:

 What about database administration tools,what do you use?

 - Original Message -
 From: Ryan Mitchell [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, March 15, 2004 6:25 AM
 Subject: Re: sot: Powerbooks and Coldfusion

  I switched about a year ago now, and havetn looked back.
  If you're using dreamweaver there is very little difference in set 
 up...
  you install coldfusion mx 6.1 on top of jrun, and away you go.
  your powerbook will fit right into your network, you will be able to
  connect to your pc with no probs
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Need sql help

2004-03-15 Thread Deanna Schneider
Al,
That query isn't really doing what you originally asked. It won't return
doctors with no trials. You'll need an outer join for that.

- Original Message - 
From: Al Musella, DPM

 Worked perfectly! Thanks!

 Al


 
 SELECT c.name, MIN(dateupdated) as oldest_trial
 FROMcontacts c, trials t, contactdetails cd
 WHEREc.contactID = cd.contactID
 AND t.trialID = cd.trialID
 GROUP BYc.name
 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Powerbooks and Coldfusion

2004-03-15 Thread Kevin Graeme
 I am seriously thinking about snapping up a Powerbook while there as the
UK Stirling - US Dollar exchange rate is pretty good.

Just a word of caution: Apple UK will very likely not support a US market
PowerBook. Check with them first. I've known several people who got good
deals on their Mac and when they tried to get service were refused because
the country code identified in the product number was wrong and the owners
were accused by Apple of engaging in grey/black market purchases.

-Kevin
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: sot: Powerbooks and Coldfusion

2004-03-15 Thread David Fafard
If you admin a MS SQL server, and you have a VPN,
Microsoft makes a great FREE terminal services client for Mac.

watch the wrap:
http://www.microsoft.com/mac/otherproducts/otherproducts.aspx?pid=remotedesktopclient

Works great for me when I am using a powerbook.

Dave

- Original Message - 
From: stas 
To: CF-Talk 
Sent: Monday, March 15, 2004 8:39 AM
Subject: Re: sot: Powerbooks and Coldfusion

What about database administration tools,what do you use?

- Original Message - 
From: Ryan Mitchell [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, March 15, 2004 6:25 AM
Subject: Re: sot: Powerbooks and Coldfusion

 I switched about a year ago now, and havetn looked back.
 If you're using dreamweaver there is very little difference in set up... 
 you install coldfusion mx 6.1 on top of jrun, and away you go.
 your powerbook will fit right into your network, you will be able to 
 connect to your pc with no probs

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: sot: Powerbooks and Coldfusion

2004-03-15 Thread Ryan Mitchell
yep, i second that.

David Fafard wrote:

 If you admin a MS SQL server, and you have a VPN,
 Microsoft makes a great FREE terminal services client for Mac.

 watch the wrap:
 http://www.microsoft.com/mac/otherproducts/otherproducts.aspx?pid=remotedesktopclient

 Works great for me when I am using a powerbook.

 Dave

- Original Message -
From: stas
To: CF-Talk
Sent: Monday, March 15, 2004 8:39 AM
Subject: Re: sot: Powerbooks and Coldfusion

What about database administration tools,what do you use?

- Original Message -
From: Ryan Mitchell [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, March 15, 2004 6:25 AM
Subject: Re: sot: Powerbooks and Coldfusion

 I switched about a year ago now, and havetn looked back.
 If you're using dreamweaver there is very little difference in set 
 up...
 you install coldfusion mx 6.1 on top of jrun, and away you go.
 your powerbook will fit right into your network, you will be able to
 connect to your pc with no probs


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Order by date and then time

2004-03-15 Thread Robert Orlini
I would like to order first by datechanged and then by the time it was changed. I have so far this code:

CFQUERY name=logdata datasource=wweb_status
Select * from statuslog 
Order by datechanged desc
/CFQUERY

It orders correctly by date changed. For example, if multiple changes were made today, 3/15/2004, how do I then tell it to order by the time to the very first item?

Thanks.

Robert
HWW
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: sot: Powerbooks and Coldfusion

2004-03-15 Thread Tom Kitta
Remote desktop is available for Mac, Linux and almost any PC running windows
(If I remember correctly, minimum requirements are Win3.1, 386SX, 8Mb RAM).
It is always free (but server part is not free, you need windows server
software and for anything but Administrative mode you need a CAL).

TK
-Original Message-
From: David Fafard [mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 9:21 AM
To: CF-Talk
Subject: Re: sot: Powerbooks and Coldfusion

If you admin a MS SQL server, and you have a VPN,
Microsoft makes a great FREE terminal services client for Mac.

watch the wrap:

http://www.microsoft.com/mac/otherproducts/otherproducts.aspx?pid=remotedesk
topclient

Works great for me when I am using a powerbook.

Dave

 - Original Message -
 From: stas
 To: CF-Talk
 Sent: Monday, March 15, 2004 8:39 AM
 Subject: Re: sot: Powerbooks and Coldfusion

 What about database administration tools,what do you use?

 - Original Message -
 From: Ryan Mitchell [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, March 15, 2004 6:25 AM
 Subject: Re: sot: Powerbooks and Coldfusion

  I switched about a year ago now, and havetn looked back.
  If you're using dreamweaver there is very little difference in set
up...
  you install coldfusion mx 6.1 on top of jrun, and away you go.
  your powerbook will fit right into your network, you will be able to
  connect to your pc with no probs
 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Order by date and then time

2004-03-15 Thread Tony Weeg
does your datetime field have time in it too??

3/15/2004 01:25:54

or is it like

3/15/2004 00:00:00

if its like the first one, it should already be ordering by that...if its
not...
then you will have to start writing the datetime combo to the field...make
sense?

or if you have a date field, and a time field, separate from each other, you
can
just put them both in the order by clause:

order by date, time desc

hth
tony

-Original Message-
From: Robert Orlini [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 15, 2004 9:40 AM
To: CF-Talk
Subject: Order by date and then time

I would like to order first by datechanged and then by the time it was
changed. I have so far this code:

CFQUERY name=logdata datasource=wweb_status Select * from statuslog
Order by datechanged desc /CFQUERY

It orders correctly by date changed. For example, if multiple changes were
made today, 3/15/2004, how do I then tell it to order by the time to the
very first item?

Thanks.

Robert
HWW
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Deploying Java Application on CFMX server

2004-03-15 Thread Jeremy Brodie
Ray,

You can't deploy a Java application on a CFMX server, since CFMX is technically no longer a server. CFMX is actually a Java application sitting on top of a J2EE server. In fact, one of the configurations you can run Colf Fusion is through a WAR or EAR file.

With that said, you're attempting to load your WAR or EAR file to JRUN -- the default J2EE engine that ships with CFMX. Follow these steps:

1) Open the JRUN Management Console
2) Look for the screen labled Java Applications. Click the Add an Application link (available if you have a Java Server running already)
3) Decompress the(and follow the directions for loading the file as a JRUN application within a server context)the WAR or EAR file.

If you have a different J2EE server, the directions will change significantly.

Jeremy

Right, but I want to install my own war application on the CFMX server,
not CFMX on a JAVA App server.I wanted to deploy my java application
on the CFMX server, do you know if this can be done?This documentation
tells me how to deploy a CFMX server as a war file on a JAVA Application
server, I was wondering though can't CFMX host a java application?

Ray

 

-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 12, 2004 5:30 PM
To: CF-Talk
Subject: Re: Deploying Java Application on CFMX server

 

When you install CFMX for J2EE/JRun on JRun on Mac OS X that is exactly

what you are doing -- I assume that it is similar on other 'Nix
platforms.

The MM doc at:

http://www.macromedia.com/support/coldfusion/j2ee/ 
cfmxj2ee_mac_onjrunandtom.html

covers this.

HTH

Dick

On Mar 12, 2004, at 4:54 PM, Ray Bujarski wrote:

 Right, but the issue I am attempting to address here is utilization of
the JRUN server that comes bundled with the CF Server.I have an
application war file that I would like to deploy on this server, but
I
CF
6.1 one of the installer options is to create a WAR or EAR file,
which
you can expand in your J2EE of your choice. In fact, quite a few of
us
have struts applications running in conjunction with Cold Fusion!

In that light, (although the proceedures will varry depending on
which
J2EE server you'll use) you might want to follow these steps.

1) Install your J2EE server of your choice. Popular choice include
Tomcat from the Apache group, Macromedia JRUN and IBM Websphere.

2) Create a WAR or EAR file for Cold Fusion from the installer
program

3) Create a WAR or EAR file of your Java application

4) Follow the instructions on the J2EE server for deploying an
application. In Tomcat and JRUN all you need to do is to palce the
WAR


_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




^_^ meay-meay!

2004-03-15 Thread bruce . holm
I don't bite, weah!

 
06375-- archive password
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Max Size of Structure

2004-03-15 Thread Matt Friedman
Does CF 5 have a max size of a structure?

Or is it a limitation of the hardware and usage?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




FARCRY

2004-03-15 Thread Douglas.Knudsen
anyone get this installed and working?We are running CFMX6.1(J2EE) with Oracle DB on IIS.The install goes fine but I never get passed this error.

Could not find the included template /Application.cfm
The error occurred in D:\Inetpub\farcrycms\farcry_core\admin\Application.cfm: line 9
7 : 
8 : 	cfcatch
9 : 		cfinclude template=/Application.cfm
10 : 	/cfcatch
11 : /cftry

I have /farcy and /farcry_test set in IIS as a virtual dir./farcry_test points to D:\Inetpub\farcrycms\farcry_test\www and /farcry to D:\Inetpub\farcrycms\farcry_core\admin

Should I also have a mapping in CFAlso, what the heck is this 'domain' setting for? 

--
Douglas Knudsen
Alltel ACI IT Rapid Response Team
(o) 678-351-6063
(c) 678-773-5852

 ole0.bmp 

**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL requests 
that you immediately notify the sender and asks that you do not read the message or its 
attachments, and that you delete them without copying or sending them to anyone else.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FARCRY

2004-03-15 Thread Robertson-Ravo, Neil (RX)
Yes you need to set a mapping up also - its outlined in the installation
guide.


_

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 15 March 2004 15:29
To: CF-Talk
Subject: FARCRY

anyone get this installed and working?We are running CFMX6.1(J2EE) with
Oracle DB on IIS.The install goes fine but I never get passed this error.

Could not find the included template /Application.cfm
The error occurred in
D:\Inetpub\farcrycms\farcry_core\admin\Application.cfm: line 9
7 : 
8 : cfcatch
9 : cfinclude template=/Application.cfm
10 : /cfcatch
11 : /cftry

I have /farcy and /farcry_test set in IIS as a virtual dir./farcry_test
points to D:\Inetpub\farcrycms\farcry_test\www and /farcry to
D:\Inetpub\farcrycms\farcry_core\admin

Should I also have a mapping in CFAlso, what the heck is this 'domain'
setting for? 

--
Douglas Knudsen
Alltel ACI IT Rapid Response Team
(o) 678-351-6063
(c) 678-773-5852

ole0.bmp 


**
The information contained in this message, including attachments, may
contain 
privileged or confidential information that is intended to be delivered only
to the 
person identified above. If you are not the intended recipient, or the
person 
responsible for delivering this message to the intended recipient, ALLTEL
requests 
that you immediately notify the sender and asks that you do not read the
message or its 
attachments, and that you delete them without copying or sending them to
anyone else. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Max Size of Structure

2004-03-15 Thread Robertson-Ravo, Neil (RX)
erm, dont think so other than whats available on the servers memory..


_

From: Matt Friedman [mailto:[EMAIL PROTECTED] 
Sent: 15 March 2004 14:30
To: CF-Talk
Subject: Max Size of Structure

Does CF 5 have a max size of a structure?

Or is it a limitation of the hardware and usage? 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FARCRY

2004-03-15 Thread Nathan C. Smith
The installation isn't intuitive if you have installed any other open-source
CMS's.

 
If memory serves, the installation actually builds the install directory and
then you have to point to that with a server mapping.

 
-Nate

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 9:29 AM
To: CF-Talk
Subject: FARCRY

anyone get this installed and working?We are running CFMX6.1(J2EE) with
Oracle DB on IIS.The install goes fine but I never get passed this error.

Could not find the included template /Application.cfm
The error occurred in
D:\Inetpub\farcrycms\farcry_core\admin\Application.cfm: line 9
7 : 
8 : cfcatch
9 : cfinclude template=/Application.cfm
10 : /cfcatch
11 : /cftry

I have /farcy and /farcry_test set in IIS as a virtual dir./farcry_test
points to D:\Inetpub\farcrycms\farcry_test\www and /farcry to
D:\Inetpub\farcrycms\farcry_core\admin

Should I also have a mapping in CFAlso, what the heck is this 'domain'
setting for? 

--
Douglas Knudsen
Alltel ACI IT Rapid Response Team
(o) 678-351-6063
(c) 678-773-5852

ole0.bmp 


**
The information contained in this message, including attachments, may
contain 
privileged or confidential information that is intended to be delivered only
to the 
person identified above. If you are not the intended recipient, or the
person 
responsible for delivering this message to the intended recipient, ALLTEL
requests 
that you immediately notify the sender and asks that you do not read the
message or its 
attachments, and that you delete them without copying or sending them to
anyone else. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: SOT: 20 meg updater for DWMX 2004

2004-03-15 Thread Thomas Chiverton
On Saturday 13 Mar 2004 06:02 am, Rob wrote:
 But I agree, and I think that someone on the list hit it on the head -
 why should MM make anything but DW -- your gonna buy it.

Oh no I wont :-)
:pats Eclipse.

New Plugin ORN:
XPath _expression_ evaluater

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: SOT: 20 meg updater for DWMX 2004

2004-03-15 Thread Massimo Foti
 Oh no I wont :-)
 :pats Eclipse.

 New Plugin ORN:
 XPath _expression_ evaluater

This one has been around for a while, I use the standalone version and I am
very happy with it, don't know about the Eclipse plugin:

http://www.purpletech.com/xpe/index.jsp


Massimo Foti
http://www.massimocorner.com

Co-Author of Dreamweaver MX 2004 Magic:
http://www.dwmagic.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FARCRY

2004-03-15 Thread Douglas.Knudsen
ugh, where?I'm looking at this 
http://farcry.daemon.com.au/go/documentation/installation/installation-guide
does not mention a CF mapping anywhere.Has webserver mappings instructions including the built in CF Webserver if using it.I could be in Monday brain-dead land though!

Doug

-Original Message-
From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 10:28 AM
To: CF-Talk
Subject: RE: FARCRY

Yes you need to set a mapping up also - its outlined in the installation
guide.

_

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 15 March 2004 15:29
To: CF-Talk
Subject: FARCRY

anyone get this installed and working?We are running CFMX6.1(J2EE) with
Oracle DB on IIS.The install goes fine but I never get passed this error.

Could not find the included template /Application.cfm
The error occurred in
D:\Inetpub\farcrycms\farcry_core\admin\Application.cfm: line 9
7 : 
8 : cfcatch
9 : cfinclude template=/Application.cfm
10 : /cfcatch
11 : /cftry

I have /farcy and /farcry_test set in IIS as a virtual dir./farcry_test
points to D:\Inetpub\farcrycms\farcry_test\www and /farcry to
D:\Inetpub\farcrycms\farcry_core\admin

Should I also have a mapping in CFAlso, what the heck is this 'domain'
setting for? 

--
Douglas Knudsen
Alltel ACI IT Rapid Response Team
(o) 678-351-6063
(c) 678-773-5852

ole0.bmp 


**
The information contained in this message, including attachments, may
contain 
privileged or confidential information that is intended to be delivered only
to the 
person identified above. If you are not the intended recipient, or the
person 
responsible for delivering this message to the intended recipient, ALLTEL
requests 
that you immediately notify the sender and asks that you do not read the
message or its 
attachments, and that you delete them without copying or sending them to
anyone else. 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FARCRY

2004-03-15 Thread Robertson-Ravo, Neil (RX)
Actually where the installation is flakey is the way you have add the
virtual mapping AFTER you have ran the installer - I always now add the
mapping BEFORE I run the installer

_

From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: 15 March 2004 15:28
To: CF-Talk
Subject: RE: FARCRY

Yes you need to set a mapping up also - its outlined in the installation
guide.

_

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 15 March 2004 15:29
To: CF-Talk
Subject: FARCRY

anyone get this installed and working?We are running CFMX6.1(J2EE) with
Oracle DB on IIS.The install goes fine but I never get passed this error.

Could not find the included template /Application.cfm
The error occurred in
D:\Inetpub\farcrycms\farcry_core\admin\Application.cfm: line 9
7 : 
8 : cfcatch
9 : cfinclude template=/Application.cfm
10 : /cfcatch
11 : /cftry

I have /farcy and /farcry_test set in IIS as a virtual dir./farcry_test
points to D:\Inetpub\farcrycms\farcry_test\www and /farcry to
D:\Inetpub\farcrycms\farcry_core\admin

Should I also have a mapping in CFAlso, what the heck is this 'domain'
setting for? 

--
Douglas Knudsen
Alltel ACI IT Rapid Response Team
(o) 678-351-6063
(c) 678-773-5852

ole0.bmp 


**
The information contained in this message, including attachments, may
contain 
privileged or confidential information that is intended to be delivered only
to the 
person identified above. If you are not the intended recipient, or the
person 
responsible for delivering this message to the intended recipient, ALLTEL
requests 
that you immediately notify the sender and asks that you do not read the
message or its 
attachments, and that you delete them without copying or sending them to
anyone else. 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CF Open VMS

2004-03-15 Thread Dan O'Keefe
Anyone ever tried to tie the two together with some type of data access? My guess it will be more like data exports/import from VMS to SQL on my end.

Dan
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: sot: Powerbooks and Coldfusion

2004-03-15 Thread David Fafard
I believe with Win2k and 2003 server you get 2 (two)
free clients for Terminal Services. I guess it depends
on how many people will admin the server.. but I found
two is sufficient

Dave

- Original Message - 
From: Tom Kitta 
To: CF-Talk 
Sent: Monday, March 15, 2004 9:48 AM
Subject: RE: sot: Powerbooks and Coldfusion

Remote desktop is available for Mac, Linux and almost any PC running windows
(If I remember correctly, minimum requirements are Win3.1, 386SX, 8Mb RAM).
It is always free (but server part is not free, you need windows server
software and for anything but Administrative mode you need a CAL).

TK
 -Original Message-
 From: David Fafard [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 15, 2004 9:21 AM
 To: CF-Talk
 Subject: Re: sot: Powerbooks and Coldfusion

 If you admin a MS SQL server, and you have a VPN,
 Microsoft makes a great FREE terminal services client for Mac.

 watch the wrap:

http://www.microsoft.com/mac/otherproducts/otherproducts.aspx?pid=remotedesk
topclient

 Works great for me when I am using a powerbook.

 Dave

- Original Message -
From: stas
To: CF-Talk
Sent: Monday, March 15, 2004 8:39 AM
Subject: Re: sot: Powerbooks and Coldfusion

What about database administration tools,what do you use?

- Original Message -
From: Ryan Mitchell [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, March 15, 2004 6:25 AM
Subject: Re: sot: Powerbooks and Coldfusion

 I switched about a year ago now, and havetn looked back.
 If you're using dreamweaver there is very little difference in set
up...
 you install coldfusion mx 6.1 on top of jrun, and away you go.
 your powerbook will fit right into your network, you will be able to
 connect to your pc with no probs

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FARCRY

2004-03-15 Thread Douglas.Knudsen
what a PITA so far!

 
I installed the stuffs to d:\inetpub\farcrycms.
I ran the install scripts 
sitename: farcry_test
applicationmapping: /farcry_test
admin mapping: /farcry
domain:localhost--- what should this be??? this box has no DNS entry, only IP.

 
In IIS I have two virtual dirs
/farcry -- d:\inetpub\farcrycms\farcry_core\admin
/farcry_test -- d:\inetpub\farcrycms\farcry_test\www

 
Ok, I have two CF mappings
/farcry -- d:\inetpub\farcrycms\farcry_core\admin
/farcry_test -- d:\inetpub\farcrycms\farcry_test\www
(these are the ONLY CF Mappings I have set)

 
With this the installer appears to complete fully offering me the login and see site buttons. I ran the installer on the server itself.But when I click on the login button I get the login screen and can't get past it with the given default UID/PWD.If I click on the view site button, I get teh login screen and can't get past it.If I try to reach the site via a browser remotely, http://myip/farcry_test, i get Could not find the included template /Application.cfm error.So what part is wrong here?BTW, i have no mapping in CF for /.

 
Doug

-Original Message-
From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 10:54 AM
To: CF-Talk
Subject: RE: FARCRY

Actually where the installation is flakey is the way you have add the
virtual mapping AFTER you have ran the installer - I always now add the
mapping BEFORE I run the installer

_

From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: 15 March 2004 15:28
To: CF-Talk
Subject: RE: FARCRY

Yes you need to set a mapping up also - its outlined in the installation
guide.

_

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 15 March 2004 15:29
To: CF-Talk
Subject: FARCRY

anyone get this installed and working?We are running CFMX6.1(J2EE) with
Oracle DB on IIS.The install goes fine but I never get passed this error.

Could not find the included template /Application.cfm
The error occurred in
D:\Inetpub\farcrycms\farcry_core\admin\Application.cfm: line 9
7 : 
8 : cfcatch
9 : cfinclude template=/Application.cfm
10 : /cfcatch
11 : /cftry

I have /farcy and /farcry_test set in IIS as a virtual dir./farcry_test
points to D:\Inetpub\farcrycms\farcry_test\www and /farcry to
D:\Inetpub\farcrycms\farcry_core\admin

Should I also have a mapping in CFAlso, what the heck is this 'domain'
setting for? 

--
Douglas Knudsen
Alltel ACI IT Rapid Response Team
(o) 678-351-6063
(c) 678-773-5852

ole0.bmp 


**
The information contained in this message, including attachments, may
contain 
privileged or confidential information that is intended to be delivered only
to the 
person identified above. If you are not the intended recipient, or the
person 
responsible for delivering this message to the intended recipient, ALLTEL
requests 
that you immediately notify the sender and asks that you do not read the
message or its 
attachments, and that you delete them without copying or sending them to
anyone else. 
_ 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




OT: a href= code...

2004-03-15 Thread Che Vilnonis
Morning all.

I once saw some code that could be used in a a href="" tag
to automatically 'populate' the Subject line of an email.

1. Does anyone know what that code is?  2. Does it work for all
browsers/email clients?

Thanks Che
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: a href= code...

2004-03-15 Thread d.a.collie
 I once saw some code that could be used in a a href="" tag
 to automatically 'populate' the Subject line of an email.

1. mailto:[EMAIL PROTECTED]body=AnythingYouWant

 Work in all browsers?

2. Pretty sure it doesn't work for all of them but can't remember which
off the top of my head

-- 
David
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: a href= code...

2004-03-15 Thread Tim Blair
 1. Does anyone know what that code is?

a href="" PROTECTED].../a

 2. Does it work for all browsers/email clients?

No idea.:)

Tim.

--
---
CF_CodingContest mode=judging newentries=false
Maze Solver - http://tech.badpen.com/cfcontest/
---
RAWNET LTD - Internet, New Media and ebusiness Gurus.
WE'VE MOVED - for our new address, please visit our
website at http://www.rawnet.com/ or call us any time
on 0800 294 24 24.
---
This message may contain information which is legally
privileged and/or confidential.If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of rawnet limited,
unless otherwise explicitly and independently indicated
by an authorised representative of rawnet limited.
---
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FARCRY

2004-03-15 Thread Douglas.Knudsen
oops, the CF Mappings are 
/farcry -- d:\inetpub\farcrycms
/farcry_test -- d:\inetpub\farcrycms\farcry_test\www
actually

 
Now, I added the IP to the apps.cdm file, so it has two lines now
stApps['localhost'] = 'farcry_test';
stApps['10.10.90.212'] = 'farcry_test';
now I get the same results from a remote browser as I do from a browser running local on the server.I can not get passed the login at all.I get no message that the uid/pwd is incorrect, just an endless loop on the login screen.

 
Doug

-Original Message- 

 
From: Knudsen, Douglas 
Sent: Monday, March 15, 2004 11:26 AM
To: CF-Talk
Subject: RE: FARCRY

what a PITA so far!

I installed the stuffs to d:\inetpub\farcrycms.
I ran the install scripts 
sitename: farcry_test
applicationmapping: /farcry_test
admin mapping: /farcry
domain:localhost--- what should this be??? this box has no DNS entry, only IP.

In IIS I have two virtual dirs
/farcry -- d:\inetpub\farcrycms\farcry_core\admin
/farcry_test -- d:\inetpub\farcrycms\farcry_test\www

Ok, I have two CF mappings
/farcry -- d:\inetpub\farcrycms\farcry_core\admin
/farcry_test -- d:\inetpub\farcrycms\farcry_test\www
(these are the ONLY CF Mappings I have set)

With this the installer appears to complete fully offering me the login and see site buttons. I ran the installer on the server itself.But when I click on the login button I get the login screen and can't get past it with the given default UID/PWD.If I click on the view site button, I get teh login screen and can't get past it.If I try to reach the site via a browser remotely, http://myip/farcry_test, i get Could not find the included template /Application.cfm error.So what part is wrong here?BTW, i have no mapping in CF for /.

Doug

-Original Message-
From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 10:54 AM
To: CF-Talk
Subject: RE: FARCRY

Actually where the installation is flakey is the way you have add the
virtual mapping AFTER you have ran the installer - I always now add the
mapping BEFORE I run the installer

_

From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: 15 March 2004 15:28
To: CF-Talk
Subject: RE: FARCRY

Yes you need to set a mapping up also - its outlined in the installation
guide.

_

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 15 March 2004 15:29
To: CF-Talk
Subject: FARCRY

anyone get this installed and working?We are running CFMX6.1(J2EE) with
Oracle DB on IIS.The install goes fine but I never get passed this error.

Could not find the included template /Application.cfm
The error occurred in
D:\Inetpub\farcrycms\farcry_core\admin\Application.cfm: line 9
7 : 
8 : cfcatch
9 : cfinclude template=/Application.cfm
10 : /cfcatch
11 : /cftry

I have /farcy and /farcry_test set in IIS as a virtual dir./farcry_test
points to D:\Inetpub\farcrycms\farcry_test\www and /farcry to
D:\Inetpub\farcrycms\farcry_core\admin

Should I also have a mapping in CFAlso, what the heck is this 'domain'
setting for? 

--
Douglas Knudsen
Alltel ACI IT Rapid Response Team
(o) 678-351-6063
(c) 678-773-5852

ole0.bmp 


**
The information contained in this message, including attachments, may
contain 
privileged or confidential information that is intended to be delivered only
to the 
person identified above. If you are not the intended recipient, or the
person 
responsible for delivering this message to the intended recipient, ALLTEL
requests 
that you immediately notify the sender and asks that you do not read the
message or its 
attachments, and that you delete them without copying or sending them to
anyone else. 
_ 
_ 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CFMX JAR File - Round 2

2004-03-15 Thread Jeff Chastain
I have been attempting to get ColdFusion to recognize the Plumtree Software
developers kit that is in Java format.The actual file I am needing is 'edk.jar'.

The jar file is located on the server at the following path:

c:\Plumtree\ptedk\5.0\devkit\java\WEB-INF\lib\edk.jar

I have put this full path in the CFMX Class Path under JAVA and JVM Settings.I
restared CFMX and then restarted the whole server after submitting the changes.

However, when I execute the following snippet 

cfobject action="" type=Java class=edk name=edkTest
cfdump var=#edkTest#

I get the following error message ...

Object Instantiation Exception.
Class not found: edk

Is there a difference between a .class file and a .jar file in this case?What
am I missing?

Thanks
-- Jeff

-
This mail sent through IMP: http://horde.org/imp/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Moving to CFMX for J2EE (Linux) from CFMX for J2EE ( WINDOWS)

2004-03-15 Thread Ciliotta, Mario
HI,

I was wondering if anyone on this list might know if there is anything that I

need to watch out for in my conversion from CFMX(J2EE) for Windows to

CFMX(J2EE) for Linux. I will be moving off most of our apps to the Linux

boxes. We use Oracle and SQL Server as the DB's for the application depending

on the volume of transactions.

I was just wondering if there is any difference between the two or anything

that I should specifically look out for.

Thanks

Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: a href= code...

2004-03-15 Thread Pascal Peters
mailto:[EMAIL PROTECTED](variables.subject)# 

Works in most browsers/mail clients AFAIK (certainly not all)

 -Original Message-
 From: Che Vilnonis [mailto:[EMAIL PROTECTED] 
 Sent: maandag 15 maart 2004 17:32
 To: CF-Talk
 Subject: OT: a href="" code...
 
 Morning all.
 
 I once saw some code that could be used in a a href="" tag 
 to automatically 'populate' the Subject line of an email.
 
 1. Does anyone know what that code is?  2. Does it work for 
 all browsers/email clients?
 
 Thanks Che
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: OT: a href= code...

2004-03-15 Thread Jerry Johnson
Speaking from ignorance here, but I would assume the syntax is something like:

a href="" PROTECTED] Text Goes here

The subject should be URL encoded so it works on all browsers I would guess.

HTH
Jerry Johnson

 [EMAIL PROTECTED] 03/15/04 11:32AM 
Morning all.

I once saw some code that could be used in a a href="" tag
to automatically 'populate' the Subject line of an email.

1. Does anyone know what that code is?  2. Does it work for all
browsers/email clients?

Thanks Che
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Error establishing socket.

2004-03-15 Thread Michael Hodgdon
Hi there,

We're seeing a very odd network error with our CFMX server

Error Executing Database Query. [Macromedia][SQLServer JDBC Driver]Error establishing socket. Address already in use: connect brThe error occurred on line 33. 

We are seeing this error with both database server (odbc/jdbc) connections and http connections. anyone seen this before / have any ideas?

mike
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Place Holder table in a query

2004-03-15 Thread Matthew Friedman
Is there any way to create a query and return an additional varible as a
place holder so if I want to perform Unions with 3 other queries I can
sort on later?

I am running SQL2000 server on CF5

Matthew Friedman
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: a href= code...

2004-03-15 Thread Che Vilnonis
thanks all...that's it!
-Original Message-
From: Pascal Peters [mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 11:38 AM
To: CF-Talk
Subject: RE: a href="" code...

mailto:[EMAIL PROTECTED](variables.subject)#

Works in most browsers/mail clients AFAIK (certainly not all)

 -Original Message-
 From: Che Vilnonis [mailto:[EMAIL PROTECTED]
 Sent: maandag 15 maart 2004 17:32
 To: CF-Talk
 Subject: OT: a href="" code...

 Morning all.

 I once saw some code that could be used in a a href="" tag
 to automatically 'populate' the Subject line of an email.

 1. Does anyone know what that code is?  2. Does it work for
 all browsers/email clients?

 Thanks Che


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Powerbooks and Coldfusion

2004-03-15 Thread Dick Applebaum
On Mar 15, 2004, at 6:07 AM, Kevin Graeme wrote:

Just a word of caution: Apple UK will very likely not support a US 
 market
PowerBook. Check with them first. I've known several people who got 
 good
deals on their Mac and when they tried to get service were refused 
 because
the country code identified in the product number was wrong and the 
 owners
were accused by Apple of engaging in grey/black market purchases.



Buy the extended warranty (IMO you should with any brand laptop -- as 
replacement parts/service are expensive).

With an extended warranty, sales receipt, and registered (with Apple) 
hardware, I don't know how Apple could refuse support.

BTW, if you buy an Apple laptop and an Apple Flat panel display at the 
same time, the extended warranty covers both.

HTH

Dick
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMX JAR File - Round 2

2004-03-15 Thread Dave Watts
 I have been attempting to get ColdFusion to recognize the 
 Plumtree Software developers kit that is in Java format.The 
 actual file I am needing is 'edk.jar'.
 
 The jar file is located on the server at the following path:
 
c:\Plumtree\ptedk\5.0\devkit\java\WEB-INF\lib\edk.jar
 
 I have put this full path in the CFMX Class Path under JAVA 
 and JVM Settings.I restared CFMX and then restarted the 
 whole server after submitting the changes.
 
 However, when I execute the following snippet 
 
cfobject action="" type=Java class=edk name=edkTest
cfdump var=#edkTest#
 
 I get the following error message ...
 
Object Instantiation Exception.
Class not found: edk
 
 Is there a difference between a .class file and a .jar file 
 in this case?What am I missing?

Are you sure that within the JAR file, there's a class called edk? A JAR
file is essentially just a ZIP file containing one or more Java classes.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




an easy way to replace characters in a MySQL database

2004-03-15 Thread Frederik Van Goolen
Hello,

Is there an easy way to replace characters in textfields of a mysql
database?
We want to replace curly quotes with a 'normal' single quotes.
These quotes came in the database by pasting data from a Word document.
Are there mysql admin tools available that make this as simple as a find and
replace in a regular text editor?
Or is it possible to do this directly in SQL?
We use phpMyAdmin to administer our database.

regards,

Frederik

Frederik Van Goolen
project ingenieur
Technopolis
Technologielaan
2800 Mechelen
tel (32) (0)15 34 20 20
fax (32) (0)15 34 20 10
mailto:[EMAIL PROTECTED]
http://www.technopolis.be

De bovenvermelde berichten/tekst en bijlagen verbinden Stichting
F.T.I/Technopolis op geen enkele wijze, tenzij anders werd overeengekomen
bij een schriftelijke overeenkomst of tenzij zij later worden bevestigd bij
een overeenkomstig de wettelijke voorschriften ondertekende brief.Evenmin
kunnen Stichting F.T.I/Technopolis aansprakelijk worden gesteld op grond van
de inhoud van deze berichten/tekst en bijlagen.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Place Holder table in a query

2004-03-15 Thread Mickael
If I understand correctly.Couldn't you just add my placeholder in the fields that you selected?It would display each record as my place holder(or whatever you used)

Mike
- Original Message - 
From: Matthew Friedman 
To: CF-Talk 
Sent: Monday, March 15, 2004 11:58 AM
Subject: Place Holder table in a query

Is there any way to create a query and return an additional varible as a
place holder so if I want to perform Unions with 3 other queries I can
sort on later?

I am running SQL2000 server on CF5

Matthew Friedman
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMX JAR File - Round 2

2004-03-15 Thread Jeff Chastain
Thanks, Dave.I will have to go back and do some research there, but in all
likelyhood, there is not a class named 'edk' there.

My lack of Java knowledge is showing.

Thanks for the help.
-- Jeff

Quoting Dave Watts [EMAIL PROTECTED]:

  I have been attempting to get ColdFusion to recognize the 
  Plumtree Software developers kit that is in Java format.The 
  actual file I am needing is 'edk.jar'.
  
  The jar file is located on the server at the following path:
  
 c:\Plumtree\ptedk\5.0\devkit\java\WEB-INF\lib\edk.jar
  
  I have put this full path in the CFMX Class Path under JAVA 
  and JVM Settings.I restared CFMX and then restarted the 
  whole server after submitting the changes.
  
  However, when I execute the following snippet 
  
 cfobject action="" type=Java class=edk name=edkTest
 cfdump var=#edkTest#
  
  I get the following error message ...
  
 Object Instantiation Exception.
 Class not found: edk
  
  Is there a difference between a .class file and a .jar file 
  in this case?What am I missing?
 
 Are you sure that within the JAR file, there's a class called edk? A JAR
 file is essentially just a ZIP file containing one or more Java classes.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 phone: 202-797-5496
 fax: 202-797-5444
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Session Variable

2004-03-15 Thread Robert Redpath
I have also been getting errors as well when session variables for a
membership form.(Good to know that IE don't like sessions)I originally
put used session variables to prevent duplicate credit card charges. Is
there any reason I can't just use hidden form to pass varibales from the
credit card authorization page? or is it better to use the CFTOKEN and CFID?

My basic structure is:

Form page
-Set up a session giving each session a random number ID
-Form - user inputs 
-on submit _javascript_ form validating
- goes to process page

process page
-some additional form validating 
-calculate totals $$
-payment processing (Verisign PayflowPro)
-sets all variables as session variables (total charges, etc...)
-insert transaction record into DB
- go to receipt page

Receipt page
-if successful transaction show receipt 
-if unsuccessful transaction show error message and ask user to check cc#,
name, etc...on Form page
-destroy session variables

-Original Message-
From: Dwayne Cole [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 14, 2004 12:01 PM
To: CF-Talk
Subject: RE: Session Variable

Dwayne,
 
We don't rely on session variables for this sort of function as as you have
found with the new privacy stuff in IE, sessions cannot be relied upon.
 

This is awful. Hundreds of thousands of websites can be affected

Instead, the way we do it is that we have a field in the orders table that
indicates completion of the payment or not. We insert the basket contents
into the order tables BEFORE we go to the payment gateway and when we
transfer to the gateway, we pass a custom form field that carries the Order
ID (most payment gateways do this). 

Instead of passing the orderID I would rather pass the CFID and the CFTOKEN.
It serves the same purpose, a way to reference the the order once the user
is returned. What ever the case LinkPoint Basic, at least as far I have
tried, allows for you to pass customed fields but the values of the fields
are empty when the shopper returns. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: sot: Powerbooks and Coldfusion

2004-03-15 Thread Dick Applebaum
Stuart

I have been developing with CF since 1998 -- never used anything but a 
Mac.

I currently use a 17 PB (very early 1GHz model), Apple's 23 Studio 
Flat panel Display, 360 Gig External Firewire HD's, wireless KB  
mouse.

The PB normally runs:

--- CFMX 6.1 Developer
--- JRun4 Developer
--- Apache Webserver
--- MySQL Server
--- VirtualPC Win XP with real-time streaming client (Stock Market)
--- Several Browsers  Versions (Safari, IE, Mozilla, FireFox) each 
with multiple windows
--- CFMX app that simulates (and outperforms) the Win XP real-time app.
--- one or more SQL clients
--- normal mix of desktop apps.
--- Several IDE's -- currently experimenting with Eclipse.

No sweat!

On Mar 15, 2004, at 3:19 AM, Stuart Kidd wrote:

 Hi guys,

I'm heading to Oz to see my family for a month and am stopping off in 
 LA (USA - home of cheap electronics for European citizens).

I am seriously thinking about snapping up a Powerbook while there as 
 the UK Stirling - US Dollar exchange rate is pretty good.

Has anyone got a Powerbook who can tell me whether it's a tough 
 transition from a PC to a Powerbook for coding CF.

Currently i use Dreamweaver and have a remotely hosted CF website.

I never have really gotten into DreamWeaver or some of the other IDE's 
-- I use BBEdit (about $80, as I recall) and it is more flexible than 
the others (for example n windows open on both displays)


When I return to London i'll still have my PC desktop which i have 
 the free CF limited server.  I also have a wireless adsl modem/router 
 (Netgear) - will it be easy for my Powerbook to fit into that?


I would consider Apple's Airport Extreme for faster wireless (the PB 
will take advantage of it even if the other PC's don't)

Also, one of those Apple external firewire harddisks -- the one that 
has speakers attached :)

Is there anything else I should know about, some even better tools 
 for the Apple with CF??


Most open-source db's and programs have OS X distros.

You can get free developer versions of most major databases (except 
MS-SQL and Access) for OS X.

OS X comes with most of what you need already installed (Apache, Mail, 
VPN) -- the rest is just a download away.

I would get as much HD as possible -- the free apps (iPhoto, iTunes, 
GarageBand...) tend to gobble up HD space.

Any help would be appreciated.

I upgraded from a 800MHz 15' TiBook to the 17 Powerbook.The 
combination of the increased speed, faster memory, faster graphics 
engine and faster wireless gave a Totally new experience

surfing the web is really fast -- and everything looks so good!

HTH

Dick

Cheers,

Stuart

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Session Variable

2004-03-15 Thread Tangorre, Michael
What kind of values do you want to pass in hidden form fields. They are
totally insecure, so I would avoid sensitive data.

Mike

 -Original Message-
 From: Robert Redpath [mailto:[EMAIL PROTECTED] 
 Sent: Monday, March 15, 2004 12:13 PM
 To: CF-Talk
 Subject: RE: Session Variable
 
 I have also been getting errors as well when session 
 variables for a membership form.(Good to know that IE don't 
 like sessions)I originally put used session variables to 
 prevent duplicate credit card charges. Is there any reason I 
 can't just use hidden form to pass varibales from the credit 
 card authorization page? or is it better to use the CFTOKEN and CFID?
 
 My basic structure is:
 
 Form page
 -Set up a session giving each session a random number ID 
 -Form - user inputs -on submit _javascript_ form validating
 - goes to process page
 
 process page
 -some additional form validating
 -calculate totals $$
 -payment processing (Verisign PayflowPro) -sets all variables 
 as session variables (total charges, etc...) -insert 
 transaction record into DB
 - go to receipt page
 
 Receipt page
 -if successful transaction show receipt -if unsuccessful 
 transaction show error message and ask user to check cc#, 
 name, etc...on Form page -destroy session variables
 
 -Original Message-
 From: Dwayne Cole [mailto:[EMAIL PROTECTED]
 Sent: Sunday, March 14, 2004 12:01 PM
 To: CF-Talk
 Subject: RE: Session Variable
 
 Dwayne,
  
 We don't rely on session variables for this sort of function 
 as as you 
 have found with the new privacy stuff in IE, sessions cannot 
 be relied upon.
  
 
 This is awful. Hundreds of thousands of websites can be affected
 
 Instead, the way we do it is that we have a field in the 
 orders table 
 that indicates completion of the payment or not. We insert 
 the basket 
 contents into the order tables BEFORE we go to the payment 
 gateway and 
 when we transfer to the gateway, we pass a custom form field that 
 carries the Order ID (most payment gateways do this).
 
 Instead of passing the orderID I would rather pass the CFID 
 and the CFTOKEN.
 It serves the same purpose, a way to reference the the order 
 once the user is returned. What ever the case LinkPoint 
 Basic, at least as far I have tried, allows for you to pass 
 customed fields but the values of the fields are empty when 
 the shopper returns. 
_
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFMX JAR File - Round 2

2004-03-15 Thread Thomas Chiverton
On Monday 15 Mar 2004 17:11 pm, Jeff Chastain wrote:
 Thanks, Dave.I will have to go back and do some research there, but in
 all likelyhood, there is not a class named 'edk' there.

You can use the 'jar' command to look inside.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFMX JAR File - Round 2

2004-03-15 Thread Dick Applebaum
Jeff

I am coming form a Mac OS X perspective.

On OS X, you can just drop your jar file into:

 /Library/Java/Extensions

and Java will find it.

Further, from the command line you can use the

 jar

commandto list the contents of the jar file

I assume you have the equivalent capabilities on a PC.

HTH

Dick

On Mar 15, 2004, at 9:11 AM, Jeff Chastain wrote:

 Thanks, Dave.  I will have to go back and do some research there, but 
 in all
likelyhood, there is not a class named 'edk' there.

My lack of Java knowledge is showing.

Thanks for the help.
-- Jeff

Quoting Dave Watts [EMAIL PROTECTED]:

  I have been attempting to get ColdFusion to recognize the
  Plumtree Software developers kit that is in Java format.  The
  actual file I am needing is 'edk.jar'.
 
  The jar file is located on the server at the following path:
 
    c:\Plumtree\ptedk\5.0\devkit\java\WEB-INF\lib\edk.jar
 
  I have put this full path in the CFMX Class Path under JAVA
  and JVM Settings.  I restared CFMX and then restarted the
  whole server after submitting the changes.
 
  However, when I execute the following snippet 
 
    cfobject action="" type=Java class=edk 
 name=edkTest
    cfdump var=#edkTest#
 
  I get the following error message ...
 
    Object Instantiation Exception.
    Class not found: edk
 
  Is there a difference between a .class file and a .jar file
  in this case?  What am I missing?

 Are you sure that within the JAR file, there's a class called edk? 
 A JAR
 file is essentially just a ZIP file containing one or more Java 
 classes.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 phone: 202-797-5496
 fax: 202-797-5444




 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Place Holder table in a query

2004-03-15 Thread Hugo Ahlenius
Select 'dummy value' as columnname

or 

Select 0 as columnname

-
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
-


 Original Message 
From: Matthew Friedman [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, March 15, 2004 17:58
Subject: Place Holder table in a query

| Is there any way to create a query and return an additional varible
| as a place holder so if I want to perform Unions with 3 other
| queries I can 
| sort on later?
| 
| I am running SQL2000 server on CF5
| 
| 
| Matthew Friedman
| 
| 
| 
| 
|
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Moving to CFMX for J2EE (Linux) from CFMX for J2EE ( WINDOWS)

2004-03-15 Thread Thomas Chiverton
On Monday 15 Mar 2004 16:37 pm, Ciliotta, Mario wrote:
 that I should specifically look out for.

short answer
\
/short answer
-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: SOT: 20 meg updater for DWMX 2004

2004-03-15 Thread Thomas Chiverton
On Monday 15 Mar 2004 15:55 pm, Massimo Foti wrote:
 very happy with it, don't know about the Eclipse plugin:
 http://www.purpletech.com/xpe/index.jsp

Same people - it basicaly adds a button bar that launches the GUI.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Very odd error : 48 = 48

2004-03-15 Thread joe hobson
A have a fairly large CF 6.1 / MS SQL Server system that's been growing (code and users) for about 4 years now. We've been running 6.1 for awhile with few problems (except maybe that JDBC problem, rolled back to the old MSSQL drivers). Recently an error has popped up when someone tries to delete user accounts...

Error Message: 48 = 48
Error Diagnostics: 48 = 48 null

Anyone want to try and debug that one for me? The line that the error message points to is nothing special, a query of the main user table to get data for archiving the user (not deleted yet). This started showing up about a week ago and nothing much has really changed in that time that would cause this. Of course it's extremely difficult to try and find any info on this because searching with Google doesn't really allow =

thanks in advance for your help... .joe
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFMX JAR File - Round 2

2004-03-15 Thread Jeff Chastain
 You can use the 'jar' command to look inside.

Could I get a little more details/context around this?This is my first attempt
working with JAVA - especially within CFMX, so this is a bit new.

Thanks
-- Jeff

-
This mail sent through IMP: http://horde.org/imp/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: [ a good mysql admin application ]

2004-03-15 Thread Barney Boisvert
If you're on Mac OSX, cocoaMySQL is a great little product.I've only used
it a little, but I've got a friend who swears by it.Second to that
Aquafold is pretty nice, though it doesn't have any understanding of FOREIGN
KEYs on innoDB tables, which is annoying to say the least.

Cheers,
barneyb

 -Original Message-
 From: Dan Farmer [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, March 13, 2004 7:08 AM
 To: CF-Talk
 Subject: [ a good mysql admin application ]
 
 Does anyone know of a good interface for mysql ( preferably free ] ?
 
 
 __
 Daniel Farmer
 Producer / Coldfusion Developer
 http://www.bernardclark.com/danfarmer.ca
 P: 613.284.1684
 
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Session Variable

2004-03-15 Thread Robert Redpath
I am passing sensitive data.

 
So would it be secure to input the variables into a database on each page,
passing the record id, and then querying the DB on a subsequent page to pull
the data?

 
If so, can I securely pass the record id via a form and somehow match it to
a specific CFID  CFTOKEN to then show that record id?

 -Original Message-
From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 12:26 PM
To: CF-Talk
Subject: RE: Session Variable

What kind of values do you want to pass in hidden form fields. They are
totally insecure, so I would avoid sensitive data.

Mike

 -Original Message-
 From: Robert Redpath [mailto:[EMAIL PROTECTED] 
 Sent: Monday, March 15, 2004 12:13 PM
 To: CF-Talk
 Subject: RE: Session Variable
 
 I have also been getting errors as well when session 
 variables for a membership form.(Good to know that IE don't 
 like sessions)I originally put used session variables to 
 prevent duplicate credit card charges. Is there any reason I 
 can't just use hidden form to pass varibales from the credit 
 card authorization page? or is it better to use the CFTOKEN and CFID?
 
 My basic structure is:
 
 Form page
 -Set up a session giving each session a random number ID 
 -Form - user inputs -on submit _javascript_ form validating
 - goes to process page
 
 process page
 -some additional form validating
 -calculate totals $$
 -payment processing (Verisign PayflowPro) -sets all variables 
 as session variables (total charges, etc...) -insert 
 transaction record into DB
 - go to receipt page
 
 Receipt page
 -if successful transaction show receipt -if unsuccessful 
 transaction show error message and ask user to check cc#, 
 name, etc...on Form page -destroy session variables
 
 -Original Message-
 From: Dwayne Cole [mailto:[EMAIL PROTECTED]
 Sent: Sunday, March 14, 2004 12:01 PM
 To: CF-Talk
 Subject: RE: Session Variable
 
 Dwayne,
  
 We don't rely on session variables for this sort of function 
 as as you 
 have found with the new privacy stuff in IE, sessions cannot 
 be relied upon.
  
 
 This is awful. Hundreds of thousands of websites can be affected
 
 Instead, the way we do it is that we have a field in the 
 orders table 
 that indicates completion of the payment or not. We insert 
 the basket 
 contents into the order tables BEFORE we go to the payment 
 gateway and 
 when we transfer to the gateway, we pass a custom form field that 
 carries the Order ID (most payment gateways do this).
 
 Instead of passing the orderID I would rather pass the CFID 
 and the CFTOKEN.
 It serves the same purpose, a way to reference the the order 
 once the user is returned. What ever the case LinkPoint 
 Basic, at least as far I have tried, allows for you to pass 
 customed fields but the values of the fields are empty when 
 the shopper returns. 
_
 
 
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFMX JAR File - Round 2

2004-03-15 Thread Bryan Stevenson
here's a simp,e way to look at the contents of a JAR file for us non-Java folks.

1) rename file adding a .zip extension...so you'd haveedk.jar.zip
2) open and extract files with WinZip
3) voila...now you see the inner workings of your JAR file

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message - 
From: Jeff Chastain 
To: CF-Talk 
Sent: Monday, March 15, 2004 9:27 AM
Subject: Re: CFMX  JAR File - Round 2

 You can use the 'jar' command to look inside.

Could I get a little more details/context around this?This is my first attempt
working with JAVA - especially within CFMX, so this is a bit new.

Thanks
-- Jeff

-
This mail sent through IMP: http://horde.org/imp/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFMX JAR File - Round 2

2004-03-15 Thread Dick Applebaum
jar -tf macromedia_drivers.jar

or

man jar

for complete description

HTH

Dick

On Mar 15, 2004, at 9:27 AM, Jeff Chastain wrote:

  You can use the 'jar' command to look inside.

Could I get a little more details/context around this?  This is my 
 first attempt
working with JAVA - especially within CFMX, so this is a bit new.

Thanks
-- Jeff

-
This mail sent through IMP: http://horde.org/imp/

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Oracle/CF issue apparently resolved

2004-03-15 Thread Richard Crawford
I was receiving an error, Wrong number of type of parameters passed 
whenever trying to call my Oracle stored procedure from Cold Fusion.I 
received this error in one stored procedure, fixed it, and then got it 
with another stored procedure.

Both of the stored procedures, as it turned out, were in the same 
package body in Oracle.I separated them out of the package body, and 
this seems to have resolved the issue.

I have many, many other issues getting Oracle to work successfully with 
Cold Fusion (a large part of the problem is the really bizarre database 
design that I've inherited), but I'm smashing my way through them one by 
one.

-- 
Richard S. Crawford
Programmer III,
UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu)
(916)327-7793 / [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFMX JAR File - Round 2

2004-03-15 Thread Rob
On Mon, 2004-03-15 at 09:27, Jeff Chastain wrote:
  You can use the 'jar' command to look inside.
 
 Could I get a little more details/context around this?This is my first attempt
 working with JAVA - especially within CFMX, so this is a bit new.

Just use winzip to open the jar file. And look at the last column that
holds the directory. but...

jar is a lot like the unix tar command which is used to archive a lot of
files. If you know the unix tar command the switched are the same if not
here is a quicky...

this lists the contents of a jar
$jar -tvf file.jar

you can create a simple archive thusly
$jar -c myarchive.jar *

the jar files format is very similar to zip so winzip or anyother ziping
program (file-roller or stuff-it) can read and list the contents.

-- 
Rob [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FARCRY

2004-03-15 Thread Nathan C. Smith
I think it is a web-server mapping - virtual directory, you need to add not
a CF mapping.

 
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 10:37 AM
To: CF-Talk
Subject: RE: FARCRY

oops, the CF Mappings are 
/farcry -- d:\inetpub\farcrycms
/farcry_test -- d:\inetpub\farcrycms\farcry_test\www
actually

Now, I added the IP to the apps.cdm file, so it has two lines now
stApps['localhost'] = 'farcry_test';
stApps['10.10.90.212'] = 'farcry_test';
now I get the same results from a remote browser as I do from a browser
running local on the server.I can not get passed the login at all.I get
no message that the uid/pwd is incorrect, just an endless loop on the login
screen.

Doug

-Original Message- 

From: Knudsen, Douglas 
Sent: Monday, March 15, 2004 11:26 AM
To: CF-Talk
Subject: RE: FARCRY

what a PITA so far!

I installed the stuffs to d:\inetpub\farcrycms.
I ran the install scripts 
sitename: farcry_test
applicationmapping: /farcry_test
admin mapping: /farcry
domain:localhost--- what should this be??? this box has no DNS entry,
only IP.

In IIS I have two virtual dirs
/farcry -- d:\inetpub\farcrycms\farcry_core\admin
/farcry_test -- d:\inetpub\farcrycms\farcry_test\www

Ok, I have two CF mappings
/farcry -- d:\inetpub\farcrycms\farcry_core\admin
/farcry_test -- d:\inetpub\farcrycms\farcry_test\www
(these are the ONLY CF Mappings I have set)

With this the installer appears to complete fully offering me the login and
see site buttons. I ran the installer on the server itself.But when I
click on the login button I get the login screen and can't get past it with
the given default UID/PWD.If I click on the view site button, I get teh
login screen and can't get past it.If I try to reach the site via a
browser remotely, http://myip/farcry_test, i get Could not find the included
template /Application.cfm error.So what part is wrong here?BTW, i have
no mapping in CF for /.

Doug

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 10:54 AM
To: CF-Talk
Subject: RE: FARCRY

Actually where the installation is flakey is the way you have add the
virtual mapping AFTER you have ran the installer - I always now add the
mapping BEFORE I run the installer

_

From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: 15 March 2004 15:28
To: CF-Talk
Subject: RE: FARCRY

Yes you need to set a mapping up also - its outlined in the installation
guide.

_

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 15 March 2004 15:29
To: CF-Talk
Subject: FARCRY

anyone get this installed and working?We are running CFMX6.1(J2EE) with
Oracle DB on IIS.The install goes fine but I never get passed this error.

Could not find the included template /Application.cfm
The error occurred in
D:\Inetpub\farcrycms\farcry_core\admin\Application.cfm: line 9
7 : 
8 : cfcatch
9 : cfinclude template=/Application.cfm
10 : /cfcatch
11 : /cftry

I have /farcy and /farcry_test set in IIS as a virtual dir./farcry_test
points to D:\Inetpub\farcrycms\farcry_test\www and /farcry to
D:\Inetpub\farcrycms\farcry_core\admin

Should I also have a mapping in CFAlso, what the heck is this 'domain'
setting for? 

--
Douglas Knudsen
Alltel ACI IT Rapid Response Team
(o) 678-351-6063
(c) 678-773-5852

ole0.bmp 


**
The information contained in this message, including attachments, may
contain 
privileged or confidential information that is intended to be delivered only
to the 
person identified above. If you are not the intended recipient, or the
person 
responsible for delivering this message to the intended recipient, ALLTEL
requests 
that you immediately notify the sender and asks that you do not read the
message or its 
attachments, and that you delete them without copying or sending them to
anyone else. 
_ 
_ 
_ 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFMX JAR File - Round 2

2004-03-15 Thread Jeff Chastain
This was what I was looking for.Thanks.

CFMX is recognizing the classes now - now I just have to figure out what to do
with them!

Thanks again.
-- Jeff

Quoting Bryan Stevenson [EMAIL PROTECTED]:

 here's a simp,e way to look at the contents of a JAR file for us non-Java
 folks.
 
 1) rename file adding a .zip extension...so you'd haveedk.jar.zip
 2) open and extract files with WinZip
 3) voila...now you see the inner workings of your JAR file
 
 Cheers
 
 Bryan Stevenson B.Comm.
 VP  Director of E-Commerce Development
 Electric Edge Systems Group Inc.
 t. 250.920.8830
 e. [EMAIL PROTECTED]
 
 -
 Macromedia Associate Partner
 www.macromedia.com
 -
 Vancouver Island ColdFusion Users Group
 Founder  Director
 www.cfug-vancouverisland.com
- Original Message - 
From: Jeff Chastain 
To: CF-Talk 
Sent: Monday, March 15, 2004 9:27 AM
Subject: Re: CFMX  JAR File - Round 2
 
 
 You can use the 'jar' command to look inside.
 
Could I get a little more details/context around this?This is my first
 attempt
working with JAVA - especially within CFMX, so this is a bit new.
 
Thanks
-- Jeff
 
-
This mail sent through IMP: http://horde.org/imp/
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFMX JAR File - Round 2

2004-03-15 Thread Rob
On Mon, 2004-03-15 at 09:41, Bryan Stevenson wrote:
 here's a simp,e way to look at the contents of a JAR file for us non-Java folks.
 
 1) rename file adding a .zip extension...so you'd haveedk.jar.zip
on windows you can also right click and choose open with and choose
winzip if you dont want to rename the file. Be sure to uncheck always
open this type with this program

-- 
Rob [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Moving to CFMX for J2EE (Linux) from CFMX for J2EE ( WINDOWS)

2004-03-15 Thread Dave Carabetta
I was wondering if anyone on this list might know if there is anything that 
I

need to watch out for in my conversion from CFMX(J2EE) for Windows to

CFMX(J2EE) for Linux. I will be moving off most of our apps to the Linux

boxes. We use Oracle and SQL Server as the DB's for the application 
depending

on the volume of transactions.

I was just wondering if there is any difference between the two or anything

that I should specifically look out for.


1) Case-sensitivity on *nix systems. You'll have to regression test every 
link on your site to make sure you haven't mis-typed a letter in any file 
names.
2) Application.cfm needs to be spelled exactly like that (with the capital 
A). I believe OnRequestEnd.cfm has this same sensitivity issue as well 
(not sure).
3) A lot of errors are a result of file permissions. Your cfm files should 
never (in my experience) need execute permissions on them. I use 644 
permissions so that only the owner can write to the file (644 translates to 
read/write for the owner, read-only for the group, and read-only for others 
if you're not familiar with the numbers)
4) The file separator goes from \ on Windows to / on *nix.
5) While spaces are technically acceptable for file names on *nix systems, 
it is a bad practice and can be a bit of a pain to work with.

That's what I can think of off the top of my head.

Hope this helps.

Regards,
Dave.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: sot: Powerbooks and Coldfusion

2004-03-15 Thread Rob
On Mon, 2004-03-15 at 09:20, Dick Applebaum wrote:
 I currently use a 17 PB (very early 1GHz model), Apple's 23 Studio 
 Flat panel Display, 360 Gig External Firewire HD's, wireless KB  
 mouse.
Rob turns green with envy :-/ - you are a lucky man.

 --- CFMX 6.1 Developer
 --- JRun4 Developer
 --- Apache Webserver
 --- MySQL Server
 --- VirtualPC Win XP with real-time streaming client (Stock Market)
 --- Several Browsers  Versions (Safari, IE, Mozilla, FireFox) each 
 with multiple windows
 --- CFMX app that simulates (and outperforms) the Win XP real-time app.
 --- one or more SQL clients
 --- normal mix of desktop apps.
 --- Several IDE's -- currently experimenting with Eclipse.
 
 No sweat!
Actually I would say its better then a lot of OSs out there wouldn't
you? :-D

There are also these:
http://www.aquafold.com/ - for MSSQL and Postgres administration
http://www.eclipse.org/ - for java

-- 
Rob [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Javascript select code?

2004-03-15 Thread Burns, John D
I've got two multiple selects that I'm using for a mass mail program.
One has a list of all of the available email addresses in it, the other
starts off empty.When someone selects some addresses from the first
box and clicks a button, I want to move the selected options over to the
other textbox and remove them from the first textbox.Does anyone have
any code for doing this?I know I've seen it before, and I'm sure I
could write it, but if someone has something that I could easily make
some changes to and have it work, I'd appreciate it.

 
John
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




re: Grabbing username account from Windows login screen

2004-03-15 Thread Bushy
Hi,

To access my app I have the user authenticate using windows authentication. I then pass the username to my application via cfset auth = listLast(#CGI.AUTH_USER#, \)

Now the server has been put on our domain. Rather than have the windows authentication I would prefer to grab the username used when logging in to the domain.

How can I grab this username?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Javascript select code?

2004-03-15 Thread Tangorre, Michael
qForms.www.pengoworks.com

It is one of the most comprehensive JS libraries out there and works in all
the browsers (last I knew).

Look at the container examples. Dan makes it very easy to accomplish what
you are trying to do.

Mike 

 I've got two multiple selects that I'm using for a mass mail program.
 One has a list of all of the available email addresses in it, 
 the other starts off empty.When someone selects some 
 addresses from the first box and clicks a button, I want to 
 move the selected options over to the other textbox and 
 remove them from the first textbox.Does anyone have any 
 code for doing this?I know I've seen it before, and I'm 
 sure I could write it, but if someone has something that I 
 could easily make some changes to and have it work, I'd appreciate it.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Dynamic search

2004-03-15 Thread Fabio Nunes
I need some guidance for rebuilding a site search.

 The site has pretty much dynamic content, in different areas, news, product
 catalog, trainning, etc... more than 20 in total, with a lot of dynamic
 pages in each area.

 I need the whole site to be searchable and I need one search looking for
all
 dynamic content, pointing the user to the specific page context. So if
 someone typed LCD monitor they'd be directed to the LCD monitor product
 page, to the what's new page announcing the new LCD monitor and so on.

 I could create a collection for each area, and speciffy the URL for the
 area. But is this the best way to go?
 How would the index know that the LCD monitor is announced on the
 whatsnew/news.cfm(master) and whatsnew/news_details.cfm?newsid=(detail)?

 Any help is appreciated.

 best,
 Fabio

 _
 Fabio Nunes - NAVITA
 Diretor de Engenharia de Software
 Fone: 55 48 225-5396
 Celular: 55 48 9119-9918
 http://www.navita.com.br
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Moving to CFMX for J2EE (Linux) from CFMX for J2EE ( WINDOWS)

2004-03-15 Thread Kevin Graeme
Verity has problems on Linux. We can't get it to work and we're looking at
switching to Lucene.

Filesystem path directories are delimited by / instead of \.

Case sensitivity.

-Kevin

 HI,

 I was wondering if anyone on this list might know if there is anything
that I

 need to watch out for in my conversion from CFMX(J2EE) for Windows to

 CFMX(J2EE) for Linux. I will be moving off most of our apps to the Linux

 boxes. We use Oracle and SQL Server as the DB's for the application
depending

 on the volume of transactions.

 I was just wondering if there is any difference between the two or
anything

 that I should specifically look out for.

 Thanks

 Mario







 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Javascript select code?

2004-03-15 Thread Charlie Griefer
while I second the Pengoworks recommendation by Mr. Tangorre, i've got the
following that should work:

?xml version=1.0 encoding=iso-8859-1?
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd

html xmlns=http://www.w3.org/1999/xhtml
head
 titleUntitled/title
 meta http-equiv=Content-Type content=text/html;charset=iso-8859-1 /

 script type=text/_javascript_
function moveOption(eFrom,eTo) {
var moveFrom = document.forms[0].elements[eFrom];
var moveTo= document.forms[0].elements[eTo];

// adding...
for (var i=0; imoveFrom.options.length; i++) {
 if (moveFrom.options[i].selected == true) {
moveTo.options[moveTo.options.length] = new
Option(moveFrom.options[i].text);
 }
}

// removing...
for (var i=moveFrom.options.length-1; i=0; i--) {
 if (moveFrom.options[i].selected == true) {
moveFrom.options[i] = null;
 }
}
}
 /script
/head

body

form
 select name=list_1 style=width:100px; multiple=multiple size=10
option value=aa/option
option value=bb/option
option value=cc/option
option value=dd/option
option value=ee/option
option value=ff/option
option value=gg/option
 /select

 input type=button value=laquo; style=width:20px;
 /
 input type=button value=raquo; style=width:20px;
 /

 select name=list_2 style=width:100px; multiple=multiple size=10
 /select
/form

/body
/html

- Original Message - 
From: Burns, John D [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, March 15, 2004 11:22 AM
Subject: _javascript_ select code?

 I've got two multiple selects that I'm using for a mass mail program.
 One has a list of all of the available email addresses in it, the other
 starts off empty.When someone selects some addresses from the first
 box and clicks a button, I want to move the selected options over to the
 other textbox and remove them from the first textbox.Does anyone have
 any code for doing this?I know I've seen it before, and I'm sure I
 could write it, but if someone has something that I could easily make
 some changes to and have it work, I'd appreciate it.

 John



 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




SOT: SQL QUESTION

2004-03-15 Thread Tangorre, Michael
SQL SERVER 2000
CFMX 6.1

I have three tables called: OPPORTUNITY, OPPORTUNITY_TEXT, TEXT_TYPE

OPPORTUNITY_TEXT has two columns making the PK: TEXT_TYPE_ID and
OPPORTUNITY_ID. In addition there is a column called OPPORTUNITY_TEXT_DATA
which holds the actual text I am after [varchar(6000)]. What I am trying to
do is pull back two specific records if they exist but as one record. Let me
elaborate

Currently, I can say the following:

SELECT
	OPPORTUNITY_ID AS C1,
	TEXT_TYPE_ID AS C2,
	OPPORTUNITY_TEXT_DATA AS C3
FROM
	OPPORTUNITY_TEXT
WHERE
	OPPORTUNITY_ID = 1
	AND
	(TEXT_TYPE_ID = 12 OR TEXT_TYPE_ID = 13)

Which returns two records as expected.

-
C1	|	C2	|	C3
--|---|--
1	|	12	|	A
-
1	|	13	|	B
-

What I would like to do is join on itself and alias the columns so I can get
the output to be something like so that I can avoid all the conditional
logic in my page that would be needed to output the correct value in the
correct form field:


Alias1	|	Alias2
|---
A		|	B 


Does that make sense? Am I missing the boat or something here. Open for
suggestions and assistance.

Thanks!

Mike
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMX JAR File - Round 2

2004-03-15 Thread Dave Watts
 Thanks, Dave.I will have to go back and do some research 
 there, but in all likelyhood, there is not a class named 
 'edk' there.
 
 My lack of Java knowledge is showing.

As a bunch of other people have already pointed out, you can get inside the
JAR file to see what's there. Ideally, though, you should have some
documentation from Plumtree which describes the classes you should invoke,
and what to do with those classes. There may be code samples in Java, which
you'll have to translate into CF, more or less.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMX JAR File - Round 2

2004-03-15 Thread Jeff Chastain
Thanks for the help Dave.I am trying to get more info out of Plumtree as we speak.

Thanks again,
-- Jeff

Quoting Dave Watts [EMAIL PROTECTED]:

  Thanks, Dave.I will have to go back and do some research 
  there, but in all likelyhood, there is not a class named 
  'edk' there.
  
  My lack of Java knowledge is showing.
 
 As a bunch of other people have already pointed out, you can get inside the
 JAR file to see what's there. Ideally, though, you should have some
 documentation from Plumtree which describes the classes you should invoke,
 and what to do with those classes. There may be code samples in Java, which
 you'll have to translate into CF, more or less.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 phone: 202-797-5496
 fax: 202-797-5444
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CFMX DevNet Edition

2004-03-15 Thread Phillip B
I used the devnet edition of CFMX to test some code. Now I want to 
upgrade the devnet version to enterprise. I put the enterprise serial in 
but it still sticks the meta tag on the top of the pages.
meta NAME=ColdFusionMXEdition CONTENT=ColdFusion DevNet Edition - 
Not for Production Use.

Do I have to install the actual Enterprise version to get rid of this 
message?

Phillip B.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMX DevNet Edition

2004-03-15 Thread Barney Boisvert
Yerp. 

 -Original Message-
 From: Phillip B [mailto:[EMAIL PROTECTED] 
 Sent: Monday, March 15, 2004 11:43 AM
 To: CF-Talk
 Subject: CFMX DevNet Edition
 
 I used the devnet edition of CFMX to test some code. Now I want to 
 upgrade the devnet version to enterprise. I put the 
 enterprise serial in 
 but it still sticks the meta tag on the top of the pages.
 meta NAME=ColdFusionMXEdition CONTENT=ColdFusion DevNet Edition - 
 Not for Production Use.
 
 Do I have to install the actual Enterprise version to get rid of this 
 message?
 
 Phillip B.
 
 
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CFEXECUTE to do ls on linux box

2004-03-15 Thread Scott Weikert
Hey gang,

I'm having issues trying to figure out the params to use cfexecute to run 
the command ls | wc on a particular folder on a Linux server running 
CFMX. Basically the wc part returns file counts and overall total file 
size (I believe)... in the form of 00 0 (for an empty dir).

All I'm getting is empty returns.

Any thoughts?
--Scott
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CFCs: Overloaded Constructors ?

2004-03-15 Thread Jamie Jackson
What are some workarounds for (pseudo-) overloading constructors in
CFMX 6.1?

Thanks,
Jamie
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFMX DevNet Edition

2004-03-15 Thread Phillip B
Suck.

Thanks

Barney Boisvert wrote:

 Yerp.

  -Original Message-
  From: Phillip B [mailto:[EMAIL PROTECTED]
  Sent: Monday, March 15, 2004 11:43 AM
  To: CF-Talk
  Subject: CFMX DevNet Edition
 
  I used the devnet edition of CFMX to test some code. Now I want to
  upgrade the devnet version to enterprise. I put the
  enterprise serial in
  but it still sticks the meta tag on the top of the pages.
  meta NAME=ColdFusionMXEdition CONTENT=ColdFusion DevNet Edition -
  Not for Production Use.
 
  Do I have to install the actual Enterprise version to get rid of this
  message?
 
  Phillip B.
 
 
 
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Help me figure out cfexecute problem?

2004-03-15 Thread Jamie Jackson
On Fri, 12 Mar 2004 20:38:22 -0500, in cf-talk you wrote:

 I'm not sure how to debug this, as I'm pretty much out of 
 ideas. I'd think it a permissions problem, if it weren't for 
 the facts: AFAIK, all the necessary resources seem to be 
 read/written/executed:
 
 1. the command runs (but halfway, then hangs) 2. the output 
 file is written (halfway) 3. the config file is read in 
 (otherwise, the command wouldn't even get started)

Perhaps the timeout value isn't long enough?

I've got the cfexecute timeout set for 10 minutes (600). This
should be plenty, considering that when run from directly from the
command line, the same command completes in ~30-60 seconds.

Can you think of any (environmental or other) differences between a
cfexecute-run command and a directly-run command?

Thanks,
Jamie
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFCs: Overloaded Constructors ?

2004-03-15 Thread Paul Kenney
You can have one method that has optional arguments for the different
variations on the overloaded method.For each valid argument combination,
you can run separate code, maybe even a separate private method for each.

Paul Kenney
WebMaster, CorporateWarriors.com
916-663-1963

-Original Message-
From: Jamie Jackson [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 15, 2004 11:55 AM
To: CF-Talk
Subject: CFCs: Overloaded Constructors ?

What are some workarounds for (pseudo-) overloading constructors in
CFMX 6.1?

Thanks,
Jamie
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: a href=

2004-03-15 Thread Morgan Senkal
You can also use cc and bcc for carbon copy and blind carbon copy the same way:

mailto:[EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED]

 I once saw some code that could be used in a a href="" tag
 to automatically 'populate' the Subject line of an email.

1. mailto:[EMAIL PROTECTED]body=AnythingYouWant

 Work in all browsers?

2. Pretty sure it doesn't work for all of them but can't remember which
off the top of my head


-- 
David
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: sot: Powerbooks and Coldfusion

2004-03-15 Thread Dick Applebaum
On Mar 4, 2004, at 10:16 PM, Rob wrote:

Actually I would say its better then a lot of OSs out there wouldn't
you? :-D



That fact that some very smart non-Mac developers opt for PowerBooks 
seems to suggest this, too.

I honestly don't know -- I have never run win or Linux other than for a 
specific program or capability N/A on a Mac.

With OS X this much less an issue that with other Mac OSes -- Yes, I 
have purchased WinXP, and WinOffice. but I am using them less and less.

As to the performance, I didn't want to overstate, but during the day,
I also run some audio (radio streaming or iTunes) and one old Mac OS 9 
(classic) solitaire game.

The activity monitor currently shows 91 processes with 707 threads -- 
so there is quite a bit going on.

I have found that Safari (still my main browser) sometimes gets 
bogged-down if I have more than 20 Safari windows open -- depends on 
what they are doing.

Also, OS X comes with X11, so you can run X window applications.

It certainly meets all my needs.

Dick
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: a href=

2004-03-15 Thread Adkins, Randy
Correct me if I am wrong, but this will only work with some mail clients.
Not all mail clients will handle the subject line nor CC and BCC.

-Original Message-
From: Morgan Senkal [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 15, 2004 2:20 PM
To: CF-Talk
Subject: Re: a href="">

You can also use cc and bcc for carbon copy and blind carbon copy the same
way:

mailto:[EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED]

 I once saw some code that could be used in a a href="" tag
 to automatically 'populate' the Subject line of an email.

1. mailto:[EMAIL PROTECTED]body=AnythingYouWant

 Work in all browsers?

2. Pretty sure it doesn't work for all of them but can't remember which
off the top of my head


-- 
David 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Grabbing username account from Windows login screen

2004-03-15 Thread Ian Skinner
If you check Integrated Windows Authentication and Uncheck anonymous authentication.The CGI_Auth_user will be populated with the user name of the person who logged on the client machine.

 
We are using this functionality extensively here.Let me know if you would like to see some of what we have done.

 
--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

C code. C code run. Run code run. Please!
- Cynthia Dunning
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Postal Address Validation CFMX

2004-03-15 Thread Justin Hansen
Does anyone do any Postal Address validation with CF?

What are you using? Webservices? XML? USPS?

I need to jump into this ASAP... 

Justin
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Help me figure out cfexecute problem?

2004-03-15 Thread Ian Skinner
One important thing to remember is that a run-direct command runs under you, the users authentication and permissions.

 
The cfexecute commands runs under the authentication and permissions of the CF-service, usually very basic by default.

 
HTH 

--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

C code. C code run. Run code run. Please!
- Cynthia Dunning
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFCs: Overloaded Constructors ?

2004-03-15 Thread Jamie Jackson
Okay, pretty much what I figured.

Thanks for the confirmation,
Jamie

On Mon, 15 Mar 2004 12:07:43 -0800, in cf-talk you wrote:

You can have one method that has optional arguments for the different
variations on the overloaded method.For each valid argument combination,
you can run separate code, maybe even a separate private method for each.

Paul Kenney
WebMaster, CorporateWarriors.com
916-663-1963


-Original Message-
From: Jamie Jackson [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 15, 2004 11:55 AM
To: CF-Talk
Subject: CFCs: Overloaded Constructors ?


What are some workarounds for (pseudo-) overloading constructors in
CFMX 6.1?

Thanks,
Jamie




 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFEXECUTE to do ls on linux box

2004-03-15 Thread Rob
On Mon, 2004-03-15 at 11:54, Scott Weikert wrote:
 Hey gang,
 
 I'm having issues trying to figure out the params to use cfexecute to run 
 the command ls | wc on a particular folder on a Linux server running 
 CFMX. Basically the wc part returns file counts and overall total file 
 size (I believe)... in the form of 00 0 (for an empty dir).
 
 All I'm getting is empty returns.

Put it in an script file and run the script file. Aside from the other cfexecute issuse (see the archives)
I dont think you can create a subshell / process / fork from it directly
anyway.

-- 
Rob [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Grabbing username account from Windows login screen

2004-03-15 Thread Douglas.Knudsen
IIRC, the client machine has to be a member of this domain your server is in.I recall my LAN folks setting user to be able to login to other domains when logging into their machines.

 
Doug

-Original Message-
From: Bushy [mailto:[EMAIL PROTECTED]
Sent: Monday, March 15, 2004 1:25 PM
To: CF-Talk
Subject: re: Grabbing username account from Windows login screen

Hi,

To access my app I have the user authenticate using windows authentication. I then pass the username to my application via cfset auth = listLast(#CGI.AUTH_USER#, \)

Now the server has been put on our domain. Rather than have the windows authentication I would prefer to grab the username used when logging in to the domain.

How can I grab this username? 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Postal Address Validation CFMX

2004-03-15 Thread cf-talk
Have you seen these guys?

 
http://www.serviceobjects.com/products/dots_address.asp

 
-Novak

-Original Message-
From: Justin Hansen [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 15, 2004 12:30 PM
To: CF-Talk
Subject: Postal Address Validation  CFMX

Does anyone do any Postal Address validation with CF?

What are you using? Webservices? XML? USPS?

I need to jump into this ASAP... 

Justin 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Even more CF and Oracle stuff: Closing a cursor

2004-03-15 Thread Richard Crawford
After I've executed an Oracle Stored procedure and brought the results 
into Cold Fusion, is there a way to close the ref cursor within Cold 
Fusion?I've tried calling a second stored procedure that closes the 
cursor, but this doesn't seem to do the trick.

Is it even necessary to close the cursor?

-- 
Richard S. Crawford
Programmer III,
UC Davis Extension Distance Learning Group (http://unexdlc.ucdavis.edu)
(916)327-7793 / [EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




  1   2   >