maxlength of Tag.GeneratedContent?

2001-03-22 Thread Ric Smith
getting around 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-arch

maxlength of Tag.GeneratedContent?

2001-03-21 Thread Ric Smith
getting around 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-arch

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
on) [Microsoft][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', &#

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: simp

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

Re: assigning value to dynamic variable

2000-08-23 Thread Ric Smith
Just 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 Kean

assigning value to dynamic variable

2000-08-23 Thread Ric Smith
Help! Ric Smith -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTEC

CFGRID problems. I'm confused

2000-07-19 Thread Ric Smith
I'm need to do some mass updating and inserting so I started playing with cfgrid. I get this DB error because the values aren't being passed from cfgrid to cfgridupdate so it's trying to insert a question mark. Which generates a data type error. ---

Re: Thumbnail tags

2000-07-11 Thread Ric Smith
I've been using cf_gifgd from the tag gallery works good for me, but progressive jpg's will break it. If anyone has any better solutions I'd like to know also. Ric Smith - Original Message - From: "Brian P. Doyle" <[EMAIL PROTECTED]> To: <[EMAIL PROTEC

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

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: goo

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. Ric Smith - Original Message - From: "Eli Shechter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 06, 2000 11:30 AM Subject: line break as delimiter > Hi > im trying to run a list loop from a file

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 >

Re: Importing of ASCII Files

2000-07-05 Thread Ric Smith
ne 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 Subjec

Snooping CFDOCS directory?

2000-07-05 Thread Ric Smith
ctory, would it be safe to put NT Authentication on that directory? I was hoping someone could let me know if there's anything I need to worry about. Thanks. Ric Smith -- Archives: http://www.mail-archive.c

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, 20

sorting a structure

2000-06-26 Thread Ric Smith
want to order the elements desc. I guess i could use and array and arraysort. hmmm. Any help is appreciated. Thanks. Ric Smith -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

MDAC 2.5 - i don't think so

2000-06-20 Thread Ric Smith
) Just thought 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=lists&body=lists/cf_talk or send a mes

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 Sub

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 difficul

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

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

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 prede

Re: How to make a text flash in CF

2000-05-08 Thread Ric Smith
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 > > tag. > > Is there a way that if the user is using IE, the text > can be made to

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. SELECT JunkColumn FROM JunkTable -- Ric Smith > Thank you Tiffany - any chance you could e-mail the code to me as a sample. > > (Sorry if you've already received this - our m

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

Using Custom Tags in a cf_module?

2000-05-05 Thread Ric Smith
Is it possible to use a Custom tag within a template called as a cf_module? It appears not, but I wanted to make sure. Thanks. -- Ric Smith -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http

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

Any opinions on cfObject?

2000-04-28 Thread Ric Smith
I was just browsing through the www.cfobjects.com site and was wondering if any of you had any opinions on it good or bad. Thanks. -- Ric Smith -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: What happened to this list?

2000-04-24 Thread Ric Smith
It was me!!! Now beat me!!! Beat me like the bad boy that I am!!! ooops. Wrong list. -- Ric Smith > > >I am demanding that you post his name to the list. It is a disservice to > > the > > >rest of us if you let him keep his anonymity. Let him suffer the global &

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 's. -- 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

Re: One question about list parsing

2000-04-04 Thread Ric Smith
table 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 parsin

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 To

Re: Uploading and IE 5

2000-03-27 Thread Ric Smith
Sorry, the actual code is correct when I cut-n-paste it and removed unnecessary html I messed it up. It should read: Thanks for pointing that out. -- Ric Smith > > Maybe you noticed, but the submit button in this code is all > > wrong, it should > > say: > > >

Uploading and IE 5

2000-03-27 Thread Ric Smith
rrect form field name." I found some similar posts in the archive's but nothing quite like what I'm experiencing. Here's the form: Thanks for the help. -- Ric Smith __H_O_L_O_G_R_A_P_H_I_C___ 103 Meridian Street Tallahassee, Florida 32312 h

Re: Query return into

2000-03-24 Thread Ric Smith
I do something like this: -- Ric Smith > Fellow CF wackers, hackers and smackers -- > > I come to you in my hour of need, hoping your collective wisdom will > help get my ass out of a sling. > > > > I would like the resu