Re: Know where I can find Chr(*) definitions?

2000-07-07 Thread GE
Hello Ric, What you are looking for is an ASCII table. A quick search should find one for you - or you could look it up in any refernce manual you have on programming (should be one in one of them). To be sure you have found what you are looking for just compare the table values of 10 and 13

Online Ticket app

2000-07-07 Thread GE
Hello, Does anyone want to recommend an online "help-desk" system? To clarify this: It would allow users to log in and then relate a problem with a web site(or another application) to the developers It is like a ticket dispensing system for problems. Thanks, Nelson

Re: Compiling CFX Tags

2000-07-06 Thread GE
I'm going to call our support person for this. We have gnu 2.9 installed - I'll see if I can get that to work. Chris Christopher Conrad Victoria's Secret Catalogue http://www.VictoriasSecret.com Senior.Programmer.Analyst 614.337.5653 [EMAIL PROTECTED] -Original Message- From

Re: Compiling CFX Tags

2000-07-06 Thread GE
Hello, I use the gnu compiler myself (I love it and have been using it for years) on the Solaris and Linux (and even Win (ie. DOS) machines !). The reason for using it is that *Allaire* seems to have built this latest version (CF Server 4.5.1) so that it *requires* the Sun compiler verion 5.

Re: Repost: Optimizing Win 2000 (IIS) for Warp speed with Cold Fusion.

2000-07-05 Thread GE
Hello, If possible could you repost the optimizing info for NT/IIS/CF Server? Thanks, Nelson "Mark W. Breneman" wrote: Anyone care to share About 9 months ago I collected and posted a compiled list tips and tricks (thanks for all the info, by the way) for optimizing NT4.0(IIS) and

Errors Errors

2000-07-05 Thread GE
Hello all, Does anyone know what a TID 756 error is? Or where I might look to find the answer? A custom cfx tag is bringing down the CF Server on a Solaris when invoked. Any thoughts ? Thanks, Nelson -- Archives:

Compiling CFX Tags

2000-07-05 Thread GE
Hello, Has anyone had any luck compiling CFX tags with CF Server 4.5.1 and the g++ compiler? thanks, Nelson -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit

Oops Compiling CFX Tags

2000-07-05 Thread GE
Hello, Has anyone had any luck compiling CFX tags with CF Server 4.5.1 on Solaris 7 and the 2.8.1.1. g++ compiler? thanks, Nelson -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe

Re: cfset vs. cfparam (Was - Re: What am I doing wrong?)

2000-07-04 Thread GE
Hello, My *guess* as to how CF handles it is to use a flag to determine if it has been set already - if this flag is set don't bother checking and/or setting the variable again. The flags could be stored in a fast access location rather than a variable look up/variable verification in memory

Re: cfset vs. cfparam (Was - Re: What am I doing wrong?)

2000-07-04 Thread GE
Hello, Todd Ashworth wrote: Hello, My *guess* as to how CF handles it is to use a flag to determine if it has been set already - if this flag is set don't bother checking and/or setting the variable again. Any idea which is faster? Again my guess would that *if* an application has

Re: Changing default CF error for nonexistent templates

2000-06-28 Thread GE
Hello, Is this what you are looking for ? Application.cfm: CFERROR TYPE="VALIDATION" TEMPLATE="error_check.cfm" CFERROR TYPE="REQUEST" TEMPLATE="error_mail.cfm" hth, Nelson Duane Boudreau wrote: Hi All, Is there a way to customize the default error that CF 4.01 generates when a http

Re: Arrays and CFIF

2000-06-28 Thread GE
Hello Chris, The error message is pretty straight forward: It is telling you that array index value 21 does not exist. It is telling you that you have index values of 1 through to and including 20. So before you can check for a value you must create the array element. What you could do is

Re: RDS service on Solaris

2000-06-22 Thread GE
Hello, Check the cfexec line in the start script ( type it in at the command line and it will give you a usage statement - this will refer to you how not to start RDS service.) it will start cfrdsservice. Some info is in the Admin manual. hth, Nelson Michael Dinowitz wrote: I've looked

Re: Auto-Refresh one time on history.back

2000-06-17 Thread GE
Hello, I found these in another group awhile ago ( although I have never tested them ) CFSET Offset="-12" CFHEADER NAME="Expires" VALUE="#DateFormat(DateAdd('h',offset,Now()), 'dd mmm ')# #TimeFormat(DateAdd('h',offset,Now()), 'hh:mm:ss')# GMT" CFHEADER NAME="Pragma" VALUE="no-cache"

Re: Jumping Sessions??

2000-06-01 Thread GE
Hello, I had a very similar thing happen to me (I just started learning CF about 3 weeks ago so take this with some salt): I set debugging on for my IP address. After running the application a couple of times I found that my SQL queries were working with the wrong info ( I also had another

RDS Usernames ?

2000-05-24 Thread GE
Hello, I was wondering about the following: I use CF Studio 4.5 to remotely develop pages on a CF Server on a Solaris machine. When I create a file locally using CF Studio and save it to the server (through RDS) the owner/group of the file is nobody/nobody. This is obviously not an acceptable

Re: SETCLIENTCOOKIES=No

2000-05-23 Thread GE
http://www.desertraven.com/ PGP Key Available on Request -Original Message- From: GE [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 23, 2000 10:57 To: [EMAIL PROTECTED] Subject: Re: SETCLIENTCOOKIES="No" Hello, I understand the purpose that cookies serve and the differen

SETCLIENTCOOKIES=No

2000-05-22 Thread GE
Hello, Does anyone know the answer to this? I inserted the line: SETCLIENTCOOKIES="No" in the application tag of a file. In other pages (same directory) I actually set cookies and information in them. After checking my browers locations cookies files, I see that cookies were actually set.