maxlength of Tag.GeneratedContent?

2001-03-22 Thread Ric Smith
this limit? A setting in the administrator maybe? Thanks. Ric Smith ~~ 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

maxlength of Tag.GeneratedContent?

2001-03-21 Thread Ric Smith
this limit? A setting in the administrator maybe? Thanks. Ric Smith ~~ 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

RE: Browser is caching files even when I use META tags to prevent cac hing.

2001-03-20 Thread Ric Smith
Some of our clients had this problem and we found out it was there proxy server. Ric Smith -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 11:34 AM To: CF-Talk Subject: Re: Browser is caching files even when I use META tags to prevent

OT: SQL Server error.

2000-10-04 Thread Ric Smith
][ODBC SQL Server Driver][SQL Server]Violation of PRIMARY KEY constraint 'PK__Folders__FolderI__198AD3B0': Attempt to insert duplicate key in object 'Folders'. SQL = "INSERT INTO Folders ( ParentID, Name, Description, ateAdded )VALUES( 7, 'test', 'test', {ts '2000-10-04 12:27:18'} );" Th

Re: simple date problem major brain fart

2000-09-07 Thread Ric Smith
If you use the DateAdd() function you won't end up with 9/0/200. DateAdd("d", "-7", "9/7/2000") You also might want to look at DateDiff() Ric - Original Message - From: "Art Broussard" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 07, 2000 11:20 AM Subject: simple

assigning value to dynamic variable

2000-08-23 Thread Ric Smith
n 11. Left hand side cannot be a function call. --- There must be a way to do this, my brain is a little mushy. Help! Ric Smith -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Uns

Re: assigning value to dynamic variable

2000-08-23 Thread Ric Smith
in time compilation error Invalid parser construct found on line 127 at position 46. ColdFusion was looking at the following text: = Invalid expression format. The usual cause is an error in the expression structure. Ric Smith - Original Message - From: "Jamie Keane&qu

Re: assigning value to dynamic variable

2000-08-23 Thread Ric Smith
Thanks for the help fellows. Much appreciated. Ric Smith - Original Message - From: "Gregory Harris" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 23, 2000 4:45 PM Subject: Re: assigning value to dynamic variable Yeah removing Evaluate can work too

Re: good simple web board been done?

2000-07-10 Thread Ric Smith
Check out coztech.com he has a cf bulletin board like the old Matt's Scripts board. Ric Smith - Original Message - From: "Jeff Fongemie" [EMAIL PROTECTED] To: "Cf-Talk" [EMAIL PROTECTED] Sent: Monday, July 10, 2000 3:52 PM Subject: good simple web board been d

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

2000-07-10 Thread Ric Smith
Thanks for everyone's help, didn't know I'd get such a response. I like playing with ascii characters for little pointers exclaimations and such. Ric Smith -- Archives: http://www.mail-archive.com/cf-talk

Know where I can find Chr(*) definitions?

2000-07-07 Thread Ric Smith
Anyone know of anywhere I can find the definition for the Chr(*) stuff online? Only ones I know are Chr(10) and Chr(13). Just curious, thanks. Ric Smith -- Archives: http://www.mail-archive.com/cf-talk

Re: line break as delimiter

2000-07-06 Thread Ric Smith
Use the Chr(13) to delimit. cffile action="READ" file="#ExpandPath('fist_of_funk.dat')#" variable="myWords" cfloop index="myLine" list="#myWords#" delimiters="#Chr(13)#" Ric Smith - Original Message - From: "Eli

Re: Importing of ASCII Files

2000-07-05 Thread Ric Smith
by whatever your delimiter is. 4. assign each value to a var to use in your insert query. Or something along those lines. Ric Smith - Original Message - From: "Randy Adkins" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 05, 2000 11:52 AM Subject: Importing of A

Re: Snooping CFDOCS directory?

2000-07-05 Thread Ric Smith
Thanks. Yeah, I've got the fix that only allows localhost access I just got real nervous and wanted to make sure I wasn't missing something. I think I'll go ahead and remove the CFDOCS completely. Should I also move the CFIDE directory to something obscure? Ric Smith They were probably

Re: cf-mail ...again

2000-06-30 Thread Ric Smith
I would recommend getting cfx_mail from fuseware.com. Allows you to change the X-Mailer: in the header so ppl won't stereotype you as a spammer. Ric Smith - Original Message - From: "vince" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 30, 2000 8:41 AM Subjec

MDAC 2.5 - i don't think so

2000-06-20 Thread Ric Smith
I'd relay my experience. Ric Smith -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message to [EMAIL PROTECTED

Re: shopping cart?

2000-06-01 Thread Ric Smith
CFTRANSACTION refers to database transactions not shopping transactions. Although the first time I saw it the first thing that popped into my head was credit card transactions. Sounds like what you're doing is pretty simple. A few CFMAIL's and an INSERT and your order is placed. The more

Re: Gold Points CF site

2000-06-01 Thread Ric Smith
If you get in touch with them tell them to make that image on the left a jpeg, that 93k gif is nasty. Sorry, i couldn't help myself. --Ric Smith - Original Message - From: Scott Beach [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 01, 2000 1:20 AM Subject: Gold Points CF

Re: How do you remove from memory

2000-05-24 Thread Ric Smith
You're not killing the session for the NY logon. You need to set the cookie to die when the browser is closed or create a log-out button that kills session vars. Something along those lines. -- Ric Smith Hi All, First of all I would like to let you know that without the help of this list

backing up administrator settings

2000-05-22 Thread Ric Smith
Is it possible to backup the configuration of cf administrator for easy re-install? How bout MS SQL Server? I'm backing up the IIS console config but can't figure out how to do the other two. Thanks for any help. -- Ric Smith

Re: handsfree

2000-05-09 Thread Ric Smith
You could do it with a COM object. Probably wouldn't be to hard either. -- Ric Smith hi all, is there any way to create the reports automatically(hands free), i mean thru coldfusion can we write the code which retrieves the recordsets from the database at predefined intervals, and gives

Re: Locking

2000-05-08 Thread Ric Smith
Just create a query and reference a table or column that doesn't exist in your datasource. cfquery name="junk" datasource="myDatasource" SELECT JunkColumn FROM JunkTable /cfquery -- Ric Smith Thank you Tiffany - any chance you could e-mail the code to me a

Re: How to make a text flash in CF

2000-05-08 Thread Ric Smith
a timer on it, and turn visibility on and off. -- Ric Smith Hi All, I know how to make a text flash in CF for netscape. I am able to do it by writing the text in blink/blink tag. Is there a way that if the user is using IE, the text can be made to flash? Appreciate. A.B

Re: CFFILE .. access denied.

2000-05-05 Thread Ric Smith
Yeah I get this sometimes too. I think it has something to do with IIS having a hold on the image and not letting anything else touch it. It only happens when I do and upload, look at the result on the website then try and upload again. -- Ric Smith I am uploading a file using CFFILE that can

Requirements for Access 2000

2000-05-04 Thread Ric Smith
Anyone know what needs to be installed on a server so Access 2000 databases will verify with CF Server? Thanks -- Ric Smith -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http

Using Bit Manipulation Functions

2000-04-18 Thread Ric Smith
Anyone know where I can find some information on the bit manipulation functions? Besides the Forta books. Thanks. -- Ric Smith -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http

Re: table formatting in IE

2000-04-06 Thread Ric Smith
You're probably not closing all your TR's. TR TD/TD /TR -- Ric Smith - Original Message - From: S.E.Fling [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 06, 2000 2:11 PM Subject: OT: table formatting in IE Hi, This is probably not a CF problem but I know

Re: One question about list parsing

2000-04-04 Thread Ric Smith
customer set receiptNo = '#myArray[1]#' where Cust_Code='#myArray[2]#' -- Ric Smith - Original Message - From: aslam bajaria [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 03, 2000 3:04 PM Subject: One question about list parsing I have the following task to do: I have

Lookups in Access and SQL Server

2000-04-03 Thread Ric Smith
Is there an equivalent of an access lookup field in SQL Server? I usually just do my joins in the SQL code but I know someone who uses lookups in access and was wondering if it is compatible with SQL Server when I upsize. Thanks -- Ric Smith __H_O_L_O_G_R_A_P_H_I_C___ 103

Using CFLOCK

2000-03-29 Thread Ric Smith
When using CFLOCK how important is it to name the lock and if you name all locks should everylock in your application have a different name? Thanks. -- Ric Smith -- Archives: http://www.eGroups.com/list/cf-talk

Uploading and IE 5

2000-03-27 Thread Ric Smith
; SIZE="25 INPUT TYPE="Submit" VALUE="Upload Image /FORM Here's the CFFILE CFSET Destination = ExpandPath("..\design_images\large\" DesignID ".jpg") CFFILE ACTION="UPLOAD" FILEFIELD="DesignImage" DESTINATION="#Destination#&quo

Re: Uploading and IE 5

2000-03-27 Thread Ric Smith
quot; INPUT TYPE="Submit" VALUE="Upload Image" /FORM Thanks for pointing that out. -- Ric Smith Maybe you noticed, but the submit button in this code is all wrong, it should say: : INPUT TYPE="Submit" VALUE="Upload Image" That may sort i