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

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

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

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

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

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,

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

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

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:

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

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

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

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

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

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

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

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

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"

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

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:

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

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:

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

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 =

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

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

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 =

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

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

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

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

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:

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:

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

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

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

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

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

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/

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

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

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

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

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,

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

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

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

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:

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,

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:

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

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:

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

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

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

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

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

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"

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?

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"

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

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

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

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

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

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.

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"

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"

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

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

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

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

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

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

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

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

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

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,

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.

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

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:

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

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:

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

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

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

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

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)

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

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)

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

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(),

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

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

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

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

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

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 -

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

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

  1   2   >