test - please ignore

2000-11-08 Thread Bert
test - please ignore Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in the

RE: Is Cold Fusion a Typed Language?

2000-11-08 Thread Anthony Geoghegan
Try modula 2 for a strongly typed language. It must be the most strongly type system I've ever run into. Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]]

Re: Fannie-packs? (RE: fusebox)

2000-11-08 Thread W Luke
Actually, when you live in foreign parts, you get used to switching back and forth between English and American. ;-) I'm well aware what an American fanny is. As for an Australian fanny, I can't really say, but I can tell you that men don't have 'em. Same with a UK fanny :) Will

RE: Load/Stress Testing

2000-11-08 Thread mherbene
I believe Fig Leaf (www.figleaf.com) does this - they did a few months ago. -Original Message- From: Evan Lavidor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 07, 2000 12:41 PM To: CF-Talk Subject: Load/Stress Testing Does anyone have any good suggestions for companies that do

RE: CFSchedular

2000-11-08 Thread Randy Adkins
Make sure you are calling the scheduled template from a standard PORT 80. CFSCHEDULE does not work on any odd port such as port 8088. We had the same problem and after speaking to an Allaire Representative, that was the issue. We moved all our scheduled tasks to a standard port 80 directory.

RE: Load/Stress Testing

2000-11-08 Thread Lanny R. Udey
Evan, We had Allaire come in. They were not cheap, but they did a great job contrary to what others on this list have experienced. They saved our behinds. Lanny Udey Associate Dean, Learning and Information Technology Hofstra University [EMAIL PROTECTED] Wednesday, November 08, 2000 I

Querying Dates

2000-11-08 Thread W Luke
Hi, I'm trying to query my DB to match records against the current month. I need to use the #month# syntax against one of the tables in my DB but it's producing a load of errors: cfset today = #createODBCDate(Now())# cfquery name="ad_number" datasource="localads" SELECT * from

Re: Querying Dates

2000-11-08 Thread Rob Keniger
on 11/8/00 11:39 PM, W Luke at [EMAIL PROTECTED] wrote: I'm trying to query my DB to match records against the current month. I need to use the #month# syntax against one of the tables in my DB but it's producing a load of errors: cfset today = #createODBCDate(Now())# cfquery

Re: Blocking IPs

2000-11-08 Thread Larry W. Virden
From: David Cummins [EMAIL PROTECTED] If you want to be really sneaky, though, if its their IP, spit out a standard error message. You'll have them racking their brains for days! One security book I read discussed created a fake environment to lull info robbers into exploring. Filled with

Re: Querying Dates

2000-11-08 Thread W Luke
Thanks Rob. Will - Original Message - From: "Rob Keniger" [EMAIL PROTECTED] Newsgroups: dotcom.lists.cftalk Sent: Wednesday, November 08, 2000 1:53 PM Subject: Re: Querying Dates on 11/8/00 11:39 PM, W Luke at [EMAIL PROTECTED] wrote: I'm trying to query my DB to match records

CFPROCESSINGDIRECTIVE

2000-11-08 Thread J.Milks
This is a multi-part message in MIME format. --=_NextPart_000_0027_01C04964.59185CE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Is this a CF 4.5 only tag? --=_NextPart_000_0027_01C04964.59185CE0 Content-Type: text/html;

RE: Hosting Question???

2000-11-08 Thread Kevin Langevin
Agreed. I know a few people who have had relatively positive experiences with Intermedia. They just aren't me. :) I hosted with Intermedia for about 6 or 8 months, with varying # of domains throughout, and one of my clients had some serious issues with the fact that it took so long to log into

RE: Potential problems with CF Express Server

2000-11-08 Thread Will Ryan
Hi Josh, I'm not exactly sure but the license agreement doesn't allow for that. -Original Message- From: Josh R [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 07, 2000 12:30 PM To: CF-Talk Subject: RE: Potential problems with CF Express Server Yes. This is exactly what I'm

RE: Hosting Question???

2000-11-08 Thread Bud
On 11/8/00, Kevin Langevin penned: Agreed. I know a few people who have had relatively positive experiences with Intermedia. They just aren't me. :) I hosted with Intermedia for about 6 or 8 months, with varying # of domains throughout, and one of my clients had some serious issues with the

Null Values

2000-11-08 Thread Corina S. Moore
One quick question, I thought that there was a function called IsNull() however whenever I try to use it gives me an error of "There is no ColdFusion function named IsNull". I am running 4.0 but have looked in both 4.0 and 4.5 documentation and have found anything one it. Can someone

RE: Null Values

2000-11-08 Thread CAlvarado
IsNull() does not exist in Cold Fusion. It is a vbscript function. What I always do is: CFIF Whatever IS "" here is some stuff if whatever is null /CFIF chris.alvarado cold.fusion - developer [phone] 512.794.6563 [email] [EMAIL PROTECTED] [web] http://www.tmanage.com

Re: OFF TOPIC - HEALTH INSURANCE

2000-11-08 Thread Peter Theobald
Why is this wasting space in MY mailbox? Take it off list please. At 09:26 PM 11/7/00 -0800, Stephen M. Aylor wrote: John, I rec'd the quote(s) back from the broker this afternoon via snail. Im reviewing them. Couple things come to mind. 1. Did you guys want me to come over and vist to

RE: Null Values

2000-11-08 Thread JustinMacCarthy
Much Better to do cfif Not Len(Trim(Whatever)) /cfif Justin MacCarthy IsNull() does not exist in Cold Fusion. It is a vbscript function. What I always do is: CFIF Whatever IS "" here is some stuff if whatever is null /CFIF

RE: Fannie-packs? (RE: fusebox)

2000-11-08 Thread Peter Theobald
HAHA! I had no idea! That's fine, just turn the belt around, and it's still accurate :-) At 05:44 PM 11/8/00 +1100, Peter Alexandrou wrote: Round these parts a "fanny" is slang for a woman's frontal privates :-) -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]]

RE: Null Values

2000-11-08 Thread CAlvarado
and why is that? chris.alvarado cold.fusion - developer [phone] 512.794.6563 [email] [EMAIL PROTECTED] [web] http://www.tmanage.com Privileged/Confidential Information may be contained in this message. It is not for use or disclosure outside TManage without a written proprietary agreement. If

RE: Potential problems with CF Express Server

2000-11-08 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes. This is exactly what I'm talking about. They want to be cheap and use CF Express, and I of course don't want that. I need to convince these folks that CF Express is NOT the way to go for hosting a large ecommerce site. What good

RE: Null Values

2000-11-08 Thread Nick Betts
Or you can use "is null" . You must include the space. Nick Betts PoulterNet. UK. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 08 November 2000 15:33 To: CF-Talk Subject: RE: Null Values IsNull() does not exist in Cold Fusion. It is a vbscript function.

RE: profiles.

2000-11-08 Thread Steve Bernard
A database, either relational or LDAP, is the best place to store the information during off-line time. Upon login, the relevant bits should probably be copied to a structure, as a session variable. If cookies aren't an option, as in "can't be used", then you can pass the session/client id via

Remote DB Alteration

2000-11-08 Thread Guy J. McDowell
Hello CF'ers Situation: Database and sites hosted externally, site created internally. Currently if any changes to the datasource's structure are made they are made locally and then uploaded to the host, who has to shut off the CFServer and restart it. This requires scheduling a time and is

RE: strange SQL error code

2000-11-08 Thread Hoffman, Joe (CIT)
What version ODBC driver are you using? http://support.microsoft.com/support/kb/articles/q234/9/87.asp INFO: SQL Server Driver Version 3.70 May Return Fractional Truncation Message When Processing DateTime Parameter Joe Hoffman mailto:[EMAIL PROTECTED] National Institutes of Health Center

RDS and NT holding a lock on a file

2000-11-08 Thread Aidan Whitehall
There was a thread a while ago about NT (I think) holding a lock on a file for 60 seconds. I'm finding if request a .cfm file in a browser and then try and open the same file via RDS in Studio, Studio throws this error: Error attempting to read data from file F:/pathtofile/file.cfm P Error =

RE: Fannie-packs? (RE: fusebox)

2000-11-08 Thread misty . d . woodward
--openmail-part-3484539e-0001 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline ;Creation-Date="Wed, 8 Nov 2000 10:33:33 -0600" Content-Transfer-Encoding: 8bit Oh my! Just need to stop this. Before someone gets hurt. :) Misty -Original Message-

RE: mailmerge witth sql server database

2000-11-08 Thread Warrick, Mark
Yes, you can use a SQL database or any ODBC compliant DB or just about any type of file. This has absolutely nothing at all to do with ColdFusion whatsoever. I'm not sure why you would wan to use ColdFusion to do this when MS Word handles it so well. ---mark

Client Settings???

2000-11-08 Thread Auction Hard Drive
How do I clear the Client Management settings?? I don't want to set them to blank, I want to completely remove them so a user can login by setting them and log out by deleting them. Thanks, Rich

OT--vb control puzzle

2000-11-08 Thread Kathleen Ballard
Dear List, I apologize for the off topic post, but I know many of you also code in asp and am hoping someone might have an answer to a puzzle. Or, at least point me in the direction of a resource I can try. I am using the MonthView control. It's in the Microsoft Common Controls ocx file.

RE: Remote DB Alteration

2000-11-08 Thread David Livingston
You can use SQL statements to update, create, and modify tables. Also you can open up the Access file and modify it if you open it on the actual server the file sits on. I don't recommend it though. Your chances of getting corruption probably double. Dave Livingston General Bandwidth [EMAIL

No Subject

2000-11-08 Thread Eron Cohen
Hi Guy, You can do table alteration via SQL. I refer you to the following resource which describes "Jet SQL" and amoung other things how to create/alter tables via SQL: http://www.citilink.com/~jgarrick/vbasic/database/jetsql.html#ddl I do have a few other suggestions for you. 1) Get them to

RE: SQL question help

2000-11-08 Thread thanh nguyen
thanks David, it worked From: "Hayes, David" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: SQL question help Date: Tue, 7 Nov 2000 12:40:51 -0600 When you are having trouble with a dynamic sql statement, output the statement to the page to see what is

RE: strange SQL error code

2000-11-08 Thread Anthony Geoghegan
On that note, does anyone have a list of Microsoft SQL Error Codes? They are listed in the online books online-reference. If you like I'll post you a text file offlist. Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED]

Re: Drop down List

2000-11-08 Thread monika kon
Thank you very much, i am really very sorry for bothering you. It was my fault not putting the Form tag.. I have got it right. Thanks a lot for your patience. Please tell me if you have used "CF_Threeselectsrelated". I was trying this and I wanted all the 3 to be dropdown list.The example there

RE: Fannie-packs? (RE: fusebox)

2000-11-08 Thread Eric Fickes
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01C049A7.7788A830 Content-Type: text/plain; charset="iso-8859-1" cfset CurrentTopic = "Tangent" cfif CurrentTopic IS

RE: RDS and NT holding a lock on a file

2000-11-08 Thread mherbene
I wonder if it has to do with CF being set up as a script engine? I don't see this problem (though I have seen it with straight HTML files) on my servers where CF is configured as a script engine. -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: Remote DB Alteration

2000-11-08 Thread Claremont, Timothy S
Guy, While I am still too much of a newbie to offer any real suggestion to your dilemma, I must praise you on your ability to ask the question effectively, and provide answers to the inevitable questions regarding your resources! Tim Tim Claremont

RE: Null Values

2000-11-08 Thread Bill Killillay
Think about it, if I pass a value of " " that is not a null value. That is a value that has a space in it. By checking it to see if it has length first, then trimming any leading and trailing spaces off of it your checking to make sure that it truly is a null value and not a blank space. Try

RE: Null Values

2000-11-08 Thread Jaime Garza
It is also an ODBC function {fn ISNULL(a, b)} if a is null take the value of 'b' otherwise use 'a' itself. Jaime/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 08, 2000 7:33 AM To: CF-Talk Subject: RE: Null Values IsNull()

RE: Fannie-packs? (RE: fusebox)

2000-11-08 Thread Jaime Garza
http://www.fanniemae.com They claim this is the american dream... Of course it is! Jaime/ -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 08, 2000 7:28 AM To: CF-Talk Subject: RE: Fannie-packs? (RE: fusebox) HAHA! I had no idea!

RE: CFID-CFTOKEN Confusion (newbie)

2000-11-08 Thread Aidan Whitehall
is it possible that two (or more) users have the same cfidcftoken ? cfif yes Wich is the best way to identify a (unique) user session ? No. It's safe to assume that every user is assigned (and subsequently returns) a unique CFID and CFTOKEN combination. In fact, if you use session variables,

RE: Null Values

2000-11-08 Thread Jacob
Boolean expressions are faster. At 09:51 AM 11/8/00 -0600, you wrote: and why is that? chris.alvarado cold.fusion - developer [phone] 512.794.6563 [email] [EMAIL PROTECTED] [web] http://www.tmanage.com Privileged/Confidential Information may be contained in this message. It is not for use or

RE: HTML Question - Back button

2000-11-08 Thread Eric Fickes
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01C049AE.7A8EC790 Content-Type: text/plain; charset="iso-8859-1" See if adding this link will help. a

Re: Remote DB Alteration

2000-11-08 Thread Bud
On 11/8/00, Guy J. McDowell penned: Situation: Database and sites hosted externally, site created internally. Currently if any changes to the datasource's structure are made they are made locally and then uploaded to the host, who has to shut off the CFServer and restart it. Why? They shouldn't

RE: Remote DB Alteration

2000-11-08 Thread Jeff Beer
Assuming you are using MSAccess: Create an empty DB and create linked tables that point to the tables in your real DB. The ODBC connection can remain open, and you can upload a new DB at any time by overwriting the real DB. This works as long as you don't add any tables - you'll still have to

RE: CFLDAP

2000-11-08 Thread Eric Fickes
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01C049B2.0C50 Content-Type: text/plain; charset="iso-8859-1" Yeah, I've seen all of this, but for some reason I feel as if

Re: Potential problems with CF Express Server

2000-11-08 Thread Jim McAtee
Yes. This is exactly what I'm talking about. They want to be cheap and use CF Express, and I of course don't want that. I need to convince these folks that CF Express is NOT the way to go for hosting a large ecommerce site. What good (realistic) reasons can I give them to

Re: fusebox

2000-11-08 Thread Craig Bowes
Just out of curiousity, do you use any kind of methodology for you CF applications? Most people that have really used fusebox seemed to like it and CFObjects sounds interesting also. How do you get away from having a million cfincludes w/in cfincludes or knowing which files do what? What is

Re: fusebox

2000-11-08 Thread Craig Bowes
funny, I found that it DECREASES development time, once I learned it pretty well. - Original Message - From: "Karl Simanonok" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, November 07, 2000 12:21 PM Subject: Re: fusebox Like I said: we've used Fusebox (you found

Re: Remote DB Alteration

2000-11-08 Thread John Allred
"Guy J. McDowell" To: CF-Talk [EMAIL PROTECTED]

cfmail headers

2000-11-08 Thread Sean Daniels
I know that with CF 4.5 you can send custom headers in an email using cfmailparam, but is there any way to do this with CF 4.01? I need to send a content-type header for a special email that gets parsed by the GoldMine contact manager database. Also, I have limited ability to use custom tags, so

[RE: Fusebox] CFObjects VS Fusebox

2000-11-08 Thread Craig Bowes
This is a multi-part message in MIME format. --=_NextPart_000_0085_01C04983.40B74570 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable All, =20 Now that we've all argued fusebox and self-righteously flamed its = detractors, has anyone used

RE: OFF TOPIC - HEALTH INSURANCE

2000-11-08 Thread Dan O'Keefe
He apologized immediately after that as a mistake. Lighten up. Dan -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 08, 2000 10:27 AM To: CF-Talk Subject: Re: OFF TOPIC - HEALTH INSURANCE Why is this wasting space in MY mailbox? Take it off

ASP and ColdFusion

2000-11-08 Thread Stu Williams
Help! I am wondering how (in a general sense) if at all you could have a ColdFusion website which uses application.cfm. in conjunction with ASP pages. In this site I am using VBScript to populate forms (I cannot change this), and I believe I will have several ASP pages (like ones which give an

Re: FW: Login and Clustering

2000-11-08 Thread Billy Cravens
Perhaps a client structure, containing something like loginid and timestamp. Check to see if the loginid has timed out (Your own custom value here, nothing ColdFusion specific) -- Billy Cravens [EMAIL PROTECTED] Sandra Clark wrote: -Original Message- From: Sandra Clark

Re: Client Settings???

2000-11-08 Thread Bud
On 11/8/00, Auction Hard Drive penned: How do I clear the Client Management settings?? I don't want to set them to blank, I want to completely remove them so a user can login by setting them and log out by deleting them. cfset clientlist = GetClientVariablesList() cfloop index="i"

(SQL) What is the proper way to do this?

2000-11-08 Thread Eric Dawson
A Sports Standings query. Just using access for now. but basically I am using 4 access queries to accomplish my standings calculation 1.) Calculate TeamName W L Pts GF GA for home games 2.) Calculate TeamName W L Pts GF GA for visitors 3.) Union the two tables 4.) Summarize and sort. I am

OT: COM objects

2000-11-08 Thread Robert M. Saxon, Jr.
I have some experience writing programs in C++ and VB, but I don't have experience writing COM objects. I am looking for any recommendations of books or other resources (web sites, etc.) that would help me learn how to design COM objects, especially in a way that could augment web apps (using

Re: Client Settings???

2000-11-08 Thread Dylan Bromby
Have you tried StructDelete()? - Original Message - From: "Auction Hard Drive" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, November 08, 2000 8:57 AM Subject: Client Settings??? How do I clear the Client Management settings?? I don't want to set them to blank,

Default Error page look...

2000-11-08 Thread Bill Killillay
When using the method of formfield_required in a hidden form field and then passing that on if that form field is not filled in it gives a default error page saying these required fields are not filled in please hit back, etc, etc. Anybody know of a way to change the look of that page. This is

Can I get a subtotal

2000-11-08 Thread Kathy Bergman
I have been struggling with this for days so I am going to try to be very clear in relating my problem. On the first page I have select boxes with option choices ranging from 1-10 that are generated dynamically, from database fields. Currently the code below generates 34 select boxes for 34

date comparisons

2000-11-08 Thread Willy Ray
One of the fields in my table is a datestamp. I need to be able to pull only those records whose datestamps are between certain dates. I would like to limit my query to only pull the records I need based on their dates, but frankly this app will be getting low enough usage that if I could

RE: Mixing ASP and CF on a server

2000-11-08 Thread Jacob Ezzell
Unfortunatly, its not quite so small of an application that conversion is an option, and no-one in our shop has _any_ ASP Experience. The Bosses want to run the server ASP/Cf, and have us set up the application and not mess with it. I think we have a contract that only allows us to install it,

RE: RDS and NT holding a lock on a file

2000-11-08 Thread Steve Bernard
It is the behaviour of IIS, not the OS. It retains a hold on files for 60 sec. to optimize performance. I remember seeing the topic come up before but, I don't remember if there is a registry/metabase hack for it or not. They use a lot of NT over at Figleaf ... Dave? Steve -Original

RE: Fannie-packs? (RE: fusebox)

2000-11-08 Thread Parker, Kevin
Same over these parts (excuse the pun) Kevin Parker Service and Communication WorkCover Corporation [EMAIL PROTECTED] ph: +61 8 82332548 fax: +61 8 82332000 -Original Message- From: Len Conrad [mailto:[EMAIL

RE: HTML Question - Back button

2000-11-08 Thread Auction Hard Drive
This works too: FORM INPUT TYPE="button" VALUE="BACK" onClick="history.go(-1)" /FORM Rich -Original Message- From: Eric Fickes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 08, 2000 1:05 PM To: CF-Talk Subject: RE: HTML Question - "Back" button This message is in MIME format.

Installing CF4.5 SP 1

2000-11-08 Thread Jacob Ezzell
Has anyone installed SP1 on their server? We were all ready to, but it looks like it will completly over-write the installation instead of upgrading it. Any input? Jacob Ezzell Archives:

RE: Submitting form with Javascript

2000-11-08 Thread Jann VanOver
One Caveat that kept catching me -- when you use the "submit()" method to submit a form, the "onSubmit" will NOT be executed. I had to learn to explicitly call any javascript that I wanted to be executed before the form was submitted. -Original Message- From: David Shadovitz

GRABBING, JAVASCRIPT, VARIABLES, IN, CF

2000-11-08 Thread S R
How do I set a variable in CF from a javascript? Ex: script language="JavaScript" document.write("You're using: b"+navigator.appName+" "+navigator.appVersion+"/b"); /script I would like to set this as a session variable. I cannot do this because I tried: cfset session.myBrowser =

Re: fusebox

2000-11-08 Thread Gregory Harris
My 2 cents on Fusebox here, in 6 months of using this I've discovered: 1) Development takes slightly longer, but any expert developer won't feel a difference 2) New functions later on become so much easier to build (just a new fuse) 3) Modifications to existing stuff is easier (usually just

RE: ASP and ColdFusion

2000-11-08 Thread Walker, Matthew
Can this all flow with security/ session management? Would I have to manage within ASP? or could I use CF for security? If you used a cookie for security (rather than ASP/CF Session variables), presumably it would work in both the ASP pages and the CF pages?

Re: OFF TOPIC - HEALTH INSURANCE

2000-11-08 Thread Stephen M. Aylor
Dan, Thanks for backin my action man. :-) We talked off line already - its all cool. Steve - Original Message - From: "Dan O'Keefe" [EMAIL PROTECTED] He apologized immediately after that as a mistake. Lighten up. Dan

RE: (SQL) What is the proper way to do this?

2000-11-08 Thread Steve Bernard
What do your tables look like? Steve -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 08, 2000 2:43 PM To: CF-Talk Subject: (SQL) What is the proper way to do this? A Sports Standings query. Just using access for now. but basically I am using

It doesn't look like it is the machine...

2000-11-08 Thread jonathan hamner
Hi All, There is a problem with our web site. I have to restart the CF Server twice and somtimes more than that daily because the web site becomes "non-responsive". Sometimes I get Dr' Watson's error when I try to stop the service. The "% of cpu usage" is in the 6-8% range with spikes to 30%+

RE: Client Settings???

2000-11-08 Thread Auction Hard Drive
I'm all set up now. thanks for all of the help, Rich -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 08, 2000 6:03 PM To: CF-Talk Subject: Re: Client Settings??? Have you tried StructDelete()? - Original Message - From: "Auction Hard

RE: COM objects

2000-11-08 Thread Eric Fickes
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01C049E6.BDE63900 Content-Type: text/plain; charset="iso-8859-1" Checkout http://www.microsoft.com/com/ E -Original

RE: Default Error page look...

2000-11-08 Thread Peter Alexandrou
Use your own JavaScript code rather than CF's in-built. -Original Message- From: Bill Killillay [mailto:[EMAIL PROTECTED]] Sent: Thursday, 9 November 2000 07:08 To: CF-Talk Subject: Default Error page look... When using the method of formfield_required in a hidden form field

Re: Remote DB Alteration

2000-11-08 Thread Billy Cravens
Why can you not upload your Access file? If it is giving you a "file locked" error, you can kill the lock by throwing a query at it that causes an error, then upload the file. -- Billy Cravens [EMAIL PROTECTED] "Guy J. McDowell" wrote: Hello CF'ers Situation: Database and sites hosted

Very Off The Topic How to Insert a page break for printing purpose

2000-11-08 Thread AustralianAccommodation.com Pty. Ltd.
Yes I this is very much off the topic and this is my first and my last OT posting in this forum. I am trying to figure out how to design a page so that only the bottom portion of the page that contains the print this page button is printed. I need to insert a page break into my code to

What happens after a timeout?

2000-11-08 Thread Leong Yew
This is a multi-part message in MIME format. --=_NextPart_000_0007_01C04A42.B43EDED0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi there, A number of CF tags like CFHTTP and CFPOP that connect to remote servers = allow you to specify

RE: FW: Login and Clustering

2000-11-08 Thread Sandra Clark
Perfect! After seeing your message, I was able to find a Custom Tag cf_ClientTimeout which does exactly that. That takes care of my problem. So long as I can check to see if a Client variable is older than 20 minutes, I can definitely make this work. Thanks! -Original Message- From:

Re: Drop down List (Solved)

2000-11-08 Thread James Taavon
This is a multi-part message in MIME format. --49B842EC9410C3D199900F0E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit No, I have not used the Three Selects Related, but it should work on the same principle as Two Selects Related. monika kon wrote:

SQL7 count query

2000-11-08 Thread Kay Smoljak
I want to list the total number of items in several tables. I was hoping to do it in one query, because potentially there could be 10 or more totals and running that many queries on one page seems silly. Here's the code I tried: cfquery name="count" datasource="#request.dsn#" select

Losing Network Connection

2000-11-08 Thread Rosa, Issac
I have a strange problem and wondering if anyone has encountered this before. When running ColdFusion 4.5 RDS and CF Server, I lose all browser functionality after 8 minutes of use and get dnserror - page cannot be displayed in IE 5.1 and no dns server entry in Netscape 4.08. I also lose

RE: Is Cold Fusion a Typed Language?

2000-11-08 Thread Christopher Olive, CIO
dunno about that. try ada. 10 different types of strings. :) chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Anthony Geoghegan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 08, 2000 6:02 AM To: CF-Talk Subject: RE: Is

RE: fusebox

2000-11-08 Thread BORKMAN Lee
Thanks for the detail, Karl. I must disagree with your basic point, though. You say that "it is a mistake to put the cart before the horse and apply a single design methodology to every application one builds". If the alternative is to develop a new strategy tailored to each individual

Re: Room Reservation tool

2000-11-08 Thread Vaughan Evans
I seem to remember someone on this list presented a hotel booking app for demonstration a while back...maybe this will do the job? Can't remember who it was tho. vaughan -Original Message- From: S R [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Date: Thursday, November 09, 2000 1:22

Win ME CF Studio

2000-11-08 Thread Eric J Hoffman
Has anyone else had their CF Studio 4.5.1 melt down after upgrading to Windows ME? I wanted to check it out, but it has done damage. argh! typical M$ Thanks for any feedback. Eric J Hoffman, MAIP Small Dog Design

Re: GRABBING, JAVASCRIPT, VARIABLES, IN, CF

2000-11-08 Thread Rob Keniger
on 11/9/00 9:19 AM, S R at [EMAIL PROTECTED] wrote: How do I set a variable in CF from a javascript? You can't. CF executes server-side, JS client-side. You could pass the result as a form value to another CF page which stores it as a session var though. Although, for this you'd be better off

Re: GRABBING, JAVASCRIPT, VARIABLES, IN, CF

2000-11-08 Thread Gena
- Original Message - From: "S R" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, November 09, 2000 10:19 AM Subject: GRABBING, JAVASCRIPT, VARIABLES, IN, CF How do I set a variable in CF from a javascript? Ex: script language="JavaScript" cfoutput

Re: GRABBING, JAVASCRIPT, VARIABLES, IN, CF

2000-11-08 Thread Gena
EVEN BETTER: How do I set a variable in CF from a javascript? Ex: script language="JavaScript" cfoutput document.write("You're using: b#navigator.appName# #navigator.appVersion#/b"); /cfoutput /script

RE: It doesn't look like it is the machine...

2000-11-08 Thread Peter Alexandrou
Let us know what server platform you are running CF Server upon as well as the CF version you're running. -Original Message- From: jonathan hamner [mailto:[EMAIL PROTECTED]] Sent: Thursday, 9 November 2000 11:47 To: CF-Talk Subject: It doesn't look like it is the machine... Hi

Re: It doesn't look like it is the machine...

2000-11-08 Thread Nick McClure
What about the software? What OS version? What Service Pack? What CF Version? What Service Pack? What about the Database, what are you using there? At 04:47 PM 11/8/2000 -0800, you wrote: Hi All, There is a problem with our web site. I have to restart the CF Server twice and somtimes more

RE: Very Off The Topic How to Insert a page break for printing purpose

2000-11-08 Thread Scott Wood
Throw everything you want to print in a pop up window, then print that window.. Just an idea, not sure if this would help. G. Scott Wood Developer HMWeb.com 520-742-2611 Ext.135 -Original Message- From: AustralianAccommodation.com Pty. Ltd. [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Re: Installing CF4.5 SP 1

2000-11-08 Thread Rahul
Service pack is meant for overwriting the orginal files with the upgraded one. U can go ahead we have already done it working fine. Rahul - Original Message - From: Jacob Ezzell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, November 09, 2000 3:16 AM Subject:

Re: SQL7 count query

2000-11-08 Thread Gena
select count(artists.artist_id) as artists, count(artworks.artwork_id) as artworks, count(news.article_id) as news from artists, artworks, news But this gives me the total value of all the tables combined for each variable. What am I doing wrong? :)) You've got result like

Re: SQL7 count query

2000-11-08 Thread Nick Slay
Hi Kay, Try getting the counts as sub queries, for example SELECT COUNT(*) AS Artists, (SELECT COUNT(*) FROM Artworks) AS Artworks, (SELECT COUNT(*) FROM News) AS News FROM Artists Hope this helps a little! N\ From: "Kay Smoljak" [EMAIL PROTECTED] Reply-To: [EMAIL

RE: Win ME CF Studio

2000-11-08 Thread Parker, Kevin
Mine works fine but I actually did a compete re-install after a format as my PC was getting a bit sick (argh! typical M$). I suspect your problem might be the upgrade if CF already existed. In my case I installed it after the upgrade. Kevin Parker Service and

RE: fusebox

2000-11-08 Thread Bill Killillay
Lee, Thanks, I was getting ready to do the same thing. I wish people would try Fusebox before they just bash it. There is a GREAT network of some of the BEST CF developers in the world that are on the Fusebox email list. If you have questions, concerns, or what ever join that list and learn

  1   2   >