Re: TwoSelectsRelated Trouble

2000-06-03 Thread Sima Lee
Erika, I had a similar problem after I updated the table with a few records. Please check the length of new record's field's name which you used in the tag , they can't have more than 10 characters.( see the JavaScript's part in the actual code of the tag). When I change them it works again.

Re: Update Query

2000-06-03 Thread David Hannum
The way I do it is with a hidden field that holds the "old" value of the key: Example: ColumnsOne1Two2Three3 Value 123ABCJohn Doe UPDATE Table SET One1 = #FORM.One1#, Two2 = '#FORM.Two2#', Three3 = '#FORM.Three

RE: Slightly OT

2000-06-03 Thread Philip Arnold - ASP
> Does anyone have experience with homesite? > > I need to recommend a SIMPLE wysiwyg editor to a customer of mine. Is > Homesite Wysywyg or an HTML editor?, and if it's html, can anyone > recommend a simple wys...editor BESIDES front page? HomeSite has the "Design" tag, which calls in either IE'

Re: Update Query

2000-06-03 Thread Joel Firestone
Miriam: If they can change everything, then you really have nothing to tie the fields together, so the db doesn't know which to change. In these instances, a unique identifier should be used. Hope this helps. Joel "Miriam Hirschman" <[EMAIL PROTECTED]> wrote in message 01bfcbe4$51bd3680$6b

RE: Lost Data

2000-06-03 Thread lsellers
> > This does not sound good You probably truncated your > > tables. At this point my only hope of recovery would be > > advice from Dave Watts:-) > > I think you're giving me a little too much credit. I do live conveniently > near NSA, though - I'm sure they could do it. ;) Just as a follow

CFFile and Server requirements

2000-06-03 Thread kraybill
We're trying to determine server requirements for a B2B site where there will only be a dozen or so users, but they'll be transferring large data files (upwards of 100 MB at times). Usually there will be only one upload occurring at a time, but occasionally there may be several. We'll be build

Re: Another question on performance

2000-06-03 Thread Won Lee
Incorrect - Arrays are faster by a factor of about 4. Structures are really slow. >If the "extra fields" are computed from other fields in the SQL query >and/or external data (known at the time of the query), you might >consider computing these fields as part of the SQL query itself... >using

RE: query help - find duplicates

2000-06-03 Thread Larry Juncker
This is a duplicate query created using Access2000, hope this will help you! SELECT First([categoryName]) AS [categoryName Field], Count([categoryName]) AS NumberOfDups FROM Category GROUP BY [categoryName] HAVING Count([categoryName])>1; -Original Message- From: Adrian Cesana [mailto:[E

RE: Update Query

2000-06-03 Thread jonathan . b . garstin
Miriam, First of all, you must have a field in your table that is unique. An AutoNumber is usually the most common, but you can have other different methods of having a unique field. For instance a user logon is unique. Whatever field is your unique field, that will be the field that you narrow

RE: Post Time

2000-06-03 Thread Chris
I've noticed this too. It seems to cause an "echo" effect where six people answer a question all at once, and the responses show up 5 hours later. How much you want to bet six other people will say the same thing I just said, now? ;) Chris Tweney Media Application Developer roundpeg www.roundpe

CF vs. Oracle Application Server

2000-06-03 Thread Troy Simpson
We are trying to make a determination whether to use Oracle Application Server or ColdFusion Application Server. Does anyone know where I can find a comparison (pros/cons) between the two products? Any personal comments will also be appreciated. Sincerely, Troy -- Troy Simpson | North Carolina

CF to Excel

2000-06-03 Thread Ray, James A
How can I take the results of a Query and save it as an Excel file? This is what I though would work. Thanks all! SELECT END_ITEM_ROOT_PN, END_ITEM_SN FROM DSTS.B_V_DSTS_ASSEMBLY ORDER BY END_ITEM_ROOT_PN, END_ITEM_SN #END_ITEM_ROOT_PN# #END_IT

RE: query help - find duplicates

2000-06-03 Thread Larry Juncker
-- 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 message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Test: Is the list still up?

2000-06-03 Thread Philip Arnold - ASP
Is this list down or something? -- 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 message to [EMAIL PROTECTED] with '

UPS Shipping Costs

2000-06-03 Thread Michael Chiu
My client registered as an end user, so I have access to the requirements for their different tools. I've run into a snag, and that also may be why you are getting the $0.00 returned. The tools require you to send it as url encoded type. I think it's something similar in function to the enctype

RE: office COM

2000-06-03 Thread Bryan Batchelder
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_01BFCC01.B5267E60 Content-Type: text/plain; charset="iso-8859-1" You must have office installed on whatever server is making an in

RE: Slightly OT

2000-06-03 Thread Matthew Walker
> Does anyone have experience with homesite? > > I need to recommend a SIMPLE wysiwyg editor to a customer of mine. Is > Homesite Wysywyg or an HTML editor?, and if it's html, can anyone > recommend a simple wys...editor BESIDES front page? HomeSite is great. I think it has a church set up in its

CFTREE and JS

2000-06-03 Thread vinicius
Hi there: I have a JavaScript to access an Autodesk Plugin that looks like this: function Layers_clientessta(Layer,VAL) { var Mapa = getMap(); var Clientes = Mapa.getMapLayer(Layer); var T21710 = Mapa.getMapLayer(Layer); if (VAL == 'ON')

Cookies in IE And Netscape

2000-06-03 Thread Ben Densmore
This is a multi-part message in MIME format. --=_NextPart_000_005A_01BFCC7A.1BD232A0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Is it common for a cookie not to be recognized in Netscape if it's been = set initially using IE? I'm doin

RE: Post Time

2000-06-03 Thread Shawn Regan
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_01BFCC0D.DCA9DB60 Content-Type: text/plain; charset="iso-8859-1" I see a delay a lot of the time myself. But I have never kept tra

Re: Slightly OT

2000-06-03 Thread John Westerlund
Homesite is great but Studio is better for CF. Both tend to take up a bit of system resources though. - Original Message - From: Kelly Matthews <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 01, 2000 12:13 PM Subject: RE: Slightly OT > Home site is great i made it the

Re: Replacing line breaks and paragraph breaks with HTML equivelents

2000-06-03 Thread pan
From: Dave Watts <[EMAIL PROTECTED]> > > It can't be too stupid a question, because I don't really know what it is. I > believe it's an instruction to the printer to move to the next line, but > given that's what a carriage return is as well, I don't have a good answer. > In Windows, text files u

programatically changing CF ADMIN settings

2000-06-03 Thread Greg Saunders
I'm trying to programatically change CF ADMIN settings. I'd like to be able to change ANY of the settings, but to take a specific example, say I want to set the "Site-wide Error Handler" (in 4.5). I can do this with: When I do this, it changes the value of the "Site-wide Error Handler"

CF pages coming up as text

2000-06-03 Thread Caulfield, Michael
We just had to reinstall MS IIS, and now our CF pages are coming up as text. Any ideas? Happy to send more information. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/in

Question about invoking Evaluate in a list attribute of a cfloop.

2000-06-03 Thread Tim Dempsey
Folks, I have a question about where function invocations are legal. Maybe someone can explain this for me. Here's what prompted my question: 1.) I have a form with a number of different sets of checkboxes. Thay are named c1, c2, c3, c4, ... cn 2.) The sets are placed on the form with

hey I can't see my posts

2000-06-03 Thread Tom Rainey
If you're reading this would you please respond to [EMAIL PROTECTED] please. I can't see any of my posts and I need a reality check. -Tom -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.

RE: query help - find duplicates

2000-06-03 Thread Roberts, Jesse D
I'm thinking you'll need to use an aggregate function like this: HAVING count(po) > 1 AND count(line) > 1 I'm pretty sure the AND can't used like that in a HAVING clause, but you get the idea. Jesse D. Roberts Business Process Analyst Procurement Quality Assurance Boeing - Huntingt

Looping through form fields

2000-06-03 Thread Steve Robson
WinNT4, CF4.5 I am trying to loop through the formfields and send them to an email address. One of the fields (PROJECT_COMPONENTS) allows the user to select multiple entries, unfortunately when the user selects more than one option, the loop outputs the list of selected entries for each entry se

Allaire Spectra E-Business Construction Kit

2000-06-03 Thread Ben Forta
This is a public service announcement (combined with some blatant commercial advertising ): The "Allaire Spectra E-Business Construction Kit" is finally available. Copies have shipped and I am expecting that most online stores will start shipping it next week. Here's a link to it on Amazon.com (

RE: Update Query

2000-06-03 Thread Roberts, Jesse D
Something like this should work: UPDATE TableName SET Field1 = #FORM.Field1#, Field2 = #FORM.Field2# WHERE Field1 = #Current value of Field1# The WHERE clause applies to the existing value. AFTER the update, the value will reflect the change the user made.

CF vs. Oracle Application Server

2000-06-03 Thread Troy Simpson
We are trying to make a determination whether to use Oracle Application Server or ColdFusion Application Server. Does anyone know where I can find a comparison (pros/cons) between the two products? Any personal comments will also be appreciated. Sincerely, Troy -- Troy Simpson | North Carolina

RE: Another question on performance -- better than lists?

2000-06-03 Thread Mike Amburn
your tests suggest looping through lists performs slower than other data structures. however, what about list functions like ListGetAt()? list functions are a large reason why i choose lists over arrays most of the time. mike > -Original Message- > From: Chris Evans [mailto:[EMAIL PROTEC

SQL Server 7 Service pack Security Issue

2000-06-03 Thread Stephen M. Aylor
Content Stolen from SQL7 list credited to Darin for sharing there! >From MSKB article Q263968: SYMPTOMS If SQL Server Authentication, also known as Standard Security, is used for installing SQL Server 7.0 Service Packs, the system administrator (sa) password is saved in clear text format

cfgrid question

2000-06-03 Thread Kellow, Jim
I am trying to do insert with cfgrid and when I type anything in a field, it shows up twice i.e. I enter 1 and it shows up as 11. I have tried about every combination of options I can think of, checked out all doc on the cfgrid and cfcolumn. Reinstalled cf server 4.5 and copied new cfrdsservic

Someone reply to me off list

2000-06-03 Thread Robert Everland
Is anyone getting this email? Haven't gotten anything all day Robert Everland III Web Developer Dixon Ticonderoga -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.c

Re: I want my #$# on the first of the month.

2000-06-03 Thread Mary Jo Sminkey
>You're right..FirstDayOfMonth IS a function. Don't get TOO excited, I'm not sure it's the function you would want to use. FirstDayOfMonth returns the actual day of the year that the first day of the particular month falls on. For instance, for June, it would be something like 152.

Re: Slightly OT

2000-06-03 Thread Collin
If your looking for a "true" WYSIWYG then I would suggest Dreamweaver from www.macromedia.com. In my experience Homesites WYSIWYG is lacking. Homesite is awesome if you want to do hand coding, IMO. Actually Homesite and Dreamweaver work pretty well together as a whole package. BTW: Hi everyone, I

Re: CF Training?

2000-06-03 Thread Christine Kelley
Thank-you all for the response! It is encouraging and sound advise all around. Thanks again, Christine [EMAIL PROTECTED] -- Archives: http://www.eGroups.com/list/cf-talk

Re: CF Training?

2000-06-03 Thread Christine Kelley
Thank-you all for the response!! It's very encouraging and sound advise all around. Thanks again, Christine > Join a startup or any firm that will take you as a web developer (HTML, > CFML, SQL, VB, etc). Ideally they will already have a senior CF developer > that you can pic

Re: Update Query

2000-06-03 Thread Serge Ohotin
If I understand correctly, you could save the original values for the primary key (fields uniquely identifying the record) in variables and then use those #variables# in your cfquery "WHERE" statement. --Serge - Original Message - From: Miriam Hirschman <[EMAIL PROTECTED]> To: CF Forum <

Re: CFHTTP

2000-06-03 Thread Bud
On 6/1/00, Allen G penned: >Does a CFHTTP request work when the file is on the same exact server? Sure. It's just an http request. -- Bud Schneehagen - Tropical Web Creations _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ColdFusion Solutions / eCommerce Development [EMAIL PROTECTED] http://www.twcrea

RE: Slightly OT

2000-06-03 Thread Roberts, Jesse D
Yeah. Homesite is basically ColdFusion repackaged. It has a few different features, but it is NOT wysiwyg. If you're looking for simple editor besides FrontPage, you could of course use either the Composer part of Netscape, or Front Page express. If you don't like that option, what's wrong wit

error messages dictionary?

2000-06-03 Thread Tom Rainey
is there a good list of error messages and typical causes? -Original Message- From: Lee Surma [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 01, 2000 11:19 AM To: '[EMAIL PROTECTED]'; Steve Weiner Subject: Re: Is there a typical cause for this error message? >ODBC Error Code = 22001 (S

offline

2000-06-03 Thread Jason Egan
You know, this is probably been posted 1 million times, but the list has been down for two days… or I’m not getting any email from it… either way, will someone email me directly if the list is still up and I’ve been unsubscribed? Thanks! je ---

RE: Post Time

2000-06-03 Thread Leyne, Sean
On busy servers with large numbers of members, it can take some time for posting to be sent out. I don't know all the details of the server and it's net connection (ISDN, DSL, T1, T3???) so I can't tell you which is being the limiting factor. (perhaps someone in the "know" can enlighten us). -

Re: query help - find duplicates

2000-06-03 Thread Larry Meadors
This always works for me: SELECT po,line, count(po) as test from table group by po, line having test > 1 You may not need the "as" for your db. Good luck! Larry >>> [EMAIL PROTECTED] 06/01/00 10:21AM >>> Im trying to create a primary key and cannot because I have a few duplicate entries. The

Anyone else having list problems?

2000-06-03 Thread Bud
Hi. For the second time this week, I check my mail and the first thing I get is an error message: Error while checking mail. The attachment was corrupted. An illegal character was found. From there, I proceed to download approximately 1,000 e-mails, all from cf-talk. This happened about 2 week

RE: Replacing line breaks and paragraph breaks with HTML equivelents

2000-06-03 Thread Dennis Powers
Dave, Oh my gosh, I now have incontrovertible proof I am officially old! I actually remember using those old clattering Telex machines where the message came out on paper and on punch tape. They, like other printers of the time, required a carriage return to move the print head to the beginning

Re: OT: Post Time

2000-06-03 Thread Jennifer
At 10:23 AM 6/1/00 -0600, you wrote: >Just curious, is it a known fact that when you post something to this list, >it doesn't show up for about 5 hours? or is it something else. > >Seems like every time I have posted anything in the past that is a reply to >someone else, it shows up about 5-6 hour

Re: Slightly OT

2000-06-03 Thread Jennifer
At 12:07 PM 6/1/00 -0400, you wrote: >Does anyone have experience with homesite? > >I need to recommend a SIMPLE wysiwyg editor to a customer of mine. Is >Homesite Wysywyg or an HTML editor?, and if it's html, can anyone >recommend a simple wys...editor BESIDES front page? HomeSite is a great htm

Re: [Re: [Re: personal oracle 8i]]

2000-06-03 Thread Irwan Sampurna
I've tried that way. But the CF still can't connect to the datasource. Can you give me more detail setting in tnsnames and listener? Notes: I am using Windows 98, not NT. Thanks. Irwan "Larry Meadors" <[EMAIL PROTECTED]> wrote: > Exactly! ;-) > > >>> [EMAIL PROTECTED] 06/01/00 09:11AM >>> > Th

Re: SQL7 + CF studio pb !

2000-06-03 Thread Fred T. Sanders
yep I think your right, I think Francis should go in and make sure that the login name and password for the DSN are actually entered in. or include the username and password options in the < Fred - Original Message - From: "Lee Moore" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Th

Re: CF logins, authenticate against Novell NDS???how?

2000-06-03 Thread Steve Aylor
Lanny et al..., Care to point us NDS "newbies" in the right direction via URL to stuff on integrating NDS w/ cf4.5? Any help appreciated Steve - Original Message - From: "Lanny R. Udey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 01, 2000 11:07 AM Subject: Re:

.....CF on Linux 6.2 , got a clue?

2000-06-03 Thread vincy
hi, We have decided to run CF 4.5 on Linux 6.2 . And using Mysql as the backend database. This project is going to be test run soon. Anyone has a clue as to what I'm to expect ??? cause I sure as hell don't ! regards vince.

Re: office COM

2000-06-03 Thread Jared Clinton
Jason, An article related to what you want is here: http://www.asptoday.com/articles/19990825.htm">http://www.asptoday.com/articles/19990825.htm You may also find what you want at http://www.15seconds.com/">http://www.15seconds.com/ It obviously relates to ASP although you can easily modify it t

Password Verification

2000-06-03 Thread Marlene Buffa
Hello, I have a set up form for people to type in their Username and Password which gets input into the DB. We want them to type in their password twice to verify, for this initial input. Is there a way to do this in CF (client side?) or do I have to use JavaScript

FW: credit card processing

2000-06-03 Thread Tom Rainey
Has anyone used costco for credit card processing? They seem to offer a good deal. I understand that they are integrated with cybercash? I heard someone flaming cybercash recently so I'm wondering if anyone has direct experience using costco/cybercash and cold fusion. -Tom

Re: shopping cart?

2000-06-03 Thread Bud
On 6/1/00, jmentzer penned: >Hi > >I'm looking to do my first shopping cart w/ CF. As the merchant for whom the >site is being built doesn't accept credit cards, "submit order" is simply >going to send a few emails and store some records in the database. > >Can anyone give me a few pointers on the

RE: Is there a typical cause for this error message?

2000-06-03 Thread Tom Rainey
is there a good list of error messages and typical causes? -Original Message- From: Olive, Christopher M Mr USACHPPM [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 01, 2000 9:49 AM To: '[EMAIL PROTECTED]' Subject: RE: Is there a typical cause for this error message? yes. it's usually

thinking aload: message redistribution

2000-06-03 Thread Eric Dawson
Time lags. if we distributed the work load of cftalk over multiple sublists we would get much improved delivery times. Maybe if we used cold fusion user groups to create sublists. [EMAIL PROTECTED] -> distributes to the user group sub-distribution list. (enrolment would still have to be maint

credit card processing

2000-06-03 Thread Tom Rainey
Has anyone used costco for credit card processing? They seem to offer a good deal. I understand that they are integrated with cybercash? I heard someone flaming cybercash recently so I'm wondering if anyone has direct experience using costco/cybercash and cold fusion. -Tom -Original Message-

RE: Another question on performance -- better than lists?

2000-06-03 Thread Adrian Wright
Chris, I don't have any test code/results to share with you but I would be interested in looking at your test code. Thanks Adrian -Original Message- From: Chris Evans [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 01, 2000 12:32 PM To: [EMAIL PROTECTED] Subject: RE: Another question on

FW: Another question on performance -- better than lists?

2000-06-03 Thread Adrian Wright
Sorry, meant to send this off-list. -Original Message- From: Adrian Wright Sent: Friday, June 02, 2000 8:42 AM To: '[EMAIL PROTECTED]' Subject: RE: Another question on performance -- better than lists? Chris, I don't have any test code/results to share with you but I would be interest

1012000 to 01012000

2000-06-03 Thread Nagesh Kumar Deva
hi all, i strucked up with one silly problem. ie., i could not able to get the output like 01012000 as when i tried to insert individual dateofbirth to his password. I am getting output from database as 01012000(dd/mm/) by dateformat function. But when go for updating the password with this

Jrun variables in ColdFusion ?

2000-06-03 Thread joeug
Hello all, We have an application using Jrun which logs in the user and other stuff,this application is going against AS/400 real time, using sockets. I would like to know of a possible way to grab the "Userid" and "Password" in ColdFusion from Jrun app? Appretiate any help Thanks Jo

RE: Another question on performance -- better than lists?

2000-06-03 Thread Nick Slay
Mike, Lists are slower because CF has to process the string character by character looking for delimiters. At 10:20 1/06/00 -0400, you wrote: > > ok... so when it comes to performance, it's better to use > > strutctures than > > arrays and both of those are better than lists. > >i thought list

RE: Cookies in IE And Netscape

2000-06-03 Thread Andrew Scott
Yes it is normal, the cookie information belongs to the browser that you were using at the time:-) -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED]] Sent: Saturday, 3 June 2000 12:06 AM To: [EMAIL PROTECTED] Subject: Cookies in IE And Netscape This is a multi-part messa

Re: Update Query

2000-06-03 Thread Heather Haindel
You need a primary key field that the user shouldn't be able to modify. Autonumber is the easiest way to do it in Access. That's the only way to uniquely identify a single record in your table. Otherwise, your data integrity would be compromised. --- Miriam Hirschman <[EMAIL PROTECTED]> wrote: >

SCALABILITY -- So. Cal. Users Group -- Tuesday 6/6/2000 7pm

2000-06-03 Thread dougn
Due to a last minute speaker change, I will be giving a presentation to the LA chapter of the Southern California Cold Fusion Users Group. Have you ever wondered if your web site could survive a 20x increase in traffic overnight? Do you know what it would take? Would you need more hardware? H

how to access a server that is behind a firewall with cf server

2000-06-03 Thread Gilles Ratte
The problem I have is that that client database is on the same server than the web root and I think it's not right. I would like to move that ms access database to the other server behind the firewall and have access to the database via CF. Can somebody guide me on how to do it? Thanks in advan

RE: Replacing line breaks and paragraph breaks with HTMLequivelents

2000-06-03 Thread Dick Applebaum
> > > This may be a stupid question but what is a line feed? > This is a carry-over from the '60s when computers had typewriter-like devices as a console printer or output device. A big break-through was the invention of the IBM Selectric "Golf Ball" typewriter printer. This device could a

writing to a database error

2000-06-03 Thread Samantha Jones
Hi, I'm new to this so I hope I've mailed the right list... I keep getting the following error: ODBC Error Code = 22005 (Error in assignment) [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression. The error occurred while processing an element with a general iden

Where the data?

2000-06-03 Thread Tim Bahlke
I have a simple form that creates a username and password for an individual. I have a SQL INSERT statement that puts the usernames and passwords into Access. For some reason the data is now not going into the DB (it used to), and I get no errors. However, when I perform a query to retrieve the a

Dynamically populating a CFINCLUDE

2000-06-03 Thread C
I'd like to setup a CFINCLUDE that dynamically populates.. something like: 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 message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Dynamically populating a CFINCLUDE

2000-06-03 Thread C
I'd like to setup a CFINCLUDE that dynamically populates.. something like: And have the finder.cfm basically turn the var field into the HTML to load where finder.cfm ends up starting a second spawn of with the proper file selected ... the problem is turning the image map variables, or jus

Re: Cookies in IE And Netscape

2000-06-03 Thread Jeff
ben, :~~ : From: Ben Densmore <[EMAIL PROTECTED]> : : Is it common for a cookie not to be recognized in : Netscape if it's been set initially using IE? I'm doing : some testing on an App I just finished, I originally used : IE to test it and the cookie I am setting

Re: Counting Characters in a Word Document

2000-06-03 Thread David Shadovitz
> I was wondering if anyone knows of a custom tag (or something?) that will > dynamically count the number of words in an uploaded Word Document. Edward, You can use CFOBJECT to instantiate Word, open the uploaded doc, and then get the following properties: ActiveDocument.Characters.Count

RE: Another question on performance -- better than lists?

2000-06-03 Thread Nick Slay
In order to get the element specified in ListGetAt, CF still has to work through the list and find that element, which still means reading each character etc etc. You can do the same with an array without calling a funciton... nameofarray[elementno] If you can, use arrays over lists. At

Re: CF pages coming up as text

2000-06-03 Thread Al Musella, DPM
just reinstall cf! Al At 10:15 AM 6/2/2000 -0500, you wrote: >We just had to reinstall MS IIS, and now our CF pages are coming up as text. >Any ideas? Happy to send more information. -- Archives: http://www.eGroups.com

Re: cfgrid question

2000-06-03 Thread Seamus Campbell
--=_16233252==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed I had this problem when testing cfgrid on my personal machine - however it went away when used "live" HTH Seamus At 01:36 am 4/6/2000 , you wrote: > >I am trying to do insert with cfgrid and when

Re: Cookies in IE And Netscape

2000-06-03 Thread James Sleeman
On Sat, 03 Jun 2000 02:05:41 Ben Densmore wrote: > Is it common for a cookie not to be recognized in Netscape if it's been = > set initially using IE? I'm doing some testing on an App I just = > finished, I originally used IE to test it and the cookie I am setting = > worked fine, I then wanted

Re: offline

2000-06-03 Thread Chris
At 11:24 AM 6/3/2000 -0400, you wrote: >You know, this is probably been posted 1 million times, but the list has >been down for two days… or I’m not getting any email from it… either way, >will someone email me directly if the list is still up and I’ve been >unsubscribed? Seems to be OK, it just

Question about invoking Evaluate in a list attribute of a cfloop.

2000-06-03 Thread Tim Dempsey
Folks, I'm sorry if this appears twice on thelist. But I submitted it the first time about 13 hours ago and I still don't sdee it. So I'm trying again. I have a question about where function invocations are legal. Maybe someone can explain this for me. Here's what prompted my question: 1.) I

RE: Slightly OT

2000-06-03 Thread Shane Witbeck
I do all of my coding in CF Studio 4 and switch to Dreamweaver for anything design-related. I recently acquired the newest step up from Dreamweaver (Dreamweaver UltraDev) which fell short of my expectations. It promised live data manipulation as you designed the page and this is nearly impossible

Re: Replacing line breaks and paragraph breaks with HTML equivelents

2000-06-03 Thread John Allred
Dennis Powers wrote: > > Dave, > > BTW: Although I have never taken your course, you have taught me much > through this medium and for that I thank you. > Me too. Hey! You got a course? Where can I find out more? -- John Allred / Jackson, Mississippi Mississippi Counties http://www.mscounties

RE: Password Verification

2000-06-03 Thread Steve Pierce
Double password login is not any more secure than single password. Unless you use two different passwords. - Steve -Original Message- From: Marlene Buffa [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 01, 2000 6:12 PM To: [EMAIL PROTECTED] Subject: Password Verification Hell

JRE.exe

2000-06-03 Thread paul smith
What is jre.exe? Where did it come from? (ColdFusion or WebSitePro?) Why do I need it? best, paul -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=

Los Angeles Chapter Southern California ColdFusion Users Group

2000-06-03 Thread Marcia Booth
Oops! I forgot to post the address! The Los Angeles Chapter of the Southern California ColdFusion Users Group will hold its monthly meeting on Tuesday, June 6 at 7:00. Doug Nottage will deliver a presentation on How to Scale ColdFusion Applications. The meeting will be held at Event411.com,

No Subject

2000-06-03 Thread Marcia Booth
Oops! I forgot to post the address! The Los Angeles Chapter of the Southern California ColdFusion Users Group will hold its monthly meeting on Tuesday, June 6 at 7:00. Doug Nottage will deliver a presentation on How to Scale ColdFusion Applications. The meeting will be held at Event411.com,

Los Angeles Chapter Southern California ColdFusion Users Group

2000-06-03 Thread Marcia Booth
The Los Angeles Chapter of the Southern California ColdFusion Users Group will hold its monthly meeting on Tuesday, June 6 at 7:00. Doug Nottage will deliver a presentation on How to Scale ColdFusion Applications. Seating is limited, so please RSVP by e-mail to [EMAIL PROTECTED]