Re: Another Rhetorical Whinge

2000-05-17 Thread David Cummins
Yeah, its just the zero thing. I don't quite understand why they did that. It's standard to allow Left(string,0) in most other languages *sigh* David Michael Imhoff wrote: My bad, I just remember that it will still error on a zero so it looks like you are going to have to do something

SOT: Aussies, daylight savings changes for Sydney 2000 Olympics

2000-05-17 Thread Peter Tilbrook
The Olympics 2000 are scheduled for September in Sydney and seven Australian States and Territories will shift the Daylight Savings start date from the last Sunday in October forward two months to the last Sunday in August. Find out how this time change affects Microsoft products and get the new

Re: Formatting Table Join Output question

2000-05-17 Thread Michael Imhoff
I would double check your relationships in the db, if those aren't perfect it can mess up a lot of your data. Can you get your query working correctly in Access? If not, then check the relationships as I mentioned above but if you can, just call the query with cfstoredproc. It will be a lot

Re: Getting only records with a date

2000-05-17 Thread David Cummins
Isn't the standard syntax "Where MyDate is not null"? Hope that helps... David Chris Giminez wrote: I'm failing to write a query that will get all records from a table when they have a date entered into a particular field. I want to exclude Null values. This doesn't work. Still getting

encryption

2000-05-17 Thread Chad Jackson
Hi, What is the best way to encrypt cfm files? If I have 200 files that I want encrypted before I upload to the server what is the best and fastest way to do this? Is there a batch program out there that can do this quicly? Also, it is possible to de-encrypt after I encrypt it? thanks chad

Re: SQL ID

2000-05-17 Thread David Cummins
If that's what you're talking about (MSSQL Server), it can do autonumbers. You just have to set it to non-null, identity seed=1, identity increment=1. Use Enterprise Manager the first time. David "Sean M. O'Brien" wrote: I had the same problem when I imported data from Access to SQL. I

Re: what is ODBC 37000 error ??

2000-05-17 Thread David Cummins
I don't actually know the answer, but if you do find out, let me know. One of our sites, the server (which is hosted by someone else) is chewing up 10k of memory every second for no known reason. They recently installed Service Pack 6, or something like that. Luckily its not our problem, but

Re: Getting only records with a date

2000-05-17 Thread paul smith
WHERE MyDate IS NOT NULL At 08:26 PM 5/16/00 -0700, you wrote: I'm failing to write a query that will get all records from a table when they have a date entered into a particular field. I want to exclude Null values. This doesn't work. Still getting all the NULL records. What does work?

Image Roataion

2000-05-17 Thread Double Down, Inc
This is a multi-part message in MIME format. --=_NextPart_000__01BFBF8D.C9A52300 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit I have files of images that I want to rotate daily. Does anyone know of a custom tag that would do this? If anyone

Re: Subtracting 7 days less than Now() date?

2000-05-17 Thread David Cummins
What about #DateAdd("d",-7,Now())#? I think that does it... hope it helps. David Michael Imhoff wrote: WHERE calendar_depositions.depodate startdate Depending on what database you are using because they don't all handle dates the same way, you might want to create the data 7 days ago

SPECTRA: Embed an object within itself...

2000-05-17 Thread Sean M. O'Brien
Hello all, I asked this question at my CFUG meeting tonight and no one knew the answer. I am creating a product catalog for a web site using Allaire Spectra. I create a product object and an option object. So that each option can have it's own SKU, price, etc. What I want to do is then

Re: SOT: Aussies, daylight savings changes for Sydney 2000 Olympics

2000-05-17 Thread Michael Kear
BLOODY OLYMPICS!! This whole city is being turned up side down so rich fat cats like the little spanish nazi** can strut about like potentates. ** Sorry. His excellency he-who-has-to-always-be-referred-to-by-his-middle-name I'll be glad when they're over and we can get back to living our

RE: SOT: Aussies, daylight savings changes for Sydney 2000 Olympics

2000-05-17 Thread Peter Tilbrook
I'll be glad when they're over and we can get back to living our lives here, here! -- Peter Tilbrook SafetyWeb Internet Solutions Pty Ltd 31-37 Townshend Street Phillip, ACT, 2602 AUSTRALIA Tel: (02) 6273 9901 Fax: (02) 6273 9902 http://www.safetyweb.com.au http://www.actcfug.asn.au

Re: encryption

2000-05-17 Thread Sean Renet
I would so the best way to do it is not to bother doing it. http://shroom.dv8.org/bmp/crypt.cgi - Original Message - From: "Chad Jackson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 16, 2000 11:10 PM Subject: encryption Hi, What is the best way to encrypt cfm files?

Re: SOT: Aussies, daylight savings changes for Sydney 2000 Olympics

2000-05-17 Thread Nick Slay
Hey... I hope you've booked your holidays for September.. and remember to get your bus/train passes in good time!! :^) Is there anything else that we're forgetting? Should we hoard food in case of shortages due to the influx of all the visitors in September? Should we stay out of the

RE: SPECTRA: Embed an object within itself...

2000-05-17 Thread Sean M. O'Brien
UPDATE: I've come to the conclusion that once an object contains an embedded object, the parent object cannot be embedded in another object... Anyone confirm this??? Sean -Original Message- From: Sean M. O'Brien [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 16, 2000 11:31 PM

RE: Boolean fields in Foxpro

2000-05-17 Thread Michael O Reilly
Bill, That looks like it should be a great help. The Foxpro stuff doesn't mean much to me, but I'll pass it on to the Foxpro programmer from the company I'm working for. There's a Tag in Nate's Tag gallery call CF_Waitfor which will wait for certain condition's to be true before continuing. When

RE: image database

2000-05-17 Thread Stewart McGowan
Sounds cool Benjamin, How are you going to structure your directories for these images? Has anyone done anything with LDAP and image libraries??? Stew -Original Message- From: Benjamin Smedberg [SMTP:[EMAIL PROTECTED]] Sent: 16 May 2000 23:22 To: [EMAIL PROTECTED] Subject:

RE: encryption

2000-05-17 Thread Aidan Whitehall
What is the best way to encrypt cfm files? If I have 200 files that I want encrypted before I upload to the server what is the best and fastest way to do this? Is there a batch program out there that can do this quicly? Studio 4.5.1's deployment wizard has an "encrypt CF templates"

RE: Recall: Invalid expression format?

2000-05-17 Thread Aidan Whitehall
Troy Johnson would like to recall the message, "Invalid expression format?".. I've seen a few of these "recall" messages sent to mailing lists over the years. Is this the way you prevent messages being distributed on a moderated mailing list? -- Aidan Whitehall [EMAIL PROTECTED] Netshopper

Re: encryption

2000-05-17 Thread pan
Hi, What is the best way to encrypt cfm files? If I have 200 files that I want encrypted before I upload to the server what is the best and fastest way to do this? Is there a batch program out there that can do this quicly? Also, it is possible to de-encrypt after I encrypt it?

Re: CF and Encryption

2000-05-17 Thread Justin MacCarthy
It would be quite easy to write a cjx or cfj tag to do des encrytpion, I know that there is a cf_blowfish tag out there somewhere, but I can't remember who did it ... a quick look at counterpane tell me it's CFX_Encrypt by Jim Fuller @ http://www.ejim.co.uk/module/encrypt/index.cfm Freeware

Confounding SQL Server Error

2000-05-17 Thread Bud
Hi. Here I go, playing with SQL Server again. :) OK, I have an Access database that I've upsized. In the Access db, I have 2 tables, Orders and Line_Items, with a related field, Order_ID in the 2 tables. I can't really rely on sessions for this app, because the nature of it is that the users

Re: Confounding SQL Server Error

2000-05-17 Thread Bud
At 5:55 AM -0400 5/17/00, I wrote: Referential integrity rules require a related record in table 'Orders'. OK, I figure with SQL Server, you must have to populate the Order_ID fields of both tables if they are related. No problem, I'll just delete the relationship. So, I do that in the Diagram,

RE: Confounding SQL Server Error

2000-05-17 Thread Dave Watts
Referential integrity rules require a related record in table 'Orders'. OK, I figure with SQL Server, you must have to populate the Order_ID fields of both tables if they are related. No problem, I'll just delete the relationship. So, I do that in the Diagram, but still get the error.

Re: Image Roataion

2000-05-17 Thread Dave Hannum
CFIF Images do NOT repeat, you could simply name them according to date (i.e. 05-17-2000.jpg) then just do the following in your image tag: IMG SRC="/images/#DateFormat("#Now()#", "mm-dd-")#.jpg" and that would rotate them daily. CFELSEIF Images DO repeat, say weekly, you could name the

Re: Kind Of Off Topic

2000-05-17 Thread Brandon Whitaker
I was hoping that nobody would notice my mistake - thanks for proving me wrong :-) Howie Actually, I wasn't doing it to point out a mistake so much as just passing along the (vaguely) amusing idea it inspired. No harm, no foul. ;) Brandon Whitaker [EMAIL PROTECTED] --- "It'll get used by

Cold Fusion Search tools

2000-05-17 Thread Brian P. Doyle
I'm looking for a decent search engine for our site. I've looked into both Ultraseek and SiteServer Search, but I was curious if there might be one a bit more CF friendly. Any suggestions would be greatly appreciated. Brian P. Doyle Developer SMTnet.com [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: Database/CF course in NYC

2000-05-17 Thread Jack Montealegre
You may want to check out http://www.winmill.com Or check the allaire site for authorized Allaire classes in your area at; http://www.coldfusion.com/developer/training.cfm WinMill supports three different types of ColdFusion classes (Fast Track to Cold Fusion, Advanced Cold Fusion Development

RE: You have nice cookies .. mind if I have a look?

2000-05-17 Thread Paul Ihrig
Hello ALL. all this talk of cookies got me to go poke arund through my own. Not sure if i should really care or not. but my bank has my ATM/Visa Number plain as day in one of its cookies on my box. should i bring it to theire attention? Should i just disable cookies for that site? i know that

RE: Re: what is ODBC 37000 error ??

2000-05-17 Thread joeug
What Sql server version are you using? Are you overiding any Constraint violations? Primary key, foreign key etc Doing all the looping, i guess would slow down the transaction and might fail. If you are searching through large junks of data and have parameters for this, it would be apt to do

RE: SOT: Aussies, daylight savings changes for Sydney 2000 Olympics

2000-05-17 Thread Hoffman, Joe (CIT)
It's all about money ... you're not alone, we have that problem too. Hope you survive :) Joe Hoffman mailto:[EMAIL PROTECTED] National Institutes of Health Center for Information Technology Division of Computer System Services -Original Message- From: Nick Slay [mailto:[EMAIL

RE: Article on Slashdot about Allaire Forums

2000-05-17 Thread Cameron Childress
People were chatting about this in cf-community (where it belongs) yesterday. Please consider jumping user to that list before replying. You can subscribe to cf-community at: [EMAIL PROTECTED] Just stick "subscribe" in the body. -Cameron Cameron Childress McRae

Allaire Forum

2000-05-17 Thread Won Lee
Just read on slashdot that forums is now open source. I havent had time to read the licensing agreement on this bad boy - but I hope its better than the old one. I guess the question is - is this too little too late? This is just my personal feeling - but I don't think Allaire has been very

RE: Re: what is ODBC 37000 error ??

2000-05-17 Thread vincy
hi Joe, Im using CF 4.0 enterprise server. And not overriding any constraint violations. The first part of the code searches for the parent categories, then searches for child categories. Then totals all the items for sale in each category so on ... -- So, these are the very

RE: Am I missing something? Calculations...

2000-05-17 Thread Kelly Matthews
actually evaluate is the way I went :) actually i did the evaluate within CFSETS and it worked just beautifully. -Original Message- From: Josh Black [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 16, 2000 5:11 PM To: [EMAIL PROTECTED] Subject: Re: Am I missing something?

RE: Am I missing something? Calculations...

2000-05-17 Thread Kelly Matthews
-Original Message- From: Josh Black [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 16, 2000 5:11 PM To: [EMAIL PROTECTED] Subject: Re: Am I missing something? Calculations... Why is it bad to use Evaluate() for math calculations? Is it just a speed issue from having to

Re: Newbie qts -

2000-05-17 Thread Jonathan McGuire
Another options is to change the query to SELECT isnull(firstname,'') + ' ' + isnull(lastname,'') as fullname from TABLENAME Then just use #fullname#. The isNulls are there because if one of the fields is NULL, the entire fullname value will be NULL. Jonathan McGuire Impact Solutions, Inc.

Re: You have nice cookies .. mind if I have a look?

2000-05-17 Thread Larry C. Lyons
Remember you can also use a datasource on your server to store the client variables, like CFID and CFToken. So this is an alternative to using cookies to enable Session Management. regards, larry -- Larry C. Lyons EBStor.com 8870 Rixlew Lane, Suite 201 Manassas, Virginia 20109-3795 tel: (703)

Re: Database/CF course in NYC

2000-05-17 Thread stäs
Thanks. I took the Fast Track course in NYC, and I found it very superficial :( At 09:03 AM 05/17/2000 -0400, you wrote: WinMill supports three different types of ColdFusion classes (Fast Track to Cold Fusion, Advanced Cold Fusion Development and Cold Fusion Performance Tuning) running just

Re: Database/CF course in NYC

2000-05-17 Thread Jack Montealegre
No problem. Fast Track is really designed as more an introduction to ColdFusion and probably doesn't work with the more advanced areas you are looking to get into, from what I gather from your original email. You may want to contact WinMill to see if they also offer other more personalized

Re: Formatted Joined Table

2000-05-17 Thread Kurt Wiersma
I am sorry, I do have have the query working in Access. What I need to be able to do is not have it return two records which are the same except for the audience name. Perhaps I will have to capture the data in one of the records and then get both names for output in the email. Does this sound

RE: Cold Fusion Search tools

2000-05-17 Thread Steve Bernard
I take it that Verity does not fit your needs?? Steve -Original Message- From: Brian P. Doyle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 17, 2000 9:04 AM To: CF-talk Subject: Cold Fusion Search tools I'm looking for a decent search engine for our site. I've looked into both

RE: Cold Fusion Search tools

2000-05-17 Thread Philip Arnold - ASP
I'm looking for a decent search engine for our site. I've looked into both Ultraseek and SiteServer Search, but I was curious if there might be one a bit more CF friendly. Any suggestions would be greatly appreciated. What's wrong with Verity? We use it and it works fine... Philip

RE: Cold Fusion Search tools

2000-05-17 Thread Brian P. Doyle
what is verity? -Original Message- From: Steve Bernard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 17, 2000 10:12 AM To: [EMAIL PROTECTED] Subject: RE: Cold Fusion Search tools I take it that Verity does not fit your needs?? Steve -Original Message- From: Brian P. Doyle

Re: Cold Fusion Search tools

2000-05-17 Thread Larry C. Lyons
Brian, Have you tried the Verity search engine that's built into CF? That works fairly well for most searches. Atomz.com also has a fairly nice and fast search engine, and you cannot beat the price either for the free version or the paid one. hth, larry -- Larry C. Lyons EBStor.com 8870 Rixlew

Small Project fix - Need good programmer

2000-05-17 Thread Stephen Guluk
Hi there, I have a small change to an existing project that is causing us problems. We've added another category to our current list but can not seem to get the new category to list and return entries. Granted, it does remember sub categories as well and was written using some JavaScript. If

RE: Cold Fusion Search tools

2000-05-17 Thread Brian P. Doyle
ah, I'm an idiot. It was sitting in front of me. But does Verity support database searches? All of the content that I want to search are in databases. -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 17, 2000 10:21 AM To: [EMAIL PROTECTED]

RE: processor comparisons

2000-05-17 Thread Steve Bernard
On "to do" list but, not done yet. The biggest problem for me is finding the resources to build two servers that are identical except for the CPUs. To be fair it would be necessary to set the servers up as if they were in a production environment. I just ordered a rack mounted dual-Xeon 550MHz

RE: Cold Fusion Search tools

2000-05-17 Thread Steve Bernard
Yes, Verity can search a database. All the Verity information is in the documentation and/or CF Dev Kit. Steve -Original Message- From: Brian P. Doyle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 17, 2000 10:33 AM To: [EMAIL PROTECTED] Subject: RE: Cold Fusion Search tools ah, I'm

RE: Cold Fusion Search tools

2000-05-17 Thread paul smith
At 10:32 AM 5/17/00 -0400, you wrote: ah, I'm an idiot. Welcome to the club ;-) But does Verity support database searches? Yes. See CFWACK4 (aka "bible") p 716 best, paul -- Archives:

Re: Cold Fusion Search tools

2000-05-17 Thread Chris Phillips
"Larry C. Lyons" wrote: Brian, Have you tried the Verity search engine that's built into CF? That works fairly well for most searches. Atomz.com also has a fairly nice and fast search engine, and you cannot beat the price either for the free version or the paid one. I've been looking

RE: Session vars in a clustered environment

2000-05-17 Thread Michael Paulsmeyer
I have one question dealing with client variables. The text at the end was taken from CF Help. I have a few questions... 1. "If ID and token combinations already exist on each host in the cluster" How does each server know of the existence of other cfid/cftoken combinations on other servers?

RE: Cold Fusion Search tools

2000-05-17 Thread Philip Arnold - ASP
But does Verity support database searches? All of the content that I want to search are in databases. Check up CFIndex and CFSearch... it works on database, HTML, files of a certain extension, etc. Philip Arnold ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real world"

RE: Cold Fusion Search tools

2000-05-17 Thread Brian P. Doyle
to further reveal my ignorance.. What is CFWACK4? -Original Message- From: paul smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 17, 2000 10:44 AM To: [EMAIL PROTECTED] Subject: RE: Cold Fusion Search tools At 10:32 AM 5/17/00 -0400, you wrote: ah, I'm an idiot. Welcome to the

Re: Cold Fusion Search tools

2000-05-17 Thread Billy Cravens
Yes, it supports both database and file searches. You can even do a database search the hard way (in SQL). I would recommend picking the Web Application Construction Kit, (http://shop.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=3LR3PRUC3L

CFGRID CAB EXTRACT REDUNDANCY

2000-05-17 Thread Aron Malkine
Some people had problems setting up CFGRID due to the necessity of placing the CFIDE directory and files in the domain root of the server. My problem is that even with that directory and the files in the right place, every time someone hits a CFGRID page, it attemps to re-download the CAB file

Re: CF -- IRC

2000-05-17 Thread Billy Cravens
Seems that you can attempt to interface with mIRC's API if it's installed and running on the server.. just an idea.. that'd be something fun to play with. Billy - Original Message - From: lsellers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 16, 2000 9:16 PM Subject: RE:

Will the last person leaving Cold Fusion please turn out the lights?

2000-05-17 Thread Abe V. S. Troel
Well, it was a good run, but I guess this pretty much wraps it for Cold Fusion. Not too many people are going to want to bother with it given that now they can get something much better for about the same amount of money. Oh well, nothing lasts forever. Time to move on. ###

Re: Will the last person leaving Cold Fusion please turn out the lights?

2000-05-17 Thread David E. Crawford
Gee, more marketing hype. I for one am not going to close up shop because some marketeer at Apple puts out a press release. Market forces rely on substantially more substance than the vaporware proposed by most vendors. In its current state, CF is robust and stable. Jumping ship just because of

Can I put a wddx packet into a database and read it back out?

2000-05-17 Thread zknoll
I have an 2-D array of information that I convert into a wddx packet to pass between templates but I would also like to be able to store the packet into a database and read it out again. A) Is this possible? B) Is it possible with access 200 as the backend database? C) If A and B are true can

Re: SPECTRA: Embed an object within itself...

2000-05-17 Thread Judah McAuley
We don't use Spectra at the moment (wish I had a spare $15,000 laying around...), but I can tell you the way that we tackled that problem. We defined a table of option types (color, size, fabric, etc) and a table of option values with foreign keys to the option types (color, red; color,

Re: You have nice cookies .. mind if I have a look?

2000-05-17 Thread Chris Giminez
Are you serious?!? They absolutely need to be told/warned. Is this a small town bank or a national? Chris Giminez Hello ALL. all this talk of cookies got me to go poke arund through my own. Not sure if i should really care or not. but my bank has my ATM/Visa Number plain as day in one

Re: Will the last person leaving Cold Fusion please turn out the lights?

2000-05-17 Thread Chris Tazewell
Hmm, Java lovely! *spit* Taz - Original Message - From: "Abe V. S. Troel" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 17, 2000 5:00 PM Subject: Will the last person leaving Cold Fusion please turn out the lights? Well, it was a good run, but I guess this pretty

RE: Will the last person leaving Cold Fusion please turn out the lights?

2000-05-17 Thread Ian Lurie
I seem to remember someone saying that ASP was a CF killer because it was free, too... THAT prediction sure didn't work out... -Original Message- From: David E. Crawford [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 17, 2000 9:20 AM To: [EMAIL PROTECTED] Subject: Re: Will the last

Re: CFSchedule Bug????

2000-05-17 Thread Dave Hannum
Have you tried calling it via HTTP call? I don't seem to have any problems running scheduler this way. Just a thought, Dave = "What we need is a list of specific unknown problems we will encounter" David Hannum Web Analyst/Programmer Ohio University [EMAIL

RE: Cluster Environment

2000-05-17 Thread Michael Paulsmeyer
Craig: The text I quoted in the original post is from the very chapter you suggested I read. So, let me get this straight, if a client with a host cookie hits a server with domain-level cookies set it will then migrate that cookie to a domain-level and set cfmagic (I love that name) so the

RE: Re: what is ODBC 37000 error ??

2000-05-17 Thread Joseph Eugene
Vince, I dont think the application server should crash, well you could try increase the page file size on NT Web Server where you are running CF and what version Sql Database server are you running? Try installing the lastest service pack v2 for Sql Server 7.0, 37000 is a known bug for ver6.5

RE: Can I put a wddx packet into a database and read it back out?

2000-05-17 Thread Michael Paulsmeyer
Here you go... In one template... !--- create and populate your array --- cfset myarray = arraynew() cfset myarry[1] = "something" !--- serialize array --- CFWDDX INPUT="#myarray#" OUTPUT="Client.MyWDDX" ACTION="CFML2WDDX" In the other template that you need to reference the array... !---

Re: Can I put a wddx packet into a database and read it back out?

2000-05-17 Thread Stephen M. Aylor
Yes - depending on a few things 1. How long is the wddx packet/string after you serialize your 2D Array? 2. Will that fit into a Access text field or will you have to use memo? either will work, depending on answer to #1. Sure there's better, but here's something Im using: cfwddx

RE: Will the last person leaving Cold Fusion please turn out the lights?

2000-05-17 Thread Braver, Ben:
Yet again -- right on, Jennifer!!! -Original Message- From: Jennifer [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, May 17, 2000 9:32 AM To: [EMAIL PROTECTED] Subject: Re: Will the last person leaving Cold Fusion please turn out the lights? At 12:00 PM 5/17/00 -0400, you

Re: Cold Fusion Search tools

2000-05-17 Thread Judah McAuley
At 11:13 AM 5/17/2000 -0700, you wrote: Now, if you need to perform a search on the db in real time, Verity's not the answer. Easy enough, however, to "almost" query in real time: everytime you update/insert to the db, you re-run your collection page (of course, that can be a bit excessive

RE: Able Commerce Help

2000-05-17 Thread Russell, Bonnie
I need to have an email option (trying to talk them out of this) along with a fax option for submitting orders. The email will be wrapped in a PGP tag. I'm too new at Able commerce to know if a wizard will do the trick. So I'm assuming I need to modify the app. Bonnie -Original

RE: You have nice cookies .. mind if I have a look?

2000-05-17 Thread Mike Sheldon
I'd go hit them with a very large hammer. Banks should know better than to store sensitive information in cookies. Michael J. Sheldon Internet Applications Developer Phone: 480.699.1084 http://www.desertraven.com/ PGP Key Available on Request -Original Message- From: Paul Ihrig

Don't let the door hit you on the way out.

2000-05-17 Thread johnpatterson
I was in Cambridge for training last month and there were Java Developers in the class who indicated they are developing a Java-based CF. On Wed, 17 May 2000, "Abe V. S. Troel" wrote: Well, it was a good run, but I guess this pretty much wraps it for Cold Fusion. Not too many people are

Re: Can I put a wddx packet into a database and read it backout?

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you.

ot: w2k hangs w/adaptec scsi

2000-05-17 Thread lsellers
Anyone tried to install w2k and have the problem of it hanging because of your adaptec scsi card (2940uw in this case). I've downloaded the latest drivers, but same result (unless I physically remove the card or disable all scsi devce drivers). If you've figured it out, don't be shy. :) --imn

Re: decrypt form variable...

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator

RE: Will the last person leaving Cold Fusion please turn outthe lights?

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator

RE: Able Commerce Help

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator

RE: Will the last person leaving Cold Fusion please turn out the lights?

2000-05-17 Thread Philip Arnold - ASP
The worrying thing is WHY it dropped from $50,000 to $699 - that's one hell of a drop in price... Should the press release say "Apple drop WebObjects license price from $50,000 to $699 as nobody was stupid enough to pay that much"? And, oh yes, I REALLY want to develop my applications in

Re: Can I put a wddx packet into a database and read it backout?

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator

RE: decrypt form variable...

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator

Re: [Small Project fix - Need good programmer]

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator

Re: Can I put a wddx packet into a database and read it back out?

2000-05-17 Thread Sharon DiOrio
It is very possible. !--- insert into database --- cfwddx action="CFML2WDDX" input="myArray" output="myWDDX" cfquery name="qInsWDDX" datasource="#APPLICATION.dsn#" INSERT INTO Table (Wddx) VALUES ('#myWDDX#') /cfquery !--- retrieve from database --- cfquery name="qSelWDDX"

RE: formatting date in CFGRID

2000-05-17 Thread Greg Griffin
I'm still a bit confused as to how to get my dates formatted within my CFGRID. Is it possible to use dateformat() within the SQL? I've tried but keep getting syntax errors. If not, then in the example below where does my fieldname fit into the statement? In place of GETDATE()? SELECT

Michael D. - Please Temp unsubscribe - clayd@trusjoist.com

2000-05-17 Thread Stephen M. Aylor
Before its too late :-) Steve - Original Message - From: David Clay [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 17, 2000 10:13 AM Subject: RE: Will the last person leaving Cold Fusion please turn outthe lights? I will be out of the office from Wednesday, 5/17 -

RE: Able Commerce Help

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator

RE: CFSchedule Bug????

2000-05-17 Thread Robert Everland
How use an http call? The thing is in my logs it says the template submitted succesfully, but then in the webserver.log it says object not found and points to a place where it isn't even at. That's my problem. I can execute the code with the url I put in there by hand but cfschedule will not find

RE: decrypt form variable...

2000-05-17 Thread Dave Watts
Answered my own question... apparently CFusion_Encrypt CFusion_Decrypt work just as well and don't create any special characters like encrypt(). Followup, yesterday I think Michael Sheldon wrote about how the encrypt() decrypt() functions are pretty easily hacked if someone tried.

RE: Confounding SQL Server Error

2000-05-17 Thread Dave Watts
This isn't actually an SQL Server issue, but rather that the Access Upsizer creates triggers, when in SQL Server all you need is a declarative referential integrity rule. So that's what DRI is. It asks whether you want to use Triggers or DRI when upsizing. Triggers are the default, so

RE: Will the last person leaving Cold Fusion please turn out the lights?

2000-05-17 Thread jstiefel
Unless you consider the fact that Apple has a bad habit of not supporting other platforms. I don't know many hosting providers who run mac systems either. -Original Message- From: Abe V. S. Troel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 17, 2000 12:00 PM To: [EMAIL PROTECTED]

Re: Will the last person leaving Cold Fusion please turn out the lights?

2000-05-17 Thread Seth Petry-Johnson
Well, it was a good run, but I guess this pretty much wraps it for Cold Fusion. snip I'm not doubting the quality of the product, but I question your motives for sending this message. snip I don't appreciate being spammed. Like Jennifer, I also got a weird feeling from the original post.

dev mappings in a remote dev environment

2000-05-17 Thread Janssen Dolores Y (Contractor)
we are stuck with a remote dev environmet - studio on our desktops, cf ap server on a solaris server downstairs in the server room. we have yet to get the dev mapping set to the correct paths in order to use debug and browse. the studio path of course is easy, the browser path is known, the

Re: one last search question

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator

RE: Will the last person leaving Cold Fusion please turnoutthelights?

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator

RE: formatting date in CFGRID

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator

RE: Cold Fusion Search tools

2000-05-17 Thread Steve Reich
Anybody in the 303 area code wanna give this guy a wake-up call?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Clay Sent: Wednesday, May 17, 2000 1:14 PM To: [EMAIL PROTECTED] Subject: Re: Cold Fusion Search tools I will be out of the office

Re: Don't let the door hit you on the way out.

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator

RE: Cluster Environment

2000-05-17 Thread David Clay
I will be out of the office from Wednesday, 5/17 - Friday 5/19. If a page or part of the website is not functioning correctly, please call 303.770.8506 and provide your name, phone number and what is not functioning in as much detail as possible. Thank you. Dave Clay Web Facilitator

  1   2   >