Slightly OT: Cookie blocking at corporate firewall level -what gives?

2001-03-12 Thread Peter Lutwyche

My colleagues and I are currently faced with the question:

"If the app uses cookies, what happens if the user is behind a corporate firewall that 
blocks cookies?". 

We know about using URL variables as an alternative, but the question we'd really like 
answered is "To what extent, generally speaking,  do sysadmin's chose to block cookies 
at the firewall level?" 

I'd be real grateful if anyone could point me in the direction of any useful stat's or 
URLs.

Thanks
Pete


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



RE: Javascript: Tearing my hair out

2001-03-12 Thread Windle, Kevan

Thanks fro all the responses. And thanks Andy that explained why my testing
for the problem wouldn't work and that let me look past that and try another
way round it. Plus its Monday morning and everything seems so much easier.


-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: 08 March 2001 17:15
To: CF-Talk
Subject: RE: Javascript: Tearing my hair out


Kevin

I may be wrong but as soon as you execute a document.write it anhialates the
page i.e. the form no longer exists.  You have to use Javascript layers or
frames to overcome this.

A



-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 488 9131
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Windle, Kevan [mailto:[EMAIL PROTECTED]]
Sent: 08 March 2001 17:03
To: CF-Talk
Subject: Javascript: Tearing my hair out


I'm using IE5. Trying to do something really simple in javascript. The
problem I'm having is this. I can reference a form element with inline code.
So passing this variable to a function like this works:

input
ondblclick="resetwhereboxes(this.value,3,document.forms.wheres.wherefield1.n
ame)" type="text" size="10"  name="wherefield1"

then in the function:

SCRIPT type="text/javascript" language="JavaScript1.2"!--
function resetwhereboxes(fname){
1   document.write(fname);  
2   document.write(document.forms.wheres.wherefield1.name);
3   document.write(document.forms[0].wherefield1.name);


}--
/script
line 1 works. But line 2 and 3, give the error messages claiming there is no
such object.

Anyone seen anything like this? 



**

The opinions expressed in this E-mail are those  of  the individual  and
not  necessarily  the  company.  This E-mail and  any files transmitted 
with it are confidential and solely for the use of the intended recipients


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

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



RE: Slightly OT: Cookie blocking at corporate firewall level -what gives?

2001-03-12 Thread Philip Arnold - ASP

 My colleagues and I are currently faced with the question:

 "If the app uses cookies, what happens if the user is behind a
 corporate firewall that blocks cookies?".

 We know about using URL variables as an alternative, but the
 question we'd really like answered is "To what extent, generally
 speaking,  do sysadmin's chose to block cookies at the firewall level?"

 I'd be real grateful if anyone could point me in the direction of
 any useful stat's or URLs.

We do a security exhibition website and quite a few of the website visitors
are behind firewalls that stop cookies, javascript and java

This basically means that there's no way of using the cookies unless you
pass the info on the URL of every hyperlink (virtually impossible)

It's usually the bigger coporate companies (I believe IBM stop cookies) and
the more security paranoid companies that tend to do this...

The only way to check is to set a temporary cookie, change page and then
check for it's existance

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



RE: Dates in OLEDB

2001-03-12 Thread Richard Meredith-Hardy

agreed, but they could start with some common ones



 The problem with that is that the list of database engines is huge, and if
 they decide to "enhance" the system it makes a mockery of this idea
 
 I think the main way of dealing with this is that you should use # for
 Access and ' for SQL Server and (I think) Oracle... no idea about mySQL...
 and format the date in a non-ambiguous format (d mmm  or mmm d 
 works wonders for this)
 
 Philip Arnold
 Director
 Certified ColdFusion Developer
 ASP Multimedia Limited
 T: +44 (0)20 8680 1133


 Date: Sun, 11 Mar 2001 22:48:41 -
 From: "Philip Arnold - ASP" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: RE: Dates in OLEDB
 Message-ID: [EMAIL PROTECTED]
 
  This works. Thanks, what a pain!
 
  This immediately makes a migration to OLEDB a waste of time.  (Might
  look at it for future apps)
 
  It also makes me think there should be a set of new functions in CF:
 
  createDBdate(mydate,"theDB")
  createDBdatetime(mydatetime,"theDB")
 
  Where theDB could be "Access", "SQLServer","ODBC"(!) etc.
 

--
Regards;

Richard Meredith-Hardy
-
[EMAIL PROTECTED]
Tel: + 44 (0)1462 834776 FAX: + 44 (0)1462 732668

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

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



Verity error trapping

2001-03-12 Thread Richard Meredith-Hardy

This code does a pretty good job of preventing errors in a verity search
but it also obliterates quite a lot of the advanced functionality: 

CFSET searchstring = trim(rereplacenocase(trim(searchstring),"^or |^and
|\|@|#chr(34)#|'|||!|=|\(|\)|\[|\]|#chr(44)#","","all"))

Does anyone have a re which is a bit more subtle?  In particular it
would be nice to allow characters eg '"[]() which are permissable, but
only in matching pairs.

--
Regards;

Richard Meredith-Hardy
-
[EMAIL PROTECTED]
Tel: + 44 (0)1462 834776 FAX: + 44 (0)1462 732668

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

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



RE: Dates in OLEDB

2001-03-12 Thread Daniel Lancelot

Could somone summarise / point me to a location listing the advantages /
disadvantages of OLE vs ODBC for connecting within CF...?

-Original Message-
From: Richard Meredith-Hardy [mailto:[EMAIL PROTECTED]]
Sent: 12 March 2001 10:20
To: CF-Talk
Subject: RE: Dates in OLEDB


.agreed, but they could start with some common ones



 The problem with that is that the list of database engines is huge, and if
 they decide to "enhance" the system it makes a mockery of this idea
 
 I think the main way of dealing with this is that you should use # for
 Access and ' for SQL Server and (I think) Oracle... no idea about mySQL...
 and format the date in a non-ambiguous format (d mmm  or mmm d 
 works wonders for this)
 
 Philip Arnold
 Director
 Certified ColdFusion Developer
 ASP Multimedia Limited
 T: +44 (0)20 8680 1133


 Date: Sun, 11 Mar 2001 22:48:41 -
 From: "Philip Arnold - ASP" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: RE: Dates in OLEDB
 Message-ID: [EMAIL PROTECTED]
 
  This works. Thanks, what a pain!
 
  This immediately makes a migration to OLEDB a waste of time.  (Might
  look at it for future apps)
 
  It also makes me think there should be a set of new functions in CF:
 
  createDBdate(mydate,"theDB")
  createDBdatetime(mydatetime,"theDB")
 
  Where theDB could be "Access", "SQLServer","ODBC"(!) etc.
 

--
Regards;

Richard Meredith-Hardy
-
[EMAIL PROTECTED]
Tel: + 44 (0)1462 834776 FAX: + 44 (0)1462 732668
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Dates in OLEDB

2001-03-12 Thread Philip Arnold - ASP

 Could somone summarise / point me to a location listing the advantages /
 disadvantages of OLE vs ODBC for connecting within CF...?

OLEDB is (theoretically) faster as it's using the database's "native"
language - this isn't always faster though - some aspects will be faster,
some slower

ODBC has memory leaks on some drivers (Access specifically)

ODBC dates don't work in OLEDB - you have to specify the dates in the format
the database expects - with ODBC, CreateODBCdate works no matter which
server as the ODBC driver converts it for you

ODBC and OLEDB have a natural limit of 64KB on field transfers - CF4.5 has
the ability to extend this, but at a speed degridation on all queries to
that DSN

OLEDB can be a bitch to setup, but once it's working you can just let it get
on with it

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



RE: Dates in OLEDB

2001-03-12 Thread Daniel Lancelot

Is it true that if you have an ole access ds setup, you can connect to any
mdb file on the system?
Also, is it possible to do things such as setup default field values etc
which arent possible through JET on odbc through OLE???

cheers

-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: 12 March 2001 11:01
To: CF-Talk
Subject: RE: Dates in OLEDB


 Could somone summarise / point me to a location listing the advantages /
 disadvantages of OLE vs ODBC for connecting within CF...?

OLEDB is (theoretically) faster as it's using the database's "native"
language - this isn't always faster though - some aspects will be faster,
some slower

ODBC has memory leaks on some drivers (Access specifically)

ODBC dates don't work in OLEDB - you have to specify the dates in the format
the database expects - with ODBC, CreateODBCdate works no matter which
server as the ODBC driver converts it for you

ODBC and OLEDB have a natural limit of 64KB on field transfers - CF4.5 has
the ability to extend this, but at a speed degridation on all queries to
that DSN

OLEDB can be a bitch to setup, but once it's working you can just let it get
on with it

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: drop down form

2001-03-12 Thread Daniel Lancelot

Do be careful using forms, DHTML and Nutscrape 4.x (particularly 4.0x) -
I've had a lot of problems mixing forms and DHTML in NS.

Also, if you want it to work in NS6 - accessing the DOM is different...

Cheers

Dan

-Original Message-
From: Matthew Walker [mailto:[EMAIL PROTECTED]]
Sent: 12 March 2001 02:45
To: CF-Talk
Subject: RE: drop down form


 i have a form on a page.  i want to be able to have like a "minimize"
 "maximize" button on the form.

Put this in your head:

script language='JavaScript'
function toggle(theid) {
( document.all(theid).style.display == '' ) ?
document.all(theid).style.display = 'none' :
document.all(theid).style.display =  '';
return false
}
/script

Use something like this as your button:
A onclick="toggle('myID'); return false;" href="#"Toggle Visibility/A

Give whatever you want to show/hide the id 'myID' or whatever -- you can
have multiple per page. Also specify its default style="display : none" or
whatever. Incidentally, it's a really good way of dealing with long,
unwieldy forms.


Regards,
Matthew Walker

!---
  
   E l e c t r i c   S h e e p   W e b
  Innovative  Web  Applications
  
Tel: +64-3-374 2137
Mobile.: +64-25-605 5747
Fax: +64-3-377 7930
Web: http://www.electricsheep.co.nz/
Post...: P O Box 13-907, Armagh
 Christchurch, New Zealand
Street.: 71 Durham Street
 Christchurch, New Zealand
  
---
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: CF and Interland Price Increase

2001-03-12 Thread Jon Hall

I've only dealt with Interland once (and I had a problem with a server...),
but perhaps the reason they are increasing prices is that they have grown so
rapidly and at such a fast rate, that they no longer can deal with the $50 a
month sites anymore profitably. They are probably doing the right thing if
this is the case. As anyone who works at an isp knows, just a couple of
support calls from some 90 year old grandma who's grandson bought a computer
for, will eat profits and stifle productivity.

I got this quote in some email newsletter:
"Interland (www.interland.com) has been awarded a spot on the Forbes
Magazine (www.forbes.com) ASAP's second annual list of the Top 100
technology, telecommunications, and biotech companies. Ranked by
year-over-year sales growth, Interland placed 82nd with an estimated
298 per cent revenue growth rate for fiscal year 2000. "

They tripled their revenues in one year! I bet they dont have time to use
the bathroom, let alone set up another $50 site...

Just some thoughts

jon

 Date: Fri, 09 Mar 2001 15:31:33 +1100 (EST)
 From: Michael Kear [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: RE: CF and Interland Price Increase
 Message-ID:
[EMAIL PROTECTED]

 I'm sure they are well aware they're going to lose business.   They'll be
 betting the business that walks out the door will be much less than the
 increased revenue from the people who just have too much inertia or don't
 care.

 Remember that for some of us, tripling of any cost is an outrage, but for
 many of their customers, $150 a month or even $1500 a month is chickenfeed
 and at those site owners, noone will give a damn.

 Frankly, I hope Interland continue to think like that - it's all the more
 business for the rest of us.

 I think Interland will profit greatly from this move.   But I wouldn't
 have any of my sites there, that's certain.

 Cheers,
 Mike Kear
 Windsor, NSW, Australia
 www.afpwebworks.com



 On Thu, 8 Mar 2001, dennis baldwin wrote:

  the interland price increase is complete bullshit.  we host two
e-commerce
  sites with them and will be looking to move servers soon.  i wouldn't be
  suprised if this caused them to lose a lot of business.  check out their
  review on RateAHost.com
 
 
http://www.rateahost.com/review.cfm?CID=1821ReviewType=1ReviewFull=True
 
  -Original Message-
  From: Ken Wilson [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, March 08, 2001 2:37 PM
  To: CF-Talk
  Subject: Re: CF and Interland Price Increase
 
 
   I know that some of us are hosting some cf websites with Interland, I
 just
   want to make everyone aware that Interland raised there prices last
week
  on
   all there cf plans from $50/month to $150/month. All there accounts
will
  be
   effected with this price change new and old. My salesperson stated
that
  the
   price increase is due to the power rate increases, and something in
the
   effect that allaire is charging them more.
 
 
  CF_Conspiracy
 
  Or, perhaps it's time for Microsoft's cash investment in Interland to
pay
  off in increased ASP market share. What better way to try to drive
people
 to
  ASP than to price CF at an unbearable level while leaving ASP pricing
low.
 
  /CF_Conspiracy
 

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

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



RE: Cached Queries

2001-03-12 Thread Aidan Whitehall

Probably obvious, but...

 I do believe it's based on the entire *exact* contents of the 
 cfquery tag.
 One simple change effectively makes it a different 
 query...even just adding
 a space to it.

so if you want to use a cached query in more than one place, CFINCLUDE
it.

That way, you know all instances of that query are going to be identical.



-- 
Aidan Whitehall [EMAIL PROTECTED]
Netshopper UK Ltd
Advanced Web Solutions  Services

http://www.netshopperuk.com/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651

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

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



RE: Warning: Page has Expired... How do I get around that??

2001-03-12 Thread Daniel Lancelot

Has anyone investigated use of CSS to make things "non printable" or "print
only"?

-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: 10 March 2001 12:15
To: CF-Talk
Subject: RE: Warning: Page has Expired... How do I get around that??


 Something you might think about is putting the variables passed
 into hidden form fields and put a "Back" button on the page itself
 instead of having your user/visitor use the browser's buttons.

This would work as long as they didn't mind printing the "Back" button

I know I just mentioned this as a solution to another problem, but I think
it applies here;

How about putting the Back button in a Frame at the top of the browser and
have the bottom Frame as the printable results - you could also put a Print
button in the top frame and use JS to do the printing

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Cached Queries

2001-03-12 Thread Ken Wilson

 so if you want to use a cached query in more than one place, CFINCLUDE
 it.

 That way, you know all instances of that query are going to be identical.



Yep...like all good Fuseboxers do. :)

Also makes it trivial to flush that cached query after doing an
add/delete/update that would impact that query data.

Ken


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

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



Re: CF and Interland Price Increase

2001-03-12 Thread Bud

On 3/12/01, Jon Hall penned:
As anyone who works at an isp knows, just a couple of
support calls from some 90 year old grandma who's grandson bought a computer
for, will eat profits and stifle productivity.

I got this quote in some email newsletter:
"Interland (www.interland.com) has been awarded a spot on the Forbes
Magazine (www.forbes.com) ASAP's second annual list of the Top 100
technology, telecommunications, and biotech companies. Ranked by
year-over-year sales growth, Interland placed 82nd with an estimated
298 per cent revenue growth rate for fiscal year 2000. "


I doubt seriously if they get too many ColdFusion support calls from 
90 year old grandmas. ISPs that supply dialup services are the one's 
that get those calls.

I think one of the reasons they made so much money is BECAUSE they 
don't spend money on support personnel. I've never hosted with them, 
but I did some work for someone that had a site hosted with them. At 
the time they had a "Control Panel" for setting up ODBC which was 
nothing more than a mail form where you said what your domain was, 
what the database name was, and what you wanted to name the 
datasource. It took me 3 days of phone calls and e-mails to "support" 
to get ODBC set up for that simple Access database. They kept giving 
me stuff like "It'll take effect when the server reboots and we only 
do that once a day". I'm like, WHAT ARE YOU TALKING ABOUT?

This was over a year ago. I don't know if they've since hired people 
that understand the concept of all this stuff, but at the time they 
certainly hadn't. The 2 to 3 hours, over 3 days, that they spent 
answering e-mails and phone calls from me wouldn't have happened if 
they would have simply took the 30 seconds or so it takes to set up 
the datasource and just done it. By my estimations, the whole process 
on their end took about 300 times longer than it should have in 
actual man hours, and 8,000 times longer than it should have in real 
time.

The way to reward the people that got you where you are is NOT to 
increase their costs 300%.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

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

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



Coldfusion Timesheet application

2001-03-12 Thread Carlo van Wyk

Hi

I'm looking for a simple Coldfusion Timesheet template that is free and easy
to modify. Any recomendations. If not - how would you go about setting up a
timesheet / expense report template?

Regards
Carlo

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

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



RE: looping recordsets

2001-03-12 Thread Tristram Charnley

Studio has a built in Wizard for this.

File  New..  CFML  Record Viewer Wizard

Tristram Charnley
-
[EMAIL PROTECTED]

"If something is hard to do, its not worth doing!"
Homer Simpson. 

 -Original Message-
 From: Jones, Becky [mailto:[EMAIL PROTECTED]]
 Sent: 12 March 2001 00:40
 To: CF-Talk
 Subject: looping recordsets
 
 
 i want to be able to have next and previous buttons on a page 
 where the
 first page would show all the information about employee one. 
  then at the
 bottom of the page there would be a button called "next" and 
 when i clicked
 on it, it would show employee two's info plus have a 
 "prev"/"next" button at
 the bottom of the page.  
 is there a special tag for this?
 
 
 *
 This e-mail, including any attachments, is intended for the 
 receipt and use by the intended addressee(s), and may contain 
 confidential and privileged information.  If you are not an intended 
 recipient of this e-mail, you are hereby notified that any 
 unauthorized 
 use or distribution of this e-mail is strictly prohibited. 
 
 

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

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



RE: Database of US Zip Codes

2001-03-12 Thread JoshMEagle

Anyone know of a pre-existing database of US zips/cities?

Proabably a shot in the dark, but a shot I'm willing to take.

JoshM

-Original Message-
From: paul smith [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 08, 2001 8:26 PM
To: CF-Talk
Subject: RE: Database of US Zip Codes


Put it in a request-scoped cached query instead and you won't have any
locking worries.

best, paul

At 08:26 AM 3/9/01 +1100, you wrote:
2. Is it good practice to have it as a query in an application.cfm (server
or application scope)
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Coldfusion Timesheet application

2001-03-12 Thread Todd Ashworth

http://devex.allaire.com/developer/gallery/info.cfm?ID=CA347421-2830-11D4-AA
9700508B94F380method=Full

Todd Ashworth --
Web Application Developer
Network Administrator

Saber Corporation
314 Oakland Ave.
Rock Hill, SC 29730
(803) 327-0137 [111]

- Original Message -
From: "Carlo van Wyk" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, March 12, 2001 8:31 AM
Subject: Coldfusion Timesheet application


| Hi
|
| I'm looking for a simple Coldfusion Timesheet template that is free and
easy
| to modify. Any recomendations. If not - how would you go about setting up
a
| timesheet / expense report template?
|
| Regards
| Carlo
|
|
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: looping recordsets

2001-03-12 Thread Yvette Ingram

Tristram:

Thanks.  This is not a query loop.  It's a for loop.  I'm not pulling
records from a database.  Basically, it will be a calendar, but the
difference is that there's only a one week at a glance type of view, i.e.,

Sunday   Monday   Tuesday   Wednesday   Thursday   Friday   Saturday
3/11/01   3/12/01  etc.

Previous   Next

I have to get the dates to line up under the correct day.  Selecting Next
brings in the next week with the dates  days lined up.

Thanks,
Yvette Ingram 

-Original Message-
From: Tristram Charnley [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 8:34 AM
To: CF-Talk
Subject: RE: looping recordsets


Studio has a built in Wizard for this.

File  New..  CFML  Record Viewer Wizard

Tristram Charnley
-
[EMAIL PROTECTED]

"If something is hard to do, its not worth doing!"
Homer Simpson. 

 -Original Message-
 From: Jones, Becky [mailto:[EMAIL PROTECTED]]
 Sent: 12 March 2001 00:40
 To: CF-Talk
 Subject: looping recordsets
 
 
 i want to be able to have next and previous buttons on a page 
 where the
 first page would show all the information about employee one. 
  then at the
 bottom of the page there would be a button called "next" and 
 when i clicked
 on it, it would show employee two's info plus have a 
 "prev"/"next" button at
 the bottom of the page.  
 is there a special tag for this?
 
 
 *
 This e-mail, including any attachments, is intended for the 
 receipt and use by the intended addressee(s), and may contain 
 confidential and privileged information.  If you are not an intended 
 recipient of this e-mail, you are hereby notified that any 
 unauthorized 
 use or distribution of this e-mail is strictly prohibited. 
 
 

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

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



RE: looping recordsets

2001-03-12 Thread Yvette Ingram

Trisram:

I apologize for my email.  I thought this was referring to a question I
posted yesterday.

I should have read this more closely.

Yvette Ingram

-Original Message-
From: Tristram Charnley [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 8:34 AM
To: CF-Talk
Subject: RE: looping recordsets


Studio has a built in Wizard for this.

File  New..  CFML  Record Viewer Wizard

Tristram Charnley
-
[EMAIL PROTECTED]

"If something is hard to do, its not worth doing!"
Homer Simpson. 

 -Original Message-
 From: Jones, Becky [mailto:[EMAIL PROTECTED]]
 Sent: 12 March 2001 00:40
 To: CF-Talk
 Subject: looping recordsets
 
 
 i want to be able to have next and previous buttons on a page 
 where the
 first page would show all the information about employee one. 
  then at the
 bottom of the page there would be a button called "next" and 
 when i clicked
 on it, it would show employee two's info plus have a 
 "prev"/"next" button at
 the bottom of the page.  
 is there a special tag for this?
 
 
 *
 This e-mail, including any attachments, is intended for the 
 receipt and use by the intended addressee(s), and may contain 
 confidential and privileged information.  If you are not an intended 
 recipient of this e-mail, you are hereby notified that any 
 unauthorized 
 use or distribution of this e-mail is strictly prohibited. 
 
 

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

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



Stupid Question - Regular Expressions?

2001-03-12 Thread Bryan Rieger

Hello,

This may well qualify for the dumbest question of all time.
But here, goes. Does CF support regular expressions?
I can't seem to find any mention of them within Ben's book or on the Allaire
support site?

Cheersm

Bryan Rieger
Lead Developer, rd projects

Trapeze Media
http://www.trapeze.com/

Now Playing: A broadband suspense-thriller by Trapeze.
http://www.safehouselive.com/

"A pleasant illusion is better than a harsh reality."
Christian Nestell Bouvee


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

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



Quickbooks via Coldfusion?

2001-03-12 Thread Carlo van Wyk

Is there a way to retrieve data or interact with quickbooks via Coldfusion?

Regards
Carlo

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

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



RE: rs6000 - AS 400

2001-03-12 Thread Stewart McGowan

thanks guys

 --
 From: Joseph Eugene
 Reply To: [EMAIL PROTECTED]
 Sent: Sunday, March 11, 2001 1:37 am
 To:   CF-Talk
 Subject:  Re: rs6000 - AS 400
 
 Successful usage of DB2 connect also depends on the AS400 OS you are
 running. You should have the lastest version of the AS400
 OS to run DB2 connect properly and the AS400 OS has to be
 confirgured to get DB2 Connect working properly.
 The lastest version of Client Access works good and IBM has
 cleaned the ODBC drivers over the years...so i guess its the best choice.
 The Lastest version if Client Access is Called "Client Access Express"
 This product works fine for us and we havent had any problems.
 Hope this helps
 Joe
 
 
 
 - Original Message -
 From: "chris.white" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Cc: "'Stewart McGowan'" [EMAIL PROTECTED]
 Sent: Saturday, March 10, 2001 5:29 PM
 Subject: Re: rs6000 - AS 400
 
 
  I have used Client Access Express.  The advantage is that you can call a
  stored procedure (RPG or Cobol program) and have the results returned as
 a
  record set.  You can't do that with DB2 Connect.  As for Screensurfer,
 it
  works but it is expensive.  We choose Client Access Express.
 
  Chris White
 
 
  Date: Fri, 09 Mar 2001 18:13:14 -
  From: Stewart McGowan [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: CF - rs6000 - AS 400
  Message-ID: B990F0CF1AFCD311A5DD0090279C3F4A14C9D9@PFBEXC
 
  hello all,
 
 
  has anyone any experience with attaching to DB2 on an RS2000 or an
 as400?
 I
  had heard of a product for the AS400, but I can't remember the name.
 
  have a good weekend
 
 
  Stew
 
 

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

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



RE: Stupid Question - Regular Expressions?

2001-03-12 Thread Eben Hewitt

CF does support regular expressions.
Forta refers to them in a brief chapter in
the Advanced 4.0 book (the green one).

For instance, inside a cfscript block:

thisContent =
"#REReplaceNoCase(thisContent,"TD[^]*nbsp;/TD","","ALL")#";
thisContent = "#REReplaceNoCase(thisContent,"TD[^]*","|||","ALL")#";
thisContent = "#REReplaceNoCase(thisContent,"/TD","","ALL")#";
thisContent= "#REReplaceNoCase(thisContent,"FONT[^]*","","ALL")#";
thisContent= "#REReplaceNoCase(thisContent,"/FONT","","ALL")#";
thisContent= "#REReplaceNoCase(thisContent,"BR",",","ALL")#";
thisContent= "#REReplaceNoCase(thisContent,"[^]*","","ALL")#";
thisContent= "#REReplaceNoCase(thisContent,"#CHR(13)#","","ALL")#";
thisContent= "#REReplaceNoCase(thisContent,"#CHR(10)#","","ALL")#";


Eben Hewitt

-Original Message-
From: Bryan Rieger [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 7:03 AM
To: CF-Talk
Subject: Stupid Question - Regular Expressions?


Hello,

This may well qualify for the dumbest question of all time.
But here, goes. Does CF support regular expressions?
I can't seem to find any mention of them within Ben's book or on the Allaire
support site?

Cheersm

Bryan Rieger
Lead Developer, rd projects

Trapeze Media
http://www.trapeze.com/

Now Playing: A broadband suspense-thriller by Trapeze.
http://www.safehouselive.com/

"A pleasant illusion is better than a harsh reality."
Christian Nestell Bouvee
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Stupid Question - Regular Expressions?

2001-03-12 Thread Fred T. Sanders

yes, but in a relatively limited sense.  Some functions that use regular
expressions.

rereplace()
rereplacenocase()
refind()
refindnocase()

An ugly example that will remove doubleclick adds from the content of a page
(along with everything between them, text, images, line breaks, whatever

cfset Output =
ReReplaceNoCase(cfhttp.filecontent,"(a[[:space:]]href[[:space:]]?=[[:space:
]]?""http://ad.doubleclick.net[^]*[^]*[^/]*/[^a]*a[^]*)","","ALL")


Like I said, its an ugly example. :)

Fred

- Original Message -
From: "Bryan Rieger" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, March 12, 2001 9:03 AM
Subject: Stupid Question - Regular Expressions?


 Hello,

 This may well qualify for the dumbest question of all time.
 But here, goes. Does CF support regular expressions?
 I can't seem to find any mention of them within Ben's book or on the
Allaire
 support site?

 Cheersm

 Bryan Rieger
 Lead Developer, rd projects

 Trapeze Media
 http://www.trapeze.com/

 Now Playing: A broadband suspense-thriller by Trapeze.
 http://www.safehouselive.com/
 
 "A pleasant illusion is better than a harsh reality."
 Christian Nestell Bouvee



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

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



Re: Database of US Zip Codes

2001-03-12 Thread Kent A. Orso

Check out CF_STATE on the Allaire Tag Gallery

- Original Message -
From: "JoshMEagle" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, March 12, 2001 8:52 AM
Subject: RE: Database of US Zip Codes


Anyone know of a pre-existing database of US zips/cities?

Proabably a shot in the dark, but a shot I'm willing to take.

JoshM

-Original Message-
From: paul smith [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 08, 2001 8:26 PM
To: CF-Talk
Subject: RE: Database of US Zip Codes


Put it in a request-scoped cached query instead and you won't have any
locking worries.

best, paul

At 08:26 AM 3/9/01 +1100, you wrote:
2. Is it good practice to have it as a query in an application.cfm (server
or application scope)
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Stupid Question - Regular Expressions?

2001-03-12 Thread Bryan Rieger

 CF does support regular expressions.
 Forta refers to them in a brief chapter in
 the Advanced 4.0 book (the green one).

The one I left at home today... ;-)
 
 For instance, inside a cfscript block:
 
 thisContent =
 "#REReplaceNoCase(thisContent,"TD[^]*nbsp;/TD","","ALL")#";
 thisContent = "#REReplaceNoCase(thisContent,"TD[^]*","|||","ALL")#";
 thisContent = "#REReplaceNoCase(thisContent,"/TD","","ALL")#";
 thisContent= "#REReplaceNoCase(thisContent,"FONT[^]*","","ALL")#";
 thisContent= "#REReplaceNoCase(thisContent,"/FONT","","ALL")#";
 thisContent= "#REReplaceNoCase(thisContent,"BR",",","ALL")#";
 thisContent= "#REReplaceNoCase(thisContent,"[^]*","","ALL")#";
 thisContent= "#REReplaceNoCase(thisContent,"#CHR(13)#","","ALL")#";
 thisContent= "#REReplaceNoCase(thisContent,"#CHR(10)#","","ALL")#";

This is a little ugly, but it will work nicely.
Thanks.

Cheers,

Bryan


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

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



Advanced Security

2001-03-12 Thread Vance Duke

I have a Security context with all Domain Users allowed the access the
application.  No problem there.  NOW, I want to limit a part of the
application to just a certain subset of domain users setup in a User Group.
Those users would have access to the main part of the application, but also
need access to the HR functions.  Do I need to set
up another security context and Authorize them against that context also (in
other words, 2 CFAuthenticate statements)?  Or how would I do that?  How do
I know that they are part of that User Group when they log in?

Thanks for the help,
Vance Duke



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

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



Re: OT: Dreamweaver UltraDev 4

2001-03-12 Thread James Taavon

I wanted to thank everybody for their feedback so far. I should have
mentioned that I use Studio all the time and will continue to use it. My
goal is to decrease development time and since Spectra wont be available
to me inthe immediate future I thought I would tak e a look at UltraDev
4. I have downloaded the trial version and will install shortly.


Michael Kear wrote:
 
 Um.. Erica, you havent' used the design function in Studio have you?   It
 does things to your code that make Frontpage look almost user friendly.
 Allaire  have recognised this themselves, which is why they put the button
 in the preferences to turn this function off and remove the tab.
 
 If you haven't done so already, I suggest you get rid of the design
 function before you're tempted to try it.  Murphy's law says that when you
 do try it out, it'll be on a file that's important and your backup is
 corrupted.
 
 I reckon Allaire should have either removed the functionality or fixed it.
 
 Cheers,
 Mike Kear
 Windsor, NSW, Australia
 AFP Webworks
 
 On Fri, 9 Mar 2001, Erika L Walker wrote:
 
  My two cents.
 
  Why is it CF's answer to Visual Interdev? What about ColdFusion Studio? It
  has a design tab if you must have a WYSIWYG environment. I always thought
  that was the equivalent to Visual InterDev.
 
  I've used Interdev..it is not an easy application to learn in any way
  shape or form. I teach ColdFusion to students at a local college and I get
  them after the ASP instructor had them, after they were exposed to Visual
  Interdev.and I got nothing but complaints on how hard it was to use.
  ColdFusion Studio on the other hand, was picked up in a day or two. They
  even began preferring it over Dreamweaver and UltraDev.
 
  UlteDev is ok, but you still have the same old Dreamweaver interface.
  Reminds me a lot of SaphireWeb actually with it's connections. We do have a
  client that insists on using UltraDev, and it is getting them up and running
  rather quickly, but they keep coming to us with code problems that can only
  be fixed via the HTML source window. Of course, there are some diehards out
  here that hate all the extraneous code it generates.
 
  I guess we have to deal with it all anyway, seeing's how the two company's
  merged. At least CF will get a better rap!
 
  Cheers,
  Erika
 
 
  -Original Message-
  From: Carol Bluestein [mailto:[EMAIL PROTECTED]]
  Sent: Friday, March 09, 2001 12:20 PM
  To: CF-Talk
  Subject: Re:OT: Dreamweaver UltraDev 4
 
 
  Just saw a demo at the ANYCFUG meeting last night.
  It looks like UltraDev is CF's answer to MS Visual Interdev.
  It sets up simple database functions (insert, delete, edit,
  move to first, last, next, prev).  Does not, on its own, handle
  relationships between tables(like the query window in CF) fields.
  You must do it either in CF or in UD interface window.
 
  All background code is visible, simple to follow and annotated.
  When possible, it uses CFSCRIPT.
 
  Has the same type interface as DreamWeaver.  Would have to
  get used to the language and easily relate to the "user friendly"
  window interface screens (how come I know in my head and
  hands what to do but can not understand what information
  these interfaces want for their text fields???)
 
  Supposedly UD will import CF apps easily as well as custom
  tags, etc.  Macromedia exhange has extensions - basically
  code contributed by programmers - to expand UD's versatility.
 
  It is not the answer to robust development,but it looks like it
  can help minimize building simple administrative screens.
 
  That's all I know for now.  Except that it is currently on sale
  for under $600.
 
 
 
 
  Carol L. Bluestein
  Senior Programmer
  NYS Office of Real Property
  518-486-6335
  [EMAIL PROTECTED]
 
 
  Reply Separator
  Subject:OT: Dreamweaver UltraDev 4
  Author: [EMAIL PROTECTED]
  Date:   3/9/01 11:43 AM
 
  I am reading the white paper on Dreamweaver UltraDev 4. So far, so good
  I like what I am reading. Are there any pitfalls that I shold be aware
  of if I decide to purchase this package?
 
 

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

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



Re: Stupid Question - Regular Expressions?

2001-03-12 Thread Fred T. Sanders

Not a problem.

http://adhostnt.adhost.com/cfdocs/lang/lr040007.htm#I2
http://www.builder.com/Programming/Kahn/050698/toolrei.html
http://www.dc.turkuamk.fi/docs/gnu/rx/rx_toc.html
http://www.cfcomet.com/?ArticleID=F0A14065-EF7A-4A9E-AED5F28EF8C19D65
http://www.cfcomet.com/?ArticleID=AA435AA7-E06A-4389-B34A7B9C818ADE8A
http://www.azcfug.org/technotes/index.cfm?fuseaction=basiccodetechnote=rege
x

I'm sure I've missed a few, but hey this should get you started.

Fred

- Original Message -
From: "Bryan Rieger" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, March 12, 2001 9:43 AM
Subject: Re: Stupid Question - Regular Expressions?


  CF does support regular expressions.
  Forta refers to them in a brief chapter in
  the Advanced 4.0 book (the green one).

 The one I left at home today... ;-)

  For instance, inside a cfscript block:
 
  thisContent =
  "#REReplaceNoCase(thisContent,"TD[^]*nbsp;/TD","","ALL")#";
  thisContent = "#REReplaceNoCase(thisContent,"TD[^]*","|||","ALL")#";
  thisContent = "#REReplaceNoCase(thisContent,"/TD","","ALL")#";
  thisContent= "#REReplaceNoCase(thisContent,"FONT[^]*","","ALL")#";
  thisContent= "#REReplaceNoCase(thisContent,"/FONT","","ALL")#";
  thisContent= "#REReplaceNoCase(thisContent,"BR",",","ALL")#";
  thisContent= "#REReplaceNoCase(thisContent,"[^]*","","ALL")#";
  thisContent= "#REReplaceNoCase(thisContent,"#CHR(13)#","","ALL")#";
  thisContent= "#REReplaceNoCase(thisContent,"#CHR(10)#","","ALL")#";

 This is a little ugly, but it will work nicely.
 Thanks.

 Cheers,

 Bryan



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

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



RE: Dates in OLEDB

2001-03-12 Thread Philip Arnold - ASP

 Is it true that if you have an ole access ds setup, you can connect to any
 mdb file on the system?
 Also, is it possible to do things such as setup default field values etc
 which arent possible through JET on odbc through OLE???

Actually, as long as the login for CF has the rights, you can connect to any
mdb on a system via ODBC - you just have to know where it is and the table
names

I'll dig up the code if you want/need it, it'll just take some time...

I'm honestly not sure about the OLEDB controls vs ODBC JET as I haven't used
Access as a driver for over a year...

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



RE: Database of US Zip Codes

2001-03-12 Thread Brandon Behrens

Here you go.  These are at least 1.5 years old.   They seem to be reasonably
accurate.

Brandon Behrens
Developer
Momentum Software
http://www.momentumsoftware.com/
[EMAIL PROTECTED]

-Original Message-
From: Kent A. Orso [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 8:42 AM
To: CF-Talk
Subject: Re: Database of US Zip Codes

Check out CF_STATE on the Allaire Tag Gallery

- Original Message -
From: "JoshMEagle" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, March 12, 2001 8:52 AM
Subject: RE: Database of US Zip Codes


Anyone know of a pre-existing database of US zips/cities?

Proabably a shot in the dark, but a shot I'm willing to take.

JoshM

-Original Message-
From: paul smith [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 08, 2001 8:26 PM
To: CF-Talk
Subject: RE: Database of US Zip Codes


Put it in a request-scoped cached query instead and you won't have any
locking worries.

best, paul

At 08:26 AM 3/9/01 +1100, you wrote:
2. Is it good practice to have it as a query in an application.cfm (server
or application scope)
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: looping recordsets

2001-03-12 Thread Jones, Becky

but it really doesnt work if i already have a form set up that passes data
to the action page.  the action page is where i want to loop thru the
recordsets based on the information entered from the search form.  

-Original Message-
From: Tristram Charnley [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 8:34 AM
To: CF-Talk
Subject: RE: looping recordsets


Studio has a built in Wizard for this.

File  New..  CFML  Record Viewer Wizard

Tristram Charnley
-
[EMAIL PROTECTED]

"If something is hard to do, its not worth doing!"
Homer Simpson. 

 -Original Message-
 From: Jones, Becky [mailto:[EMAIL PROTECTED]]
 Sent: 12 March 2001 00:40
 To: CF-Talk
 Subject: looping recordsets
 
 
 i want to be able to have next and previous buttons on a page 
 where the
 first page would show all the information about employee one. 
  then at the
 bottom of the page there would be a button called "next" and 
 when i clicked
 on it, it would show employee two's info plus have a 
 "prev"/"next" button at
 the bottom of the page.  
 is there a special tag for this?
 
 
 *
 This e-mail, including any attachments, is intended for the 
 receipt and use by the intended addressee(s), and may contain 
 confidential and privileged information.  If you are not an intended 
 recipient of this e-mail, you are hereby notified that any 
 unauthorized 
 use or distribution of this e-mail is strictly prohibited. 
 
 

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

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



RE: looping recordsets

2001-03-12 Thread Tristram Charnley

If you want to display one record at a time using
next/previous buttons you will need to use the
form submission/action page combination for each
record returned. There's a nice tutorial at:

http://www.cfvault.com/index.cfm/mode/DisplayTutorial/TuUUID/CA3C99A0-EC34-1
1D3-85030050DABEAE1B/Tutorial_Page/1

Tristram Charnley
-
[EMAIL PROTECTED]

"If something is hard to do, its not worth doing!"
Homer Simpson.

 -Original Message-
 From: Jones, Becky [mailto:[EMAIL PROTECTED]]
 Sent: 12 March 2001 15:28
 To: CF-Talk
 Subject: RE: looping recordsets


 but it really doesnt work if i already have a form set up
 that passes data
 to the action page.  the action page is where i want to loop thru the
 recordsets based on the information entered from the search form.

 -Original Message-
 From: Tristram Charnley [mailto:[EMAIL PROTECTED]]
 Sent: Monday, March 12, 2001 8:34 AM
 To: CF-Talk
 Subject: RE: looping recordsets


 Studio has a built in Wizard for this.

 File  New..  CFML  Record Viewer Wizard

 Tristram Charnley
 -
 [EMAIL PROTECTED]

 "If something is hard to do, its not worth doing!"
 Homer Simpson.

  -Original Message-
  From: Jones, Becky [mailto:[EMAIL PROTECTED]]
  Sent: 12 March 2001 00:40
  To: CF-Talk
  Subject: looping recordsets
 
 
  i want to be able to have next and previous buttons on a page
  where the
  first page would show all the information about employee one.
   then at the
  bottom of the page there would be a button called "next" and
  when i clicked
  on it, it would show employee two's info plus have a
  "prev"/"next" button at
  the bottom of the page.
  is there a special tag for this?
 
 
  *
  This e-mail, including any attachments, is intended for the
  receipt and use by the intended addressee(s), and may contain
  confidential and privileged information.  If you are not an
 intended
  recipient of this e-mail, you are hereby notified that any
  unauthorized
  use or distribution of this e-mail is strictly prohibited.
 
 
 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Any recommendations on an E-commerce software?

2001-03-12 Thread Ashley Hart

Hi,

I have a client that has a limited budget and can't afford for us to
build them an e-commerce store from scratch, so I wanted to find out if
anyone knew a good software that had admin reports, allowed for design,
product and layout setup customization, and allowed repeat customers to
have an account setup that they could view what they bought in the past,
saved all of their account information, including their credit cards
(like Amazon).  I used Miva Merchant once, and it was awful.

-ashley

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

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



CFHTTP

2001-03-12 Thread John McCosker

OK Folks,

I have two pages, on my first I have a dynamically populated select box that
has vehicles listed from a database,

the second page is my action page that pulls out my data like so,

cfif not isdefined("form.callsign")
cflocation url="mapTest.cfm" addtoken="No"
cfelse
cfquery name="qry_getVeichle" datasource="#application.dsn#"
username="#application.gateway#" password="#application.key#"
SELECT  callsign, vowner, dt, Lat, Lon, Speed, Direction,
Veh_Reg
FROMdbo.vehicles
WHERE   callsign = '#form.callsign#'
/cfquery
/cfif

Now after this query is run I pass values from the record set (also on the
same action page) to another server on a different domain to get a rendered
map showing an icon which represents my vehicle selected like so,

cfhttp
url="http://maps.whereonearth.com/cgi-bin/mapview.exe" method="POST"

cfhttpparam name="Lat" type="FORMFIELD"
value="#qry_getVeichle.Lat#"
cfhttpparam name="Lon" type="formfield"
value="#qry_getVeichle.Lon#"

/cfhttp


cfhttp URL = "http://bogus/areaOnline.com resolveurl = 1
throwonerror = Yes method="GET"
/cfhttp

cfoutputtrtd
colspan="3"#cfhttp.filecontent#/td/tr/cfoutput

When I run my page my values are output correctly, but I get an error like
so,

The requested file is not ASCII text and can not be rendered.
any ideas out there would be deeply appreciated,

many thanx, by the way "Stir of Echeos" great movie..


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

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



Re: Any recommendations on an E-commerce software?

2001-03-12 Thread Clint Tredway

Look at www.cfwebstore.com. They are inexpensive but I am not sure about all the 
features that you are needing.

--
Clint Tredway
www.factorxsoftware.com
--

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

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



Re: Any recommendations on an E-commerce software?

2001-03-12 Thread Ashley Hart

Thanks Clint.

Clint Tredway wrote:
 
 Look at www.cfwebstore.com. They are inexpensive but I am not sure about all the 
features that you are needing.
 
 --
 Clint Tredway
 www.factorxsoftware.com
 --
 

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

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



Re: Any recommendations on an E-commerce software?

2001-03-12 Thread Clint Tredway

no problem... 

--
Clint Tredway
www.factorxsoftware.com
--

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

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



RE: Any recommendations on an E-commerce software?

2001-03-12 Thread Duane Boudreau

Stay away from AbleCommerce!

Duane

-Original Message-
From: Ashley Hart [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 10:55 AM
To: CF-Talk
Subject: Any recommendations on an E-commerce software?


Hi,

I have a client that has a limited budget and can't afford for us to
build them an e-commerce store from scratch, so I wanted to find out if
anyone knew a good software that had admin reports, allowed for design,
product and layout setup customization, and allowed repeat customers to
have an account setup that they could view what they bought in the past,
saved all of their account information, including their credit cards
(like Amazon).  I used Miva Merchant once, and it was awful.

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

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



Can CF work with a FileMakerPro database?

2001-03-12 Thread Rick Lamb

I've been asked if I can interface with a FileMaker database using CFS. I
understand that the 5.0 version of FileMaker does support ODBC connections.
I would then assume there wouldn't be any problems working with the
information in this type of database but I would like someone to confirm
that for me. Can anybody verify that this is a feasible solution to use CF
to interface with a FileMaker Pro 5 database? Is there anything I should be
aware of before I commit to this?

Thanks,

Rick


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

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



Re: Any recommendations on an E-commerce software?

2001-03-12 Thread Rey Bango

Why?

Rey...

- Original Message -
From: "Duane Boudreau" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, March 12, 2001 11:15 AM
Subject: RE: Any recommendations on an E-commerce software?


 Stay away from AbleCommerce!

 Duane

 -Original Message-
 From: Ashley Hart [mailto:[EMAIL PROTECTED]]
 Sent: Monday, March 12, 2001 10:55 AM
 To: CF-Talk
 Subject: Any recommendations on an E-commerce software?


 Hi,

 I have a client that has a limited budget and can't afford for us to
 build them an e-commerce store from scratch, so I wanted to find out if
 anyone knew a good software that had admin reports, allowed for design,
 product and layout setup customization, and allowed repeat customers to
 have an account setup that they could view what they bought in the past,
 saved all of their account information, including their credit cards
 (like Amazon).  I used Miva Merchant once, and it was awful.

 -ashley

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

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



RE: Any recommendations on an E-commerce software?

2001-03-12 Thread Larry Juncker

I beg to differ;

Able Commerce is very robust and the new pricing structure makes it an
affordable product for single or multiple uses.

We have two installations of it an use it quite extensively.

Larry Juncker
Senior Cold Fusion Developer
Heartland Communications Group, Inc.


-Original Message-
From: Duane Boudreau [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 10:15 AM
To: CF-Talk
Subject: RE: Any recommendations on an E-commerce software?


Stay away from AbleCommerce!

Duane

-Original Message-
From: Ashley Hart [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 10:55 AM
To: CF-Talk
Subject: Any recommendations on an E-commerce software?


Hi,

I have a client that has a limited budget and can't afford for us to
build them an e-commerce store from scratch, so I wanted to find out if
anyone knew a good software that had admin reports, allowed for design,
product and layout setup customization, and allowed repeat customers to
have an account setup that they could view what they bought in the past,
saved all of their account information, including their credit cards
(like Amazon).  I used Miva Merchant once, and it was awful.

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

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



RE: Any recommendations on an E-commerce software?

2001-03-12 Thread Duane Boudreau

ACB has been the bane of my existence the last two months. The application
is slow, the code and database is very poorly documented and there is little
or no support for users with open source licenses.

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 11:31 AM
To: CF-Talk
Subject: Re: Any recommendations on an E-commerce software?


Why?

Rey...

- Original Message -
From: "Duane Boudreau" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, March 12, 2001 11:15 AM
Subject: RE: Any recommendations on an E-commerce software?


 Stay away from AbleCommerce!

 Duane

 -Original Message-
 From: Ashley Hart [mailto:[EMAIL PROTECTED]]
 Sent: Monday, March 12, 2001 10:55 AM
 To: CF-Talk
 Subject: Any recommendations on an E-commerce software?


 Hi,

 I have a client that has a limited budget and can't afford for us to
 build them an e-commerce store from scratch, so I wanted to find out if
 anyone knew a good software that had admin reports, allowed for design,
 product and layout setup customization, and allowed repeat customers to
 have an account setup that they could view what they bought in the past,
 saved all of their account information, including their credit cards
 (like Amazon).  I used Miva Merchant once, and it was awful.

 -ashley

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

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



RE: search a text file

2001-03-12 Thread Philip Arnold - ASP

 I've got a bit of a task where I need to poll a text file for
 several lines of text which is buried deep within the file.
 These lines change each day, but the text surrounding them do not.

 Is it possible to extract these lines of information based on the text
 surrounding them?

You need a bit RegEx to do this

As my brain is trying to climb out of my ear (too many days of too many
hours) I can't think of it at the moment (how bad is that?)

But I'm sure someone else will post it...

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



RE: Can CF work with a FileMakerPro database?

2001-03-12 Thread Ben Lowndes

I tried (admitteldy, not very hard!) querying a filemaker Db with CF over
ODBC a while ago. It was so slow, I decided to stick to what I knew
instead!

Ben.

--
Ben Lowndes, CF Contractor
http://www.lowndes.net/
Currently available for new contracts.


 -Original Message-
 From: Rick Lamb [mailto:[EMAIL PROTECTED]]
 Sent: 12 March 2001 15:30
 To: CF-Talk
 Subject: Can CF work with a FileMakerPro database?


 I've been asked if I can interface with a FileMaker database using CFS. I
 understand that the 5.0 version of FileMaker does support ODBC
 connections.
 I would then assume there wouldn't be any problems working with the
 information in this type of database but I would like someone to confirm
 that for me. Can anybody verify that this is a feasible solution to use CF
 to interface with a FileMaker Pro 5 database? Is there anything I
 should be
 aware of before I commit to this?

 Thanks,

 Rick


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

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



RE: CFHTTP

2001-03-12 Thread Caulfield, Michael

I think this is a CF 4.5.x bug. If CF doesn't recognize the file type as
text, then CF
won't display the FileContent, even if it is ASCII.

I'm not sure if the service packs addressed this or not. What are you
running?

-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 9:50 AM
To: CF-Talk
Subject: CFHTTP


OK Folks,

I have two pages, on my first I have a dynamically populated select box that
has vehicles listed from a database,

the second page is my action page that pulls out my data like so,

cfif not isdefined("form.callsign")
cflocation url="mapTest.cfm" addtoken="No"
cfelse
cfquery name="qry_getVeichle" datasource="#application.dsn#"
username="#application.gateway#" password="#application.key#"
SELECT  callsign, vowner, dt, Lat, Lon, Speed, Direction,
Veh_Reg
FROMdbo.vehicles
WHERE   callsign = '#form.callsign#'
/cfquery
/cfif

Now after this query is run I pass values from the record set (also on the
same action page) to another server on a different domain to get a rendered
map showing an icon which represents my vehicle selected like so,

cfhttp
url="http://maps.whereonearth.com/cgi-bin/mapview.exe" method="POST"

cfhttpparam name="Lat" type="FORMFIELD"
value="#qry_getVeichle.Lat#"
cfhttpparam name="Lon" type="formfield"
value="#qry_getVeichle.Lon#"

/cfhttp


cfhttp URL = "http://bogus/areaOnline.com resolveurl = 1
throwonerror = Yes method="GET"
/cfhttp

cfoutputtrtd
colspan="3"#cfhttp.filecontent#/td/tr/cfoutput

When I run my page my values are output correctly, but I get an error like
so,

The requested file is not ASCII text and can not be rendered.
any ideas out there would be deeply appreciated,

many thanx, by the way "Stir of Echeos" great movie..
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Any recommendations on an E-commerce software?

2001-03-12 Thread Stewart McGowan

http://www.shopcreator.co.uk


Regards

Stew

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

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



RE: CFHTTP

2001-03-12 Thread John McCosker

I am running enterprise server 4.5.1

-Original Message-
From: Caulfield, Michael [mailto:[EMAIL PROTECTED]]
Sent: 12 March 2001 16:54
To: CF-Talk
Subject: RE: CFHTTP


I think this is a CF 4.5.x bug. If CF doesn't recognize the file type as
text, then CF
won't display the FileContent, even if it is ASCII.

I'm not sure if the service packs addressed this or not. What are you
running?

-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 9:50 AM
To: CF-Talk
Subject: CFHTTP


OK Folks,

I have two pages, on my first I have a dynamically populated select box that
has vehicles listed from a database,

the second page is my action page that pulls out my data like so,

cfif not isdefined("form.callsign")
cflocation url="mapTest.cfm" addtoken="No"
cfelse
cfquery name="qry_getVeichle" datasource="#application.dsn#"
username="#application.gateway#" password="#application.key#"
SELECT  callsign, vowner, dt, Lat, Lon, Speed, Direction,
Veh_Reg
FROMdbo.vehicles
WHERE   callsign = '#form.callsign#'
/cfquery
/cfif

Now after this query is run I pass values from the record set (also on the
same action page) to another server on a different domain to get a rendered
map showing an icon which represents my vehicle selected like so,

cfhttp
url="http://maps.whereonearth.com/cgi-bin/mapview.exe" method="POST"

cfhttpparam name="Lat" type="FORMFIELD"
value="#qry_getVeichle.Lat#"
cfhttpparam name="Lon" type="formfield"
value="#qry_getVeichle.Lon#"

/cfhttp


cfhttp URL = "http://bogus/areaOnline.com resolveurl = 1
throwonerror = Yes method="GET"
/cfhttp

cfoutputtrtd
colspan="3"#cfhttp.filecontent#/td/tr/cfoutput

When I run my page my values are output correctly, but I get an error like
so,

The requested file is not ASCII text and can not be rendered.
any ideas out there would be deeply appreciated,

many thanx, by the way "Stir of Echeos" great movie..
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Any recommendations on an E-commerce software?

2001-03-12 Thread paul smith

Why is that?

best,  paul

At 11:15 AM 3/12/01 -0500, you wrote:
Stay away from AbleCommerce!


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

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



RE: Any recommendations on an E-commerce software?

2001-03-12 Thread paul smith

Which version is slow?

best,  paul

At 11:47 AM 3/12/01 -0500, you wrote:
ACB has been the bane of my existence the last two months. The application
is slow, the code and database is very poorly documented and there is little
or no support for users with open source licenses.

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 11:31 AM
To: CF-Talk
Subject: Re: Any recommendations on an E-commerce software?


Why?

Rey...

- Original Message -
From: "Duane Boudreau" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, March 12, 2001 11:15 AM
Subject: RE: Any recommendations on an E-commerce software?


  Stay away from AbleCommerce!
 
  Duane
 


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

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



RE: Can CF work with a FileMakerPro database?

2001-03-12 Thread Stewart McGowan

its is possible, FMP 5 supposedly is fully ODBC compliant, 4.1 had a ODBC
driver doodah that you had to apply for I think, but it was absolutely
useless, if you can get away from filemaker I would advise you to.

Regards


Stew

 --
 From: [EMAIL PROTECTED]
 Reply To: [EMAIL PROTECTED]
 Sent: Monday, March 12, 2001 3:29 pm
 To:   CF-Talk
 Subject:  Can CF work with a FileMakerPro database?
 
 I've been asked if I can interface with a FileMaker database using CFS. I
 understand that the 5.0 version of FileMaker does support ODBC
 connections.
 I would then assume there wouldn't be any problems working with the
 information in this type of database but I would like someone to confirm
 that for me. Can anybody verify that this is a feasible solution to use CF
 to interface with a FileMaker Pro 5 database? Is there anything I should
 be
 aware of before I commit to this?
 
 Thanks,
 
 Rick
 
 

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

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



RE: CFHTTP

2001-03-12 Thread John McCosker

Further to my existing query is cfhttp restricted to coldfusion templates or
can it it be compatible with any executable awaiting the parameters within
cfhhtp,
 to quote the help docs

"Post passes data to a specified ColdFusion page or to some executable that
interprets the variables being sent and returns data."

-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]]
Sent: 12 March 2001 17:05
To: CF-Talk
Subject: RE: CFHTTP


I am running enterprise server 4.5.1

-Original Message-
From: Caulfield, Michael [mailto:[EMAIL PROTECTED]]
Sent: 12 March 2001 16:54
To: CF-Talk
Subject: RE: CFHTTP


I think this is a CF 4.5.x bug. If CF doesn't recognize the file type as
text, then CF
won't display the FileContent, even if it is ASCII.

I'm not sure if the service packs addressed this or not. What are you
running?

-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 9:50 AM
To: CF-Talk
Subject: CFHTTP


OK Folks,

I have two pages, on my first I have a dynamically populated select box that
has vehicles listed from a database,

the second page is my action page that pulls out my data like so,

cfif not isdefined("form.callsign")
cflocation url="mapTest.cfm" addtoken="No"
cfelse
cfquery name="qry_getVeichle" datasource="#application.dsn#"
username="#application.gateway#" password="#application.key#"
SELECT  callsign, vowner, dt, Lat, Lon, Speed, Direction,
Veh_Reg
FROMdbo.vehicles
WHERE   callsign = '#form.callsign#'
/cfquery
/cfif

Now after this query is run I pass values from the record set (also on the
same action page) to another server on a different domain to get a rendered
map showing an icon which represents my vehicle selected like so,

cfhttp
url="http://maps.whereonearth.com/cgi-bin/mapview.exe" method="POST"

cfhttpparam name="Lat" type="FORMFIELD"
value="#qry_getVeichle.Lat#"
cfhttpparam name="Lon" type="formfield"
value="#qry_getVeichle.Lon#"

/cfhttp


cfhttp URL = "http://bogus/areaOnline.com resolveurl = 1
throwonerror = Yes method="GET"
/cfhttp

cfoutputtrtd
colspan="3"#cfhttp.filecontent#/td/tr/cfoutput

When I run my page my values are output correctly, but I get an error like
so,

The requested file is not ASCII text and can not be rendered.
any ideas out there would be deeply appreciated,

many thanx, by the way "Stir of Echeos" great movie..
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: CFHTTP

2001-03-12 Thread Philip Arnold - ASP

 I think this is a CF 4.5.x bug. If CF doesn't recognize the file type as
 text, then CF won't display the FileContent, even if it is ASCII.

 I'm not sure if the service packs addressed this or not. What are you
 running?

You've just reminded me which way around it is - it's a 4.5.x bug - it works
perfectly in 4.0.1

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



CF_InterShipper

2001-03-12 Thread ibtoad

We are considering the custom shipping calculator tag CF_InterShipper from
http://www.intershipper.net/  Does anyone have any experience with this tag?
What kind of reliability does this free service have?

Thanks,
Rich



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

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



RE: Any recommendations on an E-commerce software?

2001-03-12 Thread Duane Boudreau

We have 2.91.

There are tonnes of select *'s in the queries. The code is not written very
efficiently at all. Some templates take seconds to process and we have this
running on pretty hefty machine Dell3850 Dual PIII 750's with 512 MG RAM.
The Database sits on its own server which is similar in spec.

Duane



-Original Message-
From: paul smith [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 12:11 PM
To: CF-Talk
Subject: RE: Any recommendations on an E-commerce software?


Which version is slow?

best,  paul

At 11:47 AM 3/12/01 -0500, you wrote:
ACB has been the bane of my existence the last two months. The application
is slow, the code and database is very poorly documented and there is
little
or no support for users with open source licenses.

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 11:31 AM
To: CF-Talk
Subject: Re: Any recommendations on an E-commerce software?


Why?

Rey...

- Original Message -
From: "Duane Boudreau" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, March 12, 2001 11:15 AM
Subject: RE: Any recommendations on an E-commerce software?


  Stay away from AbleCommerce!
 
  Duane
 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: CFHTTP

2001-03-12 Thread John McCosker

Will the service pack cater for this problem, or am I peering at a big block
of grey anti-matter.

-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: 12 March 2001 17:31
To: CF-Talk
Subject: RE: CFHTTP


 I think this is a CF 4.5.x bug. If CF doesn't recognize the file type as
 text, then CF won't display the FileContent, even if it is ASCII.

 I'm not sure if the service packs addressed this or not. What are you
 running?

You've just reminded me which way around it is - it's a 4.5.x bug - it works
perfectly in 4.0.1

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



OT: cffile and mapped or UNC drives

2001-03-12 Thread Stephenie Hamilton

ok, i am having a monday!
i am trying to use cffile to write a file to a mapped drive, i have even
tried it using the unc path and have hit the wall...is this a limitation of
cffile or am i missing something?
-code - mapped drive--
cffile action="WRITE" file="f:\temp\myfile.txt" output="myfilestuff"
addnewline="Yes"

-code - unc path--
cffile action="WRITE" file="\\myserver\d:\temp\myfile.txt"
output="myfilestuff" addnewline="Yes"

tia
--
Stephenie Hamilton

--
Stephenie Hamilton
Senior ColdFusion Administrator
Express Technologies, Inc.
want CF_Freedom?
try CFXHosting.com
Winner of the 2000 ColdFusion Developer's Journal Best ColdFusion Web Host!!




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

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



RE: cffile and mapped or UNC drives

2001-03-12 Thread Marcus

Your UNC path shouldn't contain the aliased drive designation of d:\.

 ok, i am having a monday!
 i am trying to use cffile to write a file to a mapped drive, i have even
 tried it using the unc path and have hit the wall...is this a 
 limitation of
 cffile or am i missing something?
 -code - mapped drive--
 cffile action="WRITE" file="f:\temp\myfile.txt" output="myfilestuff"
 addnewline="Yes"
 
 -code - unc path--
 cffile action="WRITE" file="\\myserver\d:\temp\myfile.txt"
 output="myfilestuff" addnewline="Yes"
 

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

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



RE: cffile and mapped or UNC drives

2001-03-12 Thread Philip Arnold - ASP

 ok, i am having a monday!
 i am trying to use cffile to write a file to a mapped drive, i have even
 tried it using the unc path and have hit the wall...is this a
 limitation of
 cffile or am i missing something?
 -code - mapped drive--
 cffile action="WRITE" file="f:\temp\myfile.txt" output="myfilestuff"
 addnewline="Yes"

 -code - unc path--
 cffile action="WRITE" file="\\myserver\d:\temp\myfile.txt"
 output="myfilestuff" addnewline="Yes"

The UNC must be the share name, so if your share is "d:" then this should
work, but if the share is "d" then it should be
"\\myServer\d\temp\myfile.txt"

Check the share name and the permissions - if they're wrong, then CF won't
write it (CF must be logged in as a user with access rights, not as Local as
it normally is)

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



RE: cffile and mapped or UNC drives

2001-03-12 Thread Daniel Lancelot

CF needs to be logged in under an account that has rights to access the
network (ie not system account - which is default..

-Original Message-
From: Stephenie Hamilton [mailto:[EMAIL PROTECTED]]
Sent: 12 March 2001 17:45
To: CF-Talk
Subject: OT: cffile and mapped or UNC drives


ok, i am having a monday!
i am trying to use cffile to write a file to a mapped drive, i have even
tried it using the unc path and have hit the wall...is this a limitation of
cffile or am i missing something?
-code - mapped drive--
cffile action="WRITE" file="f:\temp\myfile.txt" output="myfilestuff"
addnewline="Yes"

-code - unc path--
cffile action="WRITE" file="\\myserver\d:\temp\myfile.txt"
output="myfilestuff" addnewline="Yes"

tia
--
Stephenie Hamilton

--
Stephenie Hamilton
Senior ColdFusion Administrator
Express Technologies, Inc.
want CF_Freedom?
try CFXHosting.com
Winner of the 2000 ColdFusion Developer's Journal Best ColdFusion Web Host!!
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: cffile and mapped or UNC drives

2001-03-12 Thread flavia montezuma

Hey guys;

I am a CF Developer going to US and looking for a job
in Florida (Boca Raton, Ft.Lauderdale, Naples)
I would appreciate your help.

Tks

--- Marcus [EMAIL PROTECTED] wrote:
 Your UNC path shouldn't contain the aliased drive
 designation of d:\.
 
  ok, i am having a monday!
  i am trying to use cffile to write a file to a
 mapped drive, i have even
  tried it using the unc path and have hit the
 wall...is this a 
  limitation of
  cffile or am i missing something?
  -code - mapped
 drive--
  cffile action="WRITE" file="f:\temp\myfile.txt"
 output="myfilestuff"
  addnewline="Yes"
  
  -code - unc
 path--
  cffile action="WRITE"
 file="\\myserver\d:\temp\myfile.txt"
  output="myfilestuff" addnewline="Yes"
  
 

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

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



RE: cffile and mapped or UNC drives

2001-03-12 Thread Stephenie Hamilton

ah for sure it is a monday, i goofed on typing in the unc path, my actual
code does not have the drive letter in it g
but basically it sounds like y'all are saying it is a perms problem?

--
Stephenie Hamilton
Senior ColdFusion Administrator
Express Technologies, Inc.
want CF_Freedom?
try CFXHosting.com
Winner of the 2000 ColdFusion Developer's Journal Best ColdFusion Web Host!!



-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 12:56 PM
To: CF-Talk
Subject: RE: cffile and mapped or UNC drives


 ok, i am having a monday!
 i am trying to use cffile to write a file to a mapped drive, i have even
 tried it using the unc path and have hit the wall...is this a
 limitation of
 cffile or am i missing something?
 -code - mapped drive--
 cffile action="WRITE" file="f:\temp\myfile.txt" output="myfilestuff"
 addnewline="Yes"

 -code - unc path--
 cffile action="WRITE" file="\\myserver\d:\temp\myfile.txt"
 output="myfilestuff" addnewline="Yes"

The UNC must be the share name, so if your share is "d:" then this should
work, but if the share is "d" then it should be
"\\myServer\d\temp\myfile.txt"

Check the share name and the permissions - if they're wrong, then CF won't
write it (CF must be logged in as a user with access rights, not as Local as
it normally is)

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Any recommendations on an E-commerce software?

2001-03-12 Thread flavia montezuma

Hey guys;

I am a CF Developer going to US and looking for a job
in Florida (Boca Raton, Ft.Lauderdale, Naples)
I would appreciate your help.

Tks

--- Duane Boudreau [EMAIL PROTECTED] wrote:
 We have 2.91.
 
 There are tonnes of select *'s in the queries. The
 code is not written very
 efficiently at all. Some templates take seconds to
 process and we have this
 running on pretty hefty machine Dell3850 Dual PIII
 750's with 512 MG RAM.
 The Database sits on its own server which is similar
 in spec.
 
 Duane
 
 
 
 -Original Message-
 From: paul smith [mailto:[EMAIL PROTECTED]]
 Sent: Monday, March 12, 2001 12:11 PM
 To: CF-Talk
 Subject: RE: Any recommendations on an E-commerce
 software?
 
 
 Which version is slow?
 
 best,  paul
 
 At 11:47 AM 3/12/01 -0500, you wrote:
 ACB has been the bane of my existence the last two
 months. The application
 is slow, the code and database is very poorly
 documented and there is
 little
 or no support for users with open source licenses.
 
 -Original Message-
 From: Rey Bango [mailto:[EMAIL PROTECTED]]
 Sent: Monday, March 12, 2001 11:31 AM
 To: CF-Talk
 Subject: Re: Any recommendations on an E-commerce
 software?
 
 
 Why?
 
 Rey...
 
 - Original Message -
 From: "Duane Boudreau" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Monday, March 12, 2001 11:15 AM
 Subject: RE: Any recommendations on an E-commerce
 software?
 
 
   Stay away from AbleCommerce!
  
   Duane
  

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

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



Re: cffile and mapped or UNC drives

2001-03-12 Thread Howie Hamlin

You need to make sure that CF us running as a user account with rights to
the folder.  You can set this up in the Services applet.

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server
Get your free copy of iMS POST-SE Server from CoolFusion!

- Original Message -
From: "Stephenie Hamilton" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, March 12, 2001 12:45 PM
Subject: OT: cffile and mapped or UNC drives


 ok, i am having a monday!
 i am trying to use cffile to write a file to a mapped drive, i have even
 tried it using the unc path and have hit the wall...is this a limitation
of
 cffile or am i missing something?
 -code - mapped drive--
 cffile action="WRITE" file="f:\temp\myfile.txt" output="myfilestuff"
 addnewline="Yes"

 -code - unc path--
 cffile action="WRITE" file="\\myserver\d:\temp\myfile.txt"
 output="myfilestuff" addnewline="Yes"

 tia
 --
 Stephenie Hamilton

 --
 Stephenie Hamilton
 Senior ColdFusion Administrator
 Express Technologies, Inc.
 want CF_Freedom?
 try CFXHosting.com
 Winner of the 2000 ColdFusion Developer's Journal Best ColdFusion Web
Host!!






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

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



RE: Any recommendations on an E-commerce software?

2001-03-12 Thread Angél Stewart

I am quite pleased with the program's features and capabilities.
I haven't found anything that offers the same features as Ablecommerce for
coldfusion, and does it better than Ablecommerce.

Ablecommerce's tech support has always been very helpful during the times
when I've had to talk to them.
They probably just don't like you very much.

-Gel
hee hee hee
;-P


-Original Message-
From: Duane Boudreau [mailto:[EMAIL PROTECTED]]

We have 2.91.

There are tonnes of select *'s in the queries. The code is not written very
efficiently at all. Some templates take seconds to process and we have this
running on pretty hefty machine Dell3850 Dual PIII 750's with 512 MG RAM.
The Database sits on its own server which is similar in spec.

Duane



-Original Message-
From: paul smith [mailto:[EMAIL PROTECTED]]

Which version is slow?

best,  paul

At 11:47 AM 3/12/01 -0500, you wrote:
ACB has been the bane of my existence the last two months. The application
is slow, the code and database is very poorly documented and there is
little
or no support for users with open source licenses.


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

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



RE: Dates in OLEDB

2001-03-12 Thread Philip Arnold - ASP

 tried that, and it doesnt seem to work...

Not tried this;

select *
from [d:\myFolder\myDatabase.mdb].Table

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



RE: cffile and mapped or UNC drives

2001-03-12 Thread Philip Arnold - ASP

 I am a CF Developer going to US and looking for a job
 in Florida (Boca Raton, Ft.Lauderdale, Naples)
 I would appreciate your help.

Post on CF-Jobs

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



RE: cffile and mapped or UNC drives

2001-03-12 Thread Dave Watts

 ah for sure it is a monday, i goofed on typing in the unc 
 path, my actual code does not have the drive letter in it g
 but basically it sounds like y'all are saying it is a perms 
 problem?

That's probably the problem. By default, CF runs as LocalSystem, which is a
security context analogous to a local administrator with no network rights.
You can run CF as a different user (one with fewer local rights but network
access) to address this. There's a good article covering this at:

http://www.defusion.com/articles/index.cfm?ArticleID=89

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

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

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



RE: cffile and mapped or UNC drives

2001-03-12 Thread Philip Arnold - ASP

 ah for sure it is a monday, i goofed on typing in the unc path, my actual
 code does not have the drive letter in it g

It always helps to have different code in your request and your template g

 but basically it sounds like y'all are saying it is a perms problem?

Don't assume CF can see it if you login and check it via the desktop - check
the account CF logs in under and use that

Don't use drive mappings - they usually happen on a desktop login, which CF
doesn't do

Use a CFDirectory to see if CF can read the directory, and then use the
CFFile to see if CF can write to the directory

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



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

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



RE: cffile and mapped or UNC drives

2001-03-12 Thread Marcus

the easiest way I have found to see if the drive can be accessed is to go to
the actual web server (either console or PCAnywhere type connection) and hit
run, and type in the unc drive path. If you get through, so can the web
server.

Marcus

 ah for sure it is a monday, i goofed on typing in the unc path, my actual
 code does not have the drive letter in it g
 but basically it sounds like y'all are saying it is a perms problem?



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

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



Displaying A Week Out Of Month

2001-03-12 Thread Yvette Ingram

I have tried every combination of date/time functions and just can't get a
month to display just one week at a time.  Has anyone done anything like
this they can shed some light on.

Tx,
Yvette Ingram




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

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



Re: OT: cffile and mapped or UNC drives

2001-03-12 Thread Trey Rouse

The user that CF is running as must have access to the unc path.  By 
default CF uses the localsystem account that wont have access to those shares.

A common problem when your webserver doesn't have your actual web content 
on it.  Actually causes the CF installer to bomb with a disk space error.


At 12:45 PM 3/12/2001 -0500, you wrote:
ok, i am having a monday!
i am trying to use cffile to write a file to a mapped drive, i have even
tried it using the unc path and have hit the wall...is this a limitation of
cffile or am i missing something?
-code - mapped drive--
cffile action="WRITE" file="f:\temp\myfile.txt" output="myfilestuff"
addnewline="Yes"

-code - unc path--
cffile action="WRITE" file="\\myserver\d:\temp\myfile.txt"
output="myfilestuff" addnewline="Yes"

tia
--
Stephenie Hamilton

--
Stephenie Hamilton
Senior ColdFusion Administrator
Express Technologies, Inc.
want CF_Freedom?
try CFXHosting.com
Winner of the 2000 ColdFusion Developer's Journal Best ColdFusion Web Host!!





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

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



RE: Any recommendations on an E-commerce software?

2001-03-12 Thread Aaron Rouse

They must not like other people very much.  We tried to use Ablecommerce a
little over a year ago and the tech support was terrible.  They did
nothing but try and point fingers at anything but their product for the
problems we were experiencing.  The problems turned out to be the
installation was not installing correctly from the media they provided us
when we purschased it.  The problem happened on multiple servers and had
it ever been tried on out production server we would have experience a bit
of downtime due to the installation hosing Netscape Enterprise on all of
the test machines.

On Mon, 12 Mar 2001, [iso-8859-1] Angél Stewart wrote:

 I am quite pleased with the program's features and capabilities.
 I haven't found anything that offers the same features as Ablecommerce for
 coldfusion, and does it better than Ablecommerce.
 
 Ablecommerce's tech support has always been very helpful during the times
 when I've had to talk to them.
 They probably just don't like you very much.
 
 -Gel
 hee hee hee
 ;-P
 
 
 -Original Message-
 From: Duane Boudreau [mailto:[EMAIL PROTECTED]]
 
 We have 2.91.
 
 There are tonnes of select *'s in the queries. The code is not written very
 efficiently at all. Some templates take seconds to process and we have this
 running on pretty hefty machine Dell3850 Dual PIII 750's with 512 MG RAM.
 The Database sits on its own server which is similar in spec.
 
 Duane
 
 
 
 -Original Message-
 From: paul smith [mailto:[EMAIL PROTECTED]]
 
 Which version is slow?
 
 best,  paul
 
 At 11:47 AM 3/12/01 -0500, you wrote:
 ACB has been the bane of my existence the last two months. The application
 is slow, the code and database is very poorly documented and there is
 little
 or no support for users with open source licenses.
 
 

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

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



Mass Newsletter Distribution

2001-03-12 Thread Andres Leon

Ideas, suggestions, experiences welcomed...

My company has accumulated a sizable email list and has been using mass
email distribution companies to send newsletters to these addresses.

Due to escalating cost, my managers want to know what hardware/bandwidth
would be required to send these newsletters using an in house solution.
They would be one email per week to a list that exceeds 900,000
recipients. The list is growing at a rate of approximately 3-7%.
Although we don't expect this growth to last forever, we do foresee that
the list will reach the million mark very soon.

The hardware, software and bandwidth recommendations would have to allow
for this type of growth.

The solution would also have to have the same types of features that
these mass emailers have such as email client sniffers, link tracking,
traffic reporting, forwarding reporting, etc.

I am certain that one could write a CF mass emailer, but i really don't
think CF would be the best suited tool for this type of job.

Again, all comments and ideas are welcomed!

Thanks for your help.

Andres Leon

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

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



Re: Can CF work with a FileMakerPro database?

2001-03-12 Thread Jeffry Houser


   Why not just use the FileMaker Web Server.  It seems counter-productive 
to try to use CF.  I believe that Lasso is the FileMaker language for the 
web (don't hold me to that)?

FileMaker, depending who you talk to, is not a relational database, 
it's a flat-file structure, similar to Approach.

At 11:48 AM 03/12/2001 -0500, you wrote:
I cannot say for sure, and I would love to know if anyone has done this, but
I do know even the newest version of FMP 5 has very limited ODBC support.
There is some sort of native XML support which seems to be a workaround.
I'd reccomend checking out the Filemaker web site. There is a white paper on
setting up an eccomerce shopping cart web site with FMP as the database. The
FMP people jumped through all sorts of hoops, and actually wrote a custom
java servlet to communicate between the two.

jon
- Original Message -
From: "Rick Lamb" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, March 12, 2001 10:29 AM
Subject: Can CF work with a FileMakerPro database?


  I've been asked if I can interface with a FileMaker database using CFS. I
  understand that the 5.0 version of FileMaker does support ODBC
connections.
  I would then assume there wouldn't be any problems working with the
  information in this type of database but I would like someone to confirm
  that for me. Can anybody verify that this is a feasible solution to use CF
  to interface with a FileMaker Pro 5 database? Is there anything I should
be
  aware of before I commit to this?
 
  Thanks,
 
  Rick
 
 
 

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

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



RE: CFHTTP

2001-03-12 Thread Dave Watts

 Further to my existing query is cfhttp restricted to 
 coldfusion templates or can it it be compatible with 
 any executable awaiting the parameters within cfhhtp,
  to quote the help docs
 
 "Post passes data to a specified ColdFusion page or to some 
 executable that interprets the variables being sent and 
 returns data."

You can use CFHTTP against any URL that will respond to the GET or POST
request you send it. It doesn't matter what server-side language is used to
generate that response. CFHTTP is used by CF as an HTTP client, and from the
remote server's perspective, it's like any other HTTP client.

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

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

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



RE: cffile and mapped or UNC drives

2001-03-12 Thread Stephenie Hamilton

thanks for the info, i cannot change the account cf runs under so i will
have to figure out another way to do what i wanted to do. thanks again, you
guys are the greatest! :)

--
Stephenie Hamilton




-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 1:15 PM
To: CF-Talk
Subject: RE: cffile and mapped or UNC drives


 ah for sure it is a monday, i goofed on typing in the unc path, my actual
 code does not have the drive letter in it g

It always helps to have different code in your request and your template g

 but basically it sounds like y'all are saying it is a perms problem?

Don't assume CF can see it if you login and check it via the desktop - check
the account CF logs in under and use that

Don't use drive mappings - they usually happen on a desktop login, which CF
doesn't do

Use a CFDirectory to see if CF can read the directory, and then use the
CFFile to see if CF can write to the directory

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Looking for Job

2001-03-12 Thread Jeffry Houser


I have a few suggestions:

  A) Learn the difference between a new message and a reply.
  B) Research netiquette .  Try to learn about standard e-mail protocol, 
such as relevant subject headers.
  C) Learn how to use your e-mail program, so you know how to create a new 
message, and a reply.  (See part B for when to use each one)
  D) Research netiquette  some more.  Learn about mailing lists.
  E) Look into the CF-JOBS list (at houseoffusion.com)



At 10:01 AM 03/12/2001 -0800, you wrote:
Hey guys;

I am a CF Developer going to US and looking for a job
in Florida (Boca Raton, Ft.Lauderdale, Naples)
I would appreciate your help.

Tks

--- Duane Boudreau [EMAIL PROTECTED] wrote:
  We have 2.91.
 
  There are tonnes of select *'s in the queries. The
  code is not written very
  efficiently at all. Some templates take seconds to
  process and we have this
  running on pretty hefty machine Dell3850 Dual PIII
  750's with 512 MG RAM.
  The Database sits on its own server which is similar
  in spec.
 
  Duane
 
 
 
  -Original Message-
  From: paul smith [mailto:[EMAIL PROTECTED]]
  Sent: Monday, March 12, 2001 12:11 PM
  To: CF-Talk
  Subject: RE: Any recommendations on an E-commerce
  software?
 
 
  Which version is slow?
 
  best,  paul
 
  At 11:47 AM 3/12/01 -0500, you wrote:
  ACB has been the bane of my existence the last two
  months. The application
  is slow, the code and database is very poorly
  documented and there is
  little
  or no support for users with open source licenses.
  
  -Original Message-
  From: Rey Bango [mailto:[EMAIL PROTECTED]]
  Sent: Monday, March 12, 2001 11:31 AM
  To: CF-Talk
  Subject: Re: Any recommendations on an E-commerce
  software?
  
  
  Why?
  
  Rey...
  
  - Original Message -
  From: "Duane Boudreau" [EMAIL PROTECTED]
  To: "CF-Talk" [EMAIL PROTECTED]
  Sent: Monday, March 12, 2001 11:15 AM
  Subject: RE: Any recommendations on an E-commerce
  software?
  
  
Stay away from AbleCommerce!
   
Duane
   
 

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

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



Session Variables

2001-03-12 Thread Josh Daws

I'm new at CF.  I'm very experienced in ASP however.  I am now working on
one of my first CF projects and I'm having trouble with session variables.

In ASP I'm used to having the sessions expire when I shut down a browser.
However, I'm declaring a session variable in cold fusion and when I close
the browser and open the page up again in a new browser, the session
variable is still active.  How can I get the session variable to expire when
I close the browser?  If this can't be done, is there a way to clear all
session variables the first time the application.cfm is run, but not every
time?

Josh Daws
428 Productions
(941) 756-7431
www.428Productions.com


- Original Message -
From: "CF-Talk" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, March 12, 2001 6:30 AM
Subject: CF-Talk-list V1 #206


 CF-Talk-list   Mon, 12 Mar 2001  Volume 1 : Number
206

 In this issue:

 RE: Looping Next  Previous Buttons
 Encrypted string in forms
 Re: Looping Next  Previous Buttons
 Slightly OT: Cookie blocking at corporate firewall level -
 what gives?
 RE: Javascript: Tearing my hair out
 RE: Slightly OT: Cookie blocking at corporate firewall level -what
gives?
 RE: Dates in OLEDB
 Verity error trapping
 RE: Dates in OLEDB
 RE: Dates in OLEDB


 --

 Date: Sun, 11 Mar 2001 22:54:50 -0500
 From: "Chad Elley" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: RE: Looping Next  Previous Buttons
 Message-ID: [EMAIL PROTECTED]

 Might want to look into formatting all of your date variables with the
 CREATEODBCDATE function.  I ran into a similar problem with dates.  Worth
a
 try...

 -Original Message-
 From: Yvette Ingram [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, March 11, 2001 6:09 PM
 To: CF-Talk
 Subject: Looping Next  Previous Buttons


 Hi:

 I'm building a scheduler that only shows a week at a glance (horizontally)
 and time slots (vertically).  When a user presses the Next button, I can
 only get it to go to the next week and no further.  Same thing with the
 Previous button.  Here's some code snipplets.  My brain is fried at the
 moment.  Any help on this is greatly appreciated.

 !---  set some variables ---
 CFPARAM NAME="CurrentDate" DEFAULT="#now()#"
 CFPARAM NAME="CurrentYear" DEFAULT="#Year(CurrentDate)#"
 CFPARAM NAME="CurrentMonth" DEFAULT="#Month(CurrentDate)#"
 CFPARAM NAME="CurrentDay" DEFAULT="#Day(CurrentDate)#"
 CFPARAM NAME="Form.WeekChange" DEFAULT=""

 !---  sets the start, end and maximum number of weeks ---
 CFSET STARTWEEK = CURRENTDATE
 CFSET ENDWEEK = CURRENTDATE + 6
 CFSET MAXWEEK = CREATEODBCDATE(DATEADD('WW', 4, NOW()))

 !---  stuff to handle the form ---  (Problem Area I think)
 CFIF ISDEFINED("Form.WeekChange")
  CFIF FORM.WEEKCHANGE IS 'NEXT'
   CFSET STARTWEEK = ENDWEEK + 1
   CFSET ENDWEEK = STARTWEEK + 6
 /CFIF
 /CFIF

 !---   output ---
 !---  Week At A Glance ---
   TR
   CFOUTPUT
   CFLOOP INDEX="current_week" FROM="#startweek#" TO="#endweek#"
 #DateFormat(current_week, ',DD,')#
/TD
  /CFLOOP
   /CFOUTPUT
   /TR



 Yvette Ingram
 Email: ingramrecruiting@erols or
 [EMAIL PROTECTED]
 ICQ:  21200397
 ~~
 Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

 --

 Date: Mon, 12 Mar 2001 01:04:38 -0600
 From: "Bryan LaPlante" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Encrypted string in forms
 Message-ID: 001801c0aac2$b6d47c50$[EMAIL PROTECTED]

 Does any one have an idea of how I can pass a string that was previously
 encrypted and then cut-n-pasted into a hidden form filed?  Kind of like
 #JSstringFormat()# will make your string safe for JavaScript, I need a way
 to safely pass and encrypted string in a hidden form field.

 Bryan LaPlante
 816-347-8220
 [EMAIL PROTECTED]
 http://www.netwebapps.com
 Web Development


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

 --

 Date: Sun, 11 Mar 2001 23:34:22 -0800 (PST)
 From: Heidi Belal [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: Looping Next  Previous Buttons
 Message-ID: [EMAIL PROTECTED]

 Yvette!
 I think you need to assign the startweek to the next
 week as you go along as you did, but an idea that
 maybe causing the problem is that you may be resetting
 the variable STARTWEEK to the current date each time.
 Make sure you have that cfset at the beginning, and
 make sure that the code doesn't run through it each
 time you press the next button.
 I hope this helps!
 Heidi

 --- Yvette Ingram [EMAIL PROTECTED] wrote:
  Hi:
 
  I'm building a scheduler that only shows a week at a
  glance (horizontally)
  and time slots (vertically).  

RE: Mass Newsletter Distribution

2001-03-12 Thread Robert Forsyth

Look at IMS (Infusion Mail Server) from http://www.coolfusion.com .

It rocks and is 100% CF based.  Don't reinvent the wheel...we use it because it allows 
for 100% customization.

just my .02

Robert Forsyth
Director of Web Operations
Irides, LLC
[EMAIL PROTECTED]
Phone: 202-364-7831
  Fax: 202-364-2481

-Original Message-
From: Andres Leon [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 1:44 PM
To: CF-Talk
Subject: Mass Newsletter Distribution


Ideas, suggestions, experiences welcomed...

My company has accumulated a sizable email list and has been using mass
email distribution companies to send newsletters to these addresses.

Due to escalating cost, my managers want to know what hardware/bandwidth
would be required to send these newsletters using an in house solution.
They would be one email per week to a list that exceeds 900,000
recipients. The list is growing at a rate of approximately 3-7%.
Although we don't expect this growth to last forever, we do foresee that
the list will reach the million mark very soon.

The hardware, software and bandwidth recommendations would have to allow
for this type of growth.

The solution would also have to have the same types of features that
these mass emailers have such as email client sniffers, link tracking,
traffic reporting, forwarding reporting, etc.

I am certain that one could write a CF mass emailer, but i really don't
think CF would be the best suited tool for this type of job.

Again, all comments and ideas are welcomed!

Thanks for your help.

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

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



RE: cffile and mapped or UNC drives

2001-03-12 Thread Dave Watts

 the easiest way I have found to see if the drive can be 
 accessed is to go to the actual web server (either console 
 or PCAnywhere type connection) and hit run, and type in the 
 unc drive path. If you get through, so can the web server.

This isn't necessarily true. In NT, for example, when you log into the
console, you'd have to log in with the same user credentials used by your
web server for this to be true. Also, the user account of the web server and
the CF server may be different.

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

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

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



Bank of America Authorization Tag

2001-03-12 Thread Sean Renet

Has anyone built a tag to Authorize payments through Bank of America yet?


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

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



OT:connecting to remote SQL server via TCP-IP

2001-03-12 Thread Daniel Lancelot

Hi
Can anyone give me any guidelines on how to setup a SQL server to allow
remote access through enterprise manager?

I try connecting to the IP address of the machine, but I get the error :
Client unable to establish connection|ConnectionOpen (CreateFile() in SQL
server registration.
 
Thanks

Daniel Lancelot
Web Developer
Netstep Corporate Communications
Tel +44 (0) 1422 200308
Fax +44 (0) 1422 200306
e-mail: [EMAIL PROTECTED]
www: http://www.netstep.co.uk

NOTE:  The information contained in this e-mail is intended for the named
recipient(s) only.  It may also be privileged and confidential.  If you are
not an intended recipient, you must not copy, distribute or take any action
in reliance upon it.  No warranties or assurances are made in relation to
the safety and content of this e-mail and any attachments.  No liability is
accepted for any consequences arising from it. 

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

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



RE: Session Variables

2001-03-12 Thread Patricia Lee

This will work.

cfif IsDefined("Cookie.CFID") AND IsDefined("Cookie.CFTOKEN")
  cfset cfid_local = Cookie.CFID
  cfset cftoken_local = Cookie.CFTOKEN
  cfcookie name="CFID" value="#cfid_local#"
  cfcookie name="CFTOKEN" value="#cftoken_local#"
/cfif

|-Original Message-
|From: Josh Daws [mailto:[EMAIL PROTECTED]]
|Sent: Monday, March 12, 2001 2:12 PM
|To: CF-Talk
|Subject: Session Variables
|
|
|I'm new at CF.  I'm very experienced in ASP however.  I am now 
|working on
|one of my first CF projects and I'm having trouble with 
|session variables.
|
|In ASP I'm used to having the sessions expire when I shut down 
|a browser.
|However, I'm declaring a session variable in cold fusion and 
|when I close
|the browser and open the page up again in a new browser, the session
|variable is still active.  How can I get the session variable 
|to expire when
|I close the browser?  If this can't be done, is there a way to 
|clear all
|session variables the first time the application.cfm is run, 
|but not every
|time?
|
|Josh Daws
|428 Productions
|(941) 756-7431
|www.428Productions.com
|
|
|- Original Message -
|From: "CF-Talk" [EMAIL PROTECTED]
|To: [EMAIL PROTECTED]
|Sent: Monday, March 12, 2001 6:30 AM
|Subject: CF-Talk-list V1 #206
|
|
| CF-Talk-list   Mon, 12 Mar 2001  
|Volume 1 : Number
|206
|
| In this issue:
|
| RE: Looping Next  Previous Buttons
| Encrypted string in forms
| Re: Looping Next  Previous Buttons
| Slightly OT: Cookie blocking at corporate firewall level -
| what gives?
| RE: Javascript: Tearing my hair out
| RE: Slightly OT: Cookie blocking at corporate 
|firewall level -what
|gives?
| RE: Dates in OLEDB
| Verity error trapping
| RE: Dates in OLEDB
| RE: Dates in OLEDB
|
|
| 
|--
|
| Date: Sun, 11 Mar 2001 22:54:50 -0500
| From: "Chad Elley" [EMAIL PROTECTED]
| To: [EMAIL PROTECTED]
| Subject: RE: Looping Next  Previous Buttons
| Message-ID: [EMAIL PROTECTED]
|
| Might want to look into formatting all of your date 
|variables with the
| CREATEODBCDATE function.  I ran into a similar problem with 
|dates.  Worth
|a
| try...
|
| -Original Message-
| From: Yvette Ingram [mailto:[EMAIL PROTECTED]]
| Sent: Sunday, March 11, 2001 6:09 PM
| To: CF-Talk
| Subject: Looping Next  Previous Buttons
|
|
| Hi:
|
| I'm building a scheduler that only shows a week at a glance 
|(horizontally)
| and time slots (vertically).  When a user presses the Next 
|button, I can
| only get it to go to the next week and no further.  Same 
|thing with the
| Previous button.  Here's some code snipplets.  My brain is 
|fried at the
| moment.  Any help on this is greatly appreciated.
|
| !---  set some variables ---
| CFPARAM NAME="CurrentDate" DEFAULT="#now()#"
| CFPARAM NAME="CurrentYear" DEFAULT="#Year(CurrentDate)#"
| CFPARAM NAME="CurrentMonth" DEFAULT="#Month(CurrentDate)#"
| CFPARAM NAME="CurrentDay" DEFAULT="#Day(CurrentDate)#"
| CFPARAM NAME="Form.WeekChange" DEFAULT=""
|
| !---  sets the start, end and maximum number of weeks ---
| CFSET STARTWEEK = CURRENTDATE
| CFSET ENDWEEK = CURRENTDATE + 6
| CFSET MAXWEEK = CREATEODBCDATE(DATEADD('WW', 4, NOW()))
|
| !---  stuff to handle the form ---  (Problem Area I think)
| CFIF ISDEFINED("Form.WeekChange")
|  CFIF FORM.WEEKCHANGE IS 'NEXT'
|   CFSET STARTWEEK = ENDWEEK + 1
|   CFSET ENDWEEK = STARTWEEK + 6
| /CFIF
| /CFIF
|
| !---   output ---
| !---  Week At A Glance ---
|   TR
|   CFOUTPUT
|   CFLOOP INDEX="current_week" FROM="#startweek#" TO="#endweek#"
| #DateFormat(current_week, ',DD,')#
|/TD
|  /CFLOOP
|   /CFOUTPUT
|   /TR
|
|
|
| Yvette Ingram
| Email: ingramrecruiting@erols or
| [EMAIL PROTECTED]
| ICQ:  21200397
|
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Eday Calendar: data shared across threads and cannot be accessed without an active lock

2001-03-12 Thread Angél Stewart

Hi all!

I'm trying to get Eday Calender control running on a website that I'm doing
here, and I keep getting a rather strange error.
THe Tag's author says that he has no idea what's wrong, and has never come
across the error before.

Error Diagnostic Information
An error has occurred while processing the expression:

Session.UserID=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1223334
4445654321
Error near line 1, column 1.



Symbol Session.UserID is in a scope that contains data shared across threads
and cannot be accessed without an active lock
The error occurred while processing an element with a general identifier of
(CFPARAM), occupying document position (45:2) to (45:70) in the template
file xz:\\COUG\EDAY\INDEX.CFM.

-
Does anyone have any ideas?

Thanks,
-Gel


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

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



RE: Displaying A Week Out Of Month

2001-03-12 Thread Garza, Jeff

Try this script.  It's ugly, but it works...

CFSET dDate = DateFormat(Now(), 'mm-dd-')
!--- Loop forward to get days ahead of Now() stop at weekday 1---
CFSET weekataglance = dDate
CFLOOP from="1" to="6" index="i"
  CFIF dayofweek(DateAdd("d", #i#, dDate)) EQ 1
  CFBREAK
  CFELSE
  CFSET weekataglance = ListAppend(weekataglance, DateFormat(DateAdd("d",
#i#, dDate), 'mm-dd-'), "|")
  /CFIF
/CFLOOP
!--- Loop backward to get days behind of Now() Stop At weekday 7---
CFLOOP from="1" to="6" index="i"
  CFIF dayofweek(DateAdd("d", -#i#, dDate)) EQ 7
  CFBREAK
  CFELSE
  CFSET weekataglance = ListPrepend(weekataglance, DateFormat(DateAdd("d",
-#i#, dDate), 'mm-dd-'), "|")
  /CFIF
/CFLOOP
table width="75" cellpadding="2" cellspacing="0" border="0"
cfloop list="#weekataglance#" delimiters="|" index="myday"
tr
  td valign="top" height="40"
CFOUTPUT#DateFormat(myday, 'mm/dd/')#/CFOUTPUTBRnbsp;
  /td
/tr
/cfloop
/table

Jeff Garza
Web Developer/Webmaster
Spectrum Astro, Inc.
480.892.8200

[EMAIL PROTECTED]
http://www.spectrumastro.com



-Original Message-
From: Yvette Ingram [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 11:19 AM
To: CF-Talk
Subject: Displaying A Week Out Of Month


I have tried every combination of date/time functions and just can't get a
month to display just one week at a time.  Has anyone done anything like
this they can shed some light on.

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

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



RE: connecting to remote SQL server via TCP-IP

2001-03-12 Thread Benjamin S. Rogers

You will need to ensure that you have enabled the TCP/IP network protocol on
the server: the default is Named Pipes. You can determine what protocol you
are using and add protocols by running the SQL Server Setup utility.

Benjamin S. Rogers
Web Developer, c4.net
Voice: (508) 240-0051
Fax: (508) 240-0057

-Original Message-
From: Daniel Lancelot [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 2:06 PM
To: CF-Talk
Subject: OT:connecting to remote SQL server via TCP-IP


Hi
Can anyone give me any guidelines on how to setup a SQL server to allow
remote access through enterprise manager?

I try connecting to the IP address of the machine, but I get the error :
Client unable to establish connection|ConnectionOpen (CreateFile() in SQL
server registration.

Thanks

Daniel Lancelot
Web Developer
Netstep Corporate Communications
Tel +44 (0) 1422 200308
Fax +44 (0) 1422 200306
e-mail: [EMAIL PROTECTED]
www: http://www.netstep.co.uk

NOTE:  The information contained in this e-mail is intended for the named
recipient(s) only.  It may also be privileged and confidential.  If you are
not an intended recipient, you must not copy, distribute or take any action
in reliance upon it.  No warranties or assurances are made in relation to
the safety and content of this e-mail and any attachments.  No liability is
accepted for any consequences arising from it.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: connecting to remote SQL server via TCP-IP

2001-03-12 Thread Rick Lamb

Make sure you have your default network library set to tcp-ip (this is in
your "client network utility" on your machine).

Rick

-Original Message-
From: Daniel Lancelot [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 1:06 PM
To: CF-Talk
Subject: OT:connecting to remote SQL server via TCP-IP


Hi
Can anyone give me any guidelines on how to setup a SQL server to allow
remote access through enterprise manager?

I try connecting to the IP address of the machine, but I get the error :
Client unable to establish connection|ConnectionOpen (CreateFile() in SQL
server registration.

Thanks

Daniel Lancelot
Web Developer
Netstep Corporate Communications
Tel +44 (0) 1422 200308
Fax +44 (0) 1422 200306
e-mail: [EMAIL PROTECTED]
www: http://www.netstep.co.uk

NOTE:  The information contained in this e-mail is intended for the named
recipient(s) only.  It may also be privileged and confidential.  If you are
not an intended recipient, you must not copy, distribute or take any action
in reliance upon it.  No warranties or assurances are made in relation to
the safety and content of this e-mail and any attachments.  No liability is
accepted for any consequences arising from it.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Eday Calendar: data shared across threads and cannot be accessed without an active lock

2001-03-12 Thread Benjamin S. Rogers

It sounds like your site is hosted on a server running ColdFusion 4.5.x.
Your server does not allow access to shared memory variables without proper
locking and the custom tag is not locking one or more Session variables
appropriately.

Benjamin S. Rogers
Web Developer, c4.net
Voice: (508) 240-0051
Fax: (508) 240-0057

-Original Message-
From: Angél Stewart [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 2:16 PM
To: CF-Talk
Subject: Eday Calendar: data shared across threads and cannot be
accessed without an active lock


Hi all!

I'm trying to get Eday Calender control running on a website that I'm doing
here, and I keep getting a rather strange error.
THe Tag's author says that he has no idea what's wrong, and has never come
across the error before.

Error Diagnostic Information
An error has occurred while processing the expression:

Session.UserID=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1223334
4445654321
Error near line 1, column 1.



Symbol Session.UserID is in a scope that contains data shared across threads
and cannot be accessed without an active lock
The error occurred while processing an element with a general identifier of
(CFPARAM), occupying document position (45:2) to (45:70) in the template
file xz:\\COUG\EDAY\INDEX.CFM.

-
Does anyone have any ideas?

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

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



Displaying message during loading..?

2001-03-12 Thread Patric Stumpe

Hi there,

i'm wondering how i can create a message on a page that's displayed
during the page is loaded. So when a query returns many results the
users gets this message saying the data is on it's way and hiding this
message when the query results have been loaded and displayed.

Hope someone can point me to the right direction...

Patric



-- 
Patric Stumpe
Knust  Stumpe Datentechnik
Abt. Webdesign

mail: [EMAIL PROTECTED]



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

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



RE: Displaying A Week Out Of Month

2001-03-12 Thread Yvette Ingram

Jeff

Thanks.  That looks like it will help

Yvette

-Original Message-
From: Garza, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 2:18 PM
To: CF-Talk
Subject: RE: Displaying A Week Out Of Month


Try this script.  It's ugly, but it works...

CFSET dDate = DateFormat(Now(), 'mm-dd-')
!--- Loop forward to get days ahead of Now() stop at weekday 1---
CFSET weekataglance = dDate
CFLOOP from="1" to="6" index="i"
  CFIF dayofweek(DateAdd("d", #i#, dDate)) EQ 1
  CFBREAK
  CFELSE
  CFSET weekataglance = ListAppend(weekataglance, DateFormat(DateAdd("d",
#i#, dDate), 'mm-dd-'), "|")
  /CFIF
/CFLOOP
!--- Loop backward to get days behind of Now() Stop At weekday 7---
CFLOOP from="1" to="6" index="i"
  CFIF dayofweek(DateAdd("d", -#i#, dDate)) EQ 7
  CFBREAK
  CFELSE
  CFSET weekataglance = ListPrepend(weekataglance, DateFormat(DateAdd("d",
-#i#, dDate), 'mm-dd-'), "|")
  /CFIF
/CFLOOP
table width="75" cellpadding="2" cellspacing="0" border="0"
cfloop list="#weekataglance#" delimiters="|" index="myday"
tr
  td valign="top" height="40"
CFOUTPUT#DateFormat(myday, 'mm/dd/')#/CFOUTPUTBRnbsp;
  /td
/tr
/cfloop
/table

Jeff Garza
Web Developer/Webmaster
Spectrum Astro, Inc.
480.892.8200

[EMAIL PROTECTED]
http://www.spectrumastro.com



-Original Message-
From: Yvette Ingram [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 11:19 AM
To: CF-Talk
Subject: Displaying A Week Out Of Month


I have tried every combination of date/time functions and just can't get a
month to display just one week at a time.  Has anyone done anything like
this they can shed some light on.

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

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



RE: Displaying message during loading..?

2001-03-12 Thread Jay Jennings

 i'm wondering how i can create a message on a page that's displayed
 during the page is loaded. So when a query returns many results the
 users gets this message saying the data is on it's way and hiding this
 message when the query results have been loaded and displayed.

Here's a cheater way to do it...
Go to a page that says "Hang on, fetching data"
That page has a meta-refresh that goes to the
actual page that does the query. So your "wait"
page will show until the query page shows up.

Or, you could pop open a little "Pleas wait" window using javascript and
then put the window close() routine at the end of the page that displays the
results of the query.

Or, wait for an upcoming version of CF that will supposedly allow you to
send stuff down the pipe before the page is completely done.

 Jay Jennings
 CF Developer For Hire
 www.alakazam.com/resume.doc


 - - - - -
Get your free email account: [EMAIL PROTECTED]
Sign up at http://www.alakazam.com




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

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



RE: Eday Calendar: data shared across threads and cannot be accessed without an active lock

2001-03-12 Thread Angél Stewart

Well thats just great! :)
*beams merrily*
See...I happen to know the CF Admin of the server intimately...

Anyways..I just fixed it. There goes all my automatic read locking though...
I must now weigh the potential benefits of this, against having to edit the
code for this tag by hand, in time for my deadline tomorrow :)

-Gel


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

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



RE: Displaying message during loading..?

2001-03-12 Thread Terry Bader

I would use JavaScript for this...
basically popup a small window with the message you want and then continue
to the page that does the processing, then in the new page's BODY ONLOAD
handling, call a function to close that window



here's what I'm thinking

SCRIPT
function callLoadMsg() {

indow.open('loadMsg.cfm','loadMsgWindow','width=400,height=200,toolbar=0,loc
ation=0,directories=0,status=0,scrollbars=0,resizable=0,menubar=0');
location = 'dowhatever.cfm';
}
/SCRIPT

A HREF="javascript:callLoadMsg();"THIS WILL TAKE SOME TIME, MAYBE/A

then the page that takes awhile to load:

BODY ONLOAD="javascript:loadMsgWindow.close()"


I did this on-the-fly without testing, but the idea and the logic is
there



or wait for CF5

Terry Bader
IT/Web Specialist
EDO Corp - Combat Systems
(757) 424-1004 ext 361 - Work
[EMAIL PROTECTED]   


(757)581-5981 - Mobile
[EMAIL PROTECTED]
icq: 5202487   aim: lv2bounce
http://www.cs.odu.edu/~bader






 -Original Message-
 From: Patric Stumpe [mailto:[EMAIL PROTECTED]]
 Sent: Monday, March 12, 2001 2:42 PM
 To: CF-Talk
 Subject: Displaying message during loading..?
 
 
 Hi there,
 
 i'm wondering how i can create a message on a page that's displayed
 during the page is loaded. So when a query returns many results the
 users gets this message saying the data is on it's way and hiding this
 message when the query results have been loaded and displayed.
 
 Hope someone can point me to the right direction...
 
 Patric
 
 
 
 -- 
 Patric Stumpe
 Knust  Stumpe Datentechnik
 Abt. Webdesign
 
 mail: [EMAIL PROTECTED]
 
 
 

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

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



RE: Displaying A Week Out Of Month

2001-03-12 Thread Larry Juncker

Yvette;

This is a little script that I wrote that will prompt you for a tear and
week no to give you the dates for.

!--- ***

Copyright ALJ Computer Services, 2000 ALL RIGHTS RESERVED

This Copyright notice may not be removed or altered in any way and must be
included in all works using this code.

***

NAME:
getDateFromWeekNo.cfm
PURPOSE:
Return a list of Dates for a particular week of the year
INPUT:
Year that you want info for
WeekNo that you want info for
OUTPUT:
To screen..
CREATED:
11/14/2000
AUTHOR:
Larry Juncker
Developer @ Heartland Communications Group, Inc.
REVISIONS:



 ---
cfparam name="dateNew" default=""
cfparam name="NewDate" default=""
cfparam name="SeekYear" default="#Year(Now())#"
cfparam name="FirstDate" default="01/01/#SeekYear#"
cfparam name="WeekNo" default="#Week(Now())#"
cfparam name="DayNo" default="#DayOfWeek(FirstDate)#"

cfif DayNo EQ 7
!--- Equals Saturday ---
cfset lstDays = "-6,-5,-4,-3,-2,-1,0"
cfelseif DayNo EQ 6
!--- Equals Friday ---
cfset lstDays = "-5,-4,-3,-2,-1,0,+1"
cfelseif DayNo EQ 5
!--- Equals Thursday ---
cfset lstDays = "-4,-3,-2,-1,0,+1,+2"
cfelseif DayNo EQ 4
!--- Equals Wednesday ---
cfset lstDays = "-3,-2,-1,0,+1,+2,+3"
cfelseif DayNo EQ 3
!--- Equals Tuesday ---
cfset lstDays = "-2,-1,0,+1,+2,+3,+4"
cfelseif DayNo EQ 2
!--- Equals Monday ---
cfset lstDays = "-1,0,+1,+2,+3,+4,+5"
cfelseif DayNo EQ 1
!--- Equals Sunday ---
cfset lstDays = "0,+1,+2,+3,+4,+5,+6"
/cfif
font face="Verdana,Arial,Sans-Serif"
div align="center"form action="getDateFromWeekNo.cfm" method="Post"
Year you are wanting to findBR
font size="1"(default is equal to current year)/fontBR
input type="Text" name="SeekYear"
value="cfoutput#Year(Now())#/cfoutput"BRFONT SIZE="1"(Must be
Greater Than 1600)/fontBR
Week number you would like to find the date for.BR
cfoutputinput type="Text" name="WeekNo"
value="#Week(Now())#"/cfoutputBR
font size="1"(Valid numbers are 1 through 52)BR/font
input type="Submit" value="Find Date"/div
/form

CFOUTPUT
CFIF WeekNo EQ 0
cfset NewDate = #FirstDate#
cfelse
cfset NewDate = #DateAdd('ww', WeekNo, FirstDate)#
/cfif
TABLE Align="center"
TR bgcolor = "Silver"
TD colspan="3"
Dates for Week Number #WeekNo# of #SeekYear#
/td
/tr
TR
TD/tdTD align="center"Day of Year/tdtd/td
/tr
CFLOOP Index="i" FROM="1" TO="7"
TR
TD#DayOfWeekAsString(i)#/tdTD
align="center"#DayofYear(DateFormat(DateAdd('d',
listGetAt(lstDays,i),NewDate), "mmm dd,
"))#/tdTD#DateFormat(DateAdd('d', listGetAt(lstDays,i),NewDate),
"mmm dd, ")#/td
/tr
/CFLOOP
/table

/font
/cfoutput

Larry Juncker
Senior Cold Fusion Developer
Heartland Communications Group, Inc.


-Original Message-
From: Yvette Ingram [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 12:19 PM
To: CF-Talk
Subject: Displaying A Week Out Of Month


I have tried every combination of date/time functions and just can't get a
month to display just one week at a time.  Has anyone done anything like
this they can shed some light on.

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

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



RE: Javascript: Tearing my hair out

2001-03-12 Thread Cameron

The actual cause is that
1 document.write(fname);
-- fname exists (form name passed to function)

2 document.write(document.forms.wheres.wherefield1.name);
-- does not exist. use document.wheres.wherefield1.name or
document.forms["wheres"].wherefield1.name
-- forms become a child node under the doument node, the reference is by the
form name (if assigned) or by index (see below)

3 document.write(document.forms[0].wherefield1.name);
-- does not exist. forms[0] is not created, try forms[1].

using document.write does not wipe out the rest of the page... but depending
on when it's envoked, the stuff may not have been created yet (ie. a call is
made to a procedure that is in the process of being given to the browser to
figure out).

HTH, Cam

-Original Message-
Date: Mon, 12 Mar 2001 09:42:07 -
From: "Windle, Kevan" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: Javascript: Tearing my hair out

Thanks fro all the responses. And thanks Andy that explained why my testing
for the problem wouldn't work and that let me look past that and try another
way round it. Plus its Monday morning and everything seems so much easier.


-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: 08 March 2001 17:15
To: CF-Talk
Subject: RE: Javascript: Tearing my hair out


Kevin

I may be wrong but as soon as you execute a document.write it anhialates the
page i.e. the form no longer exists.  You have to use Javascript layers or
frames to overcome this.

A

-Original Message-
From: Windle, Kevan [mailto:[EMAIL PROTECTED]]
Sent: 08 March 2001 17:03
To: CF-Talk
Subject: Javascript: Tearing my hair out


I'm using IE5. Trying to do something really simple in javascript. The
problem I'm having is this. I can reference a form element with inline code.
So passing this variable to a function like this works:

input
ondblclick="resetwhereboxes(this.value,3,document.forms.wheres.wherefield1.n
ame)" type="text" size="10"  name="wherefield1"

then in the function:

SCRIPT type="text/javascript" language="JavaScript1.2"!--
function resetwhereboxes(fname){
1 document.write(fname);
2 document.write(document.forms.wheres.wherefield1.name);
3 document.write(document.forms[0].wherefield1.name);


}--
/script
line 1 works. But line 2 and 3, give the error messages claiming there is no
such object.

Anyone seen anything like this?



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



Re: cffile and mapped or UNC drives

2001-03-12 Thread Bud

On 3/12/01, Howie Hamlin penned:
You need to make sure that CF us running as a user account with rights to
the folder.  You can set this up in the Services applet.

Curious. Should you set up ColdFusion Executive or ColdFusion 
Application Server as the user, or both?
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

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

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



Re: cffile and mapped or UNC drives

2001-03-12 Thread Howie Hamlin

Just the application server.

Regards,

Howie

- Original Message -
From: "Bud" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, March 12, 2001 3:16 PM
Subject: Re: cffile and mapped or UNC drives


 On 3/12/01, Howie Hamlin penned:
 You need to make sure that CF us running as a user account with rights to
 the folder.  You can set this up in the Services applet.

 Curious. Should you set up ColdFusion Executive or ColdFusion
 Application Server as the user, or both?
 --

 Bud Schneehagen - Tropical Web Creations

 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 ColdFusion Solutions / eCommerce Development
 [EMAIL PROTECTED]
 http://www.twcreations.com/
 954.721.3452



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

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



OT:XSLT sorting

2001-03-12 Thread Kurt Ward

Sort of off topic.

I am recieving XML data via a CFHTTP POST and using Brett Suwyn's cf_soxml
tag to process the results with an xsl transformation.

The problem I am running into is when I try to sort a portion of the XML
tree in the DOM.
Here is a piece of the code:

xsl:for-each select="TrackResponse/Shipment/Package/Activity"
xsl:sort select="ActivityLocation/Address/City"/
tr
td id="light"
span class="text" id="smalltext"
xsl:value-of select="Time"/
/span
/td
td id="light"
span class="text" id="smalltext"
xsl:value-of select="Date"/
/span
/td
td id="light"
span class="text" id="smalltext"
xsl:value-of select="ActivityLocation/Address/City"/
xsl:value-of select="ActivityLocation/Address/StateProvinceCode"/
xsl:value-of select="ActivityLocation/Address/CountryCode"/
/span
/td
td id="light"
span class="text" id="smalltext"
xsl:value-of select="Status/StatusType/Description"/
/span
/td
/tr
/xsl:for-each

If I process without the sort function, I get the results, but unordered.

Any ideas?


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

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



  1   2   >