Array Size - How?

2000-06-29 Thread kraybill
Basic question: I have a 3 dimensional array that is constructed dynamically. How can I determine the size of each dimension so I can do some nested loops to display the contents of the array? I'm trying to do something like this: CFLOOP index="Dim1Counter" FROM=1 TO= CFLOOP

Re: Unsubscribe

2000-06-29 Thread David Hannum
Oh man, that's REAL sharp! Threatening the list and he doesn't even know what email address he's subscribed with. Somebody put that boy out of his misery! He's "really had quite enough"! - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL

Cluster Cats load always 100%

2000-06-29 Thread Irwan Sampurna
Hi all, I am using cold fusion 4.5 with cluster cats enabled on NT 4.0 and IIS. From the first time installation, the #1 server always has a load 100% although no page is being requested. I already apply the article 14020 in CF knowledge base (Clustered (4.5) Server is Busy All the Time) but it

RE: create a date for table

2000-06-29 Thread Elaine L
Hi, I tried to set up the field in Microsoft SQL 7 the datatype as dateime (or shd it be timestamp?) and the default value to Date()+Time() but an error msg came up: - Unable to modify table. ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]'date' is not a recognized function

Re: create a date for table

2000-06-29 Thread Dan Blickensderfer
Ellie, In SQL use the getdate() function. Dan - Original Message - From: "Elaine L" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 29, 2000 1:41 AM Subject: RE: create a date for table Hi, I tried to set up the field in Microsoft SQL 7 the datatype as dateime (or

Re: create a date for table

2000-06-29 Thread Elaine L
Dan, Yes it works on the datetime and getdate() function. Thanks to others who offered suggestion of CF coding which I will try at another time. Ellie On Thu, 29 Jun 2000 01:44:16 Dan Blickensderfer wrote: Ellie, In SQL use the getdate() function. Dan - Original Message -

RE: Unsubscribe

2000-06-29 Thread Steve Pierce
Better install my block filter now. - Steve -Original Message- From: Internet Marketing Corporation [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 11:27 PM To: [EMAIL PROTECTED] Subject: RE: Unsubscribe To whom it may concern: I have been trying to unsubscribe from this

MIMEATTACH

2000-06-29 Thread KJis18
Ok, what i want to do is browse a file from a form. Then process the form to the next page which will use CFMAIL. In this CFMAIL tag i want to use the MIMEATTACH command and attach the file from the previous formpage (the one i was able to browse the file for) and when i do this, i get this

RE: Arrays and CFIF

2000-06-29 Thread Colin Robinson
Have you considdered using a Structure in stead of an array? You can then i believe use StructKeyExists to test with a key has been created -Original Message- From: Chris Farrugia [mailto:[EMAIL PROTECTED]] Sent: 29 June 2000 02:05 To: [EMAIL PROTECTED] Subject: Arrays and CFIF I have

RE: Raptor Firewall Oracle, CF and Multi Threading

2000-06-29 Thread Stewart McGowan
Thanks for the idea Chris, seems a workable one as our firewalls are layered and the one from the DMZ to our internal network is Firewall-1 which i know works :) The redirection will be interestingI'll give it a go over the weekend, if you hear screaming its me :) Stewart -Original

Re: Unsubscribe

2000-06-29 Thread Stephen M. Aylor
Too freakin funny... a spammer bitching about getting inundated by list emails? Whatsa madda your list harvester broken? Whhh. Steve To whom it may concern: I have been trying to unsubscribe from this list both through the URL and the email interface for over

RE: Unsubscribe

2000-06-29 Thread Stephen Moretti
Hey great marketing ploy. Everyone will be running your phone off the hook to get you do work for them, your email box will be filled to overflowing with requests for information. [shakes head] Why oh why didn't you just speak to the list owner, instead of publically humiliating yourself

cf_community from juxta

2000-06-29 Thread Seamus Campbell
--=_730089==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed Has anyone had experience with the cf_community applicatiion from http://cfcomm.juxta.com/main.cfm?SID=1 I have downloaded cf_community and got it running so I can use the admin section. However

Re: cf vs php

2000-06-29 Thread Erki Esken
PHP really kicks ass in UNIX, I have never heard anyone say CF kicks ass in Linux. From Allaire article #15054: "Infonautics installed and tested the scalability of the more than 20 Linux servers running ColdFusion. Peak loads of up to 1.7 million page views an hour were recognized during

Lasso vs Cold Fusion white paper - Your thoughts??

2000-06-29 Thread Stephen Moretti
This was posted on the dreamweaver mailing list (incidently run by blueworld) http://www.blueworld.com/blueworld/news/06.28.00LassovsColdFusion.html Its a camparison between Lasso and CF. Anyone care to comment who's used both?? Regards Stephen

CFX and threads

2000-06-29 Thread Iztok Polanic
Hy! Can you make in CFX applications threads? And how about an example how to establish a connection with database thru ODBC? Bye, Iztok -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: MIMEATTACH

2000-06-29 Thread Jeff Beer
You'll need to use CFFILE to upload the file to the server, then pass the file.serverfile variable to mimeattach. The browse doesn't do anything with the file - it's still on your local machine. IOW, just before the CFMAIL, do the cffile upload gimmick. -Original Message- From: [EMAIL

Re: Lasso vs Cold Fusion white paper - Your thoughts??

2000-06-29 Thread miles
This was posted on the dreamweaver mailing list (incidently run by blueworld) http://www.blueworld.com/blueworld/news/06.28.00LassovsColdFusion.html Anyone care to comment who's used both?? I use lasso extensively... Ive chatted with bill doerfeld (owner of blueworld and lasso) and to be

Re: IMG SRC= ALT= Equivalent

2000-06-29 Thread Larry W. Virden
Re: it works vs it doesn't work ... The title, or dynamic html, or javascript, etc. all will only work on certain browsers of certain versions, with certain user preferences. There probably isn't a way to do this so that every browser in every version is happy... -- -- Never apply a Star Trek

Selects, default values..

2000-06-29 Thread Stewart McGowan
Hi, How can i give a select a choice thats not contained in my query? Any advice most welcome Stew -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: CFContent question

2000-06-29 Thread Robyn Follen
right now just application/msword -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 6:33 PM To: [EMAIL PROTECTED] Subject: Re: CFContent question Depends alot on the mime-type. What are you using? -- Billy Cravens [EMAIL PROTECTED]

RE: Browser Issue

2000-06-29 Thread Tim Bahlke
The problem was due to the fact that NN was setup not to accept cookies (which opens my eyes to a whole 'nother issue I need to address). Thanks to Dana and Anthony for pointing me in the right direction! Tim Bahlke, CIFO thinkcreate.com p. 336.230.0575 f. 336.230.0083

Re: Reminder Detroit CFUG Tonight

2000-06-29 Thread Adam LaFrance
Does anybody know of a CFUG in the Traverse City area or anywhere else in northern Michigan? Also, is Ben Forta going to be coming to any future CFUG meetings in Detroit? - Original Message - From: "Matt McDonald" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent:

Re: CFX and threads

2000-06-29 Thread Howie Hamlin
I don't have an ODBC example but I know for a fact that you can use threading in your CFX. Regards, Howie - Original Message - From: Iztok Polanic [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 29, 2000 7:18 AM Subject: CFX and threads Hy! Can you make in CFX

Re: Oracle BLOB and CF

2000-06-29 Thread Troy Simpson
Thanks for the response. The Allaire article that you reference only describes how to access character based LOB's. I'm using the BLOB to store photographs in a *.jpeg format. Does anyone have any experience on how to take a photograph that is stored in an Oracle database as a BLOB and display

Re: Unsubscribe

2000-06-29 Thread Nick Call
cf_my_two_cents_worth Heh. Good job. Made an *ss out of yourself in front of the Web's best CF programmers! Is there an award for this? I'm thinkin this guy deserves a little gold statue of some sort. Anyway. Rather than threatening us, why don't you simply have your postmaster put a block

Re: CF Contract?

2000-06-29 Thread Rey Bango
Chris, Thanks for the feedback. You're probably right but the most common reason for lawsuits are misunderstandings. The one thing that I've learned about intellectual property rights over the years is that its a *VERY* gray area of law and leaves quite a bit to interpretation. Rey... -

RE: Changing default CF error for nonexistent templates

2000-06-29 Thread Duane Boudreau
Settings - Missing Template Handler (requires physical path i.e.: c:\inetpub ...) -Original Message- From: Dan Haley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 5:09 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: Changing default CF error for

Re: Lasso vs Cold Fusion white paper - Your thoughts??

2000-06-29 Thread Sharon DiOrio
(reposted from my response to the CF-COMMUNITY list.) While my experience with Lasso is somewhat dated, I feel qualified to comment. This paper may have been a decent comparison of the "low-end" database enabled website, but it did not do justice to Cold Fusions exceptional processing,

Re: Unsubscribe

2000-06-29 Thread Billy Cravens
Hehe... Check out their site, www.ivh.com To avoid being unprofessional/tacky, I won't make any comments. Draw your own conclusion. -- Billy Cravens [EMAIL PROTECTED] Internet Marketing Corporation wrote: To whom it may concern: I have been trying to unsubscribe from this list both

Archive

2000-06-29 Thread Lee Surma
This list now has a great archive source. Check out http://www.pdm-inc.com/mky_t5_about.cfm to see how you rank. Their search capabilities are far better than eGroups. -- Lee Surma Public Radio International [EMAIL PROTECTED]

How do I make user's not load cashed pages?

2000-06-29 Thread Jeff Bearer
I'm having a problem with people that are not getting the most recent version of the pages because it's being cached on their corporate proxy server, or AOL users, and AOL's mega cache. I'm looking for tips to help make my coldfusion pages load off the server every time and not let the user get

Re: CF 3.1 docs?

2000-06-29 Thread Justin v0.9 MacCarthy
Chris check out: http://www1.allaire.com/Handlers/index.cfm?ID=6248Method=FullCache=Off ~Justin - Original Message - From: Chris Evans [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 29, 2000 2:57 PM Subject: CF 3.1 docs? I'm looking for the docs for 3.1, to support a

CFMail::Urgent::..::please help:: local env. VS. production env.

2000-06-29 Thread Paul Ihrig
on the production server the code below from the CF help works fine. in my local enviroment i get 100 messages back. what is wrong with my local CFMAIL? -- Archives: http://www.eGroups.com/list/cf-talk To

RE: Changing default CF error for nonexistent templates

2000-06-29 Thread Duane Boudreau
Maybe its just time to bite the bullet and upgrade to 4.5.1. Thanks All, Duane -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 5:36 PM To: [EMAIL PROTECTED] Subject: Re: Changing default CF error for nonexistent templates If

CFMAIL Urgent Help Needed...Please!

2000-06-29 Thread Paul Ihrig
on local test i get 100 results which is Bad! on production server i get 1 result, good! what is wrong with my local cfmail or server? Is somthing corrupted? same mail server. i am using PWS on my laptop. win 98. CF SEVRER 4.5 the same mail server settings for both local enviroment

RE: Unsubscribe

2000-06-29 Thread Hoffman, Joe (CIT)
On 6/22 you asked how to unsubscribe but did it under the subject thread of "RE: List of tables in Access 97" and surprisingly had one person post a reply. In the past, the person posting messages to the list included her name at the bottom of her email ... if you are not Veronica ... have

Re: CF 3.1 docs?

2000-06-29 Thread Erki Esken
- Original Message - From: "Chris Evans" [EMAIL PROTECTED] I'm looking for the docs for 3.1, to support a client with that version. Does anybody have a link to them online? http://www.allaire.com/Handlers/index.cfm?ID=6178Method=FullCache=Off Erki

RE: How do I make user's not load cashed pages?

2000-06-29 Thread jamesa {James Alexander}
CFHEADER NAME="cache-control" VALUE="no-cache, no-store, must-revalidate" -Original Message- From: Jeff Bearer [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 29, 2000 9:17 AM To: cf-talk Subject: How do I make user's not load cashed pages? I'm having a problem with people that are not

Re: Unsubscribe

2000-06-29 Thread allred
"webmaster@" kind of overstates this person's importance, I would say. --John Allred Billy Cravens

RE: SafeText.cfm ??

2000-06-29 Thread Troy Johnson
SafeText.cfm is a custom tag I found in Developers Exchange on Allaire.com. What it does is remove or escape (your choice) any html or cf tags from you form fields. -Original Message- From: Mark Warrick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 6:51 PM To: [EMAIL

Re: Archive

2000-06-29 Thread Sharon DiOrio
It's Dave Watt's world. We just live in it. Sharon At 09:17 AM 6/29/2000 -0600, Lee Surma wrote: This list now has a great archive source. Check out http://www.pdm-inc.com/mky_t5_about.cfm to see how you rank. Their search capabilities are far better than eGroups. -- Lee Surma Public Radio

Is it possible to have a preview of records before going live??

2000-06-29 Thread Jeff Fongemie
Hey everyone, I have a site where the users can add text to a form that will then go to database, and from that a "news page" will get it's information. Easy. But, my client wants a way to add the text, hit enter, then preview it with the ability to make changes before it goes live. After

Re: Archive

2000-06-29 Thread David Shadovitz
Are there TWO Dave Watts at FigLeaf? On 29 Jun 2000 09:17:01 -0600 Lee Surma [EMAIL PROTECTED] writes: This list now has a great archive source. Check out http://www.pdm-inc.com/mky_t5_about.cfm to see how you rank. Their search capabilities are far better than eGroups. -- Lee Surma

Re: Unsubscribe

2000-06-29 Thread Brandon Whitaker
To avoid being unprofessional/tacky, I won't make any comments. Fortunately, I'm both. The idiot in question is a spammer looking for any excuse to ply his spineless trade; I simply can't force myself to believe that one person could *really* be that stupid and continue breathing without

RE: CFMAIL Urgent Help Needed...Please!

2000-06-29 Thread Paul Ihrig
just found this in my local mail log "Warning","TID=-1754369","06/29/00","09:30:34","Unable to move the spooled mail file, C:\CFUSION\MAIL\spool\E0C3.cfmail. Access is denied.." what now? -- Archives:

Re: Binary integers, IEEE Floating point numbers etc. - SOLVED!

2000-06-29 Thread Brandon Whitaker
I figured it out! Thx again for the pointer, Steven. I don't know if what I came up with is the BEST solution, but it's running sub-10ms conversions. Good enough for what I gotta get done, and the smallish amount of programming knowledge I have. A great thanks to Jim Kahl (

Re: Selects, default values..

2000-06-29 Thread Kenneth Tyler
How can i give a select a choice thats not contained in my query? Any advice Stew, SELECT NAME="mySelect" OPTIONmy option CFOUTPUT QUERY = "myQuery" OPTION#qryField# /CFOUTPUT /SELECT Kenneth Tyler, 8th Fold, Berkeley, CA, USA

RE: Unsubscribe

2000-06-29 Thread lsellers
Hehe... Check out their site, www.ivh.com To avoid being unprofessional/tacky, I won't make any comments. Draw your own conclusion. Why, that's the best example of a business card I've seen on the net so far. :) Threatening to spam 1 to 2 thousand web developers (some who are fairly far

RE: Unsubscribe

2000-06-29 Thread Kevin Langevin
There's some amazing dynamic coding done behind the scenes on that site, I bet. It's the stuff that you DON'T see happening that's the real magic. CFUG-SFL Manager -Kev /CFUG-SFL Manager -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 29,

Re: Oracle BLOB and CF

2000-06-29 Thread Jennifer
I may be wrong, but I think that images are stored as binary data in a BLOB. The article applies to binary data (at least it seems to claim this in the first and second paragraphs) regardless of its nature. It does refer to long character text over and over, but I think it applies anyway. Try

Re: Unsubscribe

2000-06-29 Thread Jennifer
I wonder if that's his home address. At 09:04 AM 6/29/00 -0500, you wrote: Hehe... Check out their site, www.ivh.com To avoid being unprofessional/tacky, I won't make any comments. Draw your own conclusion. -- Billy Cravens [EMAIL PROTECTED] Internet Marketing Corporation wrote: To whom

black arrays, hairy arrays, skinny arrays

2000-06-29 Thread Adam Cantrell
How do I sort an array and then work with the sorted information? The combined documentation relating to this in both of the Forta books equates to about 10 lines. The only output I can get from the arraysort function is a "yes" or a "no", and after it returns "yes" and I go back to call data

RE: Is it possible to have a preview of records before going live??

2000-06-29 Thread Scott J. Brader
Why not just add an "Approved" field to the table with the contents of anything not flagged as approved not showing up on the site? The users could edit/etc. before approving from an administration page. Scott -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent:

Re: Archive

2000-06-29 Thread Lee Surma
On Thursday, June 29, 2000, Sharon DiOrio [EMAIL PROTECTED] wrote: It's Dave Watt's world. We just live in it. Amen. You can do a search on Dave and get all of his, lucid, straight to the point, posts. Almost like reading a random textbook on Cold Fusion. I just noticed the link I gave

Re: Archive

2000-06-29 Thread Lee Surma
Are there TWO Dave Watts at FigLeaf? Yep. One is the Cold Fusion Guru we all know. And the other one is out partying all the time.;-) The database isn't perfect, Dave must use two email clients with slightly different settings. Probably a laptop. -- Lee Surma Public Radio International

RE: Unsubscribe

2000-06-29 Thread Kevin Langevin
Wouldn't it be cool if stupidity was painful? CFUG-SFL Manager -Kev /CFUG-SFL Manager -Original Message- From: Brandon Whitaker [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 29, 2000 11:04 AM To: [EMAIL PROTECTED] Subject: Re: Unsubscribe To avoid being unprofessional/tacky, I

Re: Is it possible to have a preview of records before going live??

2000-06-29 Thread Sharon DiOrio
The simplest answer is to submit the form to a "preview" page, and pass the information along to a "confirm" page as hidden fields. Something like this: !--- input page --- form action="preview.cfm" method="post" textarea name="news" cols="50" rows="10" wrap="virtual"/textarea input

RE: Is it possible to have a preview of records before going live??

2000-06-29 Thread Jeff Beer
I usually just set a "live" toggle in the table. Once the end users approves, she can click the "post" or "I love it now make it live" button, and you flip that bit to "on" or "true" or 1 or whatever :-) IOW, you write each form submission to the DB, and display it in it's intended final state

CFCONTENT and PDF

2000-06-29 Thread James Taavon
I have 10 pdf's in a folder on my server that are associated with 10 unique ID numbers in my database. How can I relate the two together so when I click on the a certain ID number I get the proper PDF file associated with that number displayed in my broswer window? James

RE: CFMAIL Urgent Help Needed...Please!

2000-06-29 Thread Sharon DiOrio
We ran into this a few months ago when we upgraded to 4.5.1. Apparently they changed the handling of attachments in 4.5.1. You used to do something like this: cfmail from="[EMAIL PROTECTED]" to="[EMAIL PROTECTED]" subject="Dave Watts is King" attachment="c:\mydocs\mypicture.jpg" More

RE: Selects, default values..

2000-06-29 Thread Mark Warrick
Huh? Could you be a bit more specific? -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL:

RE: Is it possible to have a preview of records before going live??

2000-06-29 Thread Dave Watts
I have a site where the users can add text to a form that will then go to database, and from that a "news page" will get it's information. Easy. But, my client wants a way to add the text, hit enter, then preview it with the ability to make changes before it goes live. After the

RE: CFX and threads

2000-06-29 Thread Mark Warrick
Iztok, You need to read the CF Docs that came with your install of the CF Server. Search for "CFQUERY". ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL:

RE: Is it possible to have a preview of records before going live??

2000-06-29 Thread Aaron Johnson
Jeff, Absolutely possible. When the user originally inserts the information through the form, add a column in the database like "live"... when they initially insert that information, set live = 'no' Then preview the information When they are sure they want the information up on the site,

Re: Is it possible to have a preview of records before going live??

2000-06-29 Thread Timothy C. Hill
On Thu, 29 Jun 2000 11:01:09 -0400, [EMAIL PROTECTED] told us about: Hey everyone, I have a site where the users can add text to a form that will then go to database, and from that a "news page" will get it's information. Easy. But, my client wants a way to add the text, hit enter, then preview

Re: Is it possible to have a preview of records before going liv

2000-06-29 Thread kraybill
"Jeff Fongemie" [EMAIL PROTECTED] wrote: My client wants a way to add the text, hit enter, then preview it with the ability to make changes before it goes live. After the preview/change process he can hit another submit button to have the info go live. If he's going to preview and edit

RE: Archive

2000-06-29 Thread Dave Watts
Are there TWO Dave Watts at FigLeaf? No, but I've used different mail clients, and I like to play "good cop, bad cop". In any case, I suspect those numbers are a bit off; for example, just to pick someone, Sharon DiOrio has made fifty posts between 26 April and today, but she's not listed in

RE: row numbers

2000-06-29 Thread Mark Warrick
Actually, that's in the CF Docs that came with your installation. Those docs make for excellent reading as does Ben Forta's "Web Application Construction Kit". -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289

Re: Lasso vs Cold Fusion white paper - Your thoughts??

2000-06-29 Thread Daniel J. Cody
Jeff Howden and I both chimed in on this yesterday after Bill mentioned the white paper on the monkeyjunkies mailing list.. http://lists.hotwired.com/webmonkey/monkeyjunkies/archive/msg00567.html http://lists.hotwired.com/webmonkey/monkeyjunkies/archive/msg00572.html The security of lasso is

Re: Selects, default values..

2000-06-29 Thread allred
Kenneth, You can include any options in your select that you want, either before or after your query results. Just write them as if the query output weren't present. I notice that you're not using the "value" attribute within your OPTION element. You can include this in your static options, and

CF vs. PHP

2000-06-29 Thread Andrea Wasik(CancerSource)
Any comments on the robust-ness of Cold Fusion vs. PHP? I am a CF developer, curious to know people's thought on how the two compare in terms of power, speed of development, scalability, etc. Andrea -- Archives:

cahcing results of a stored procedure

2000-06-29 Thread Sean German
Howdy, Is there a method of caching the result set of a cfstoredproc cfprocresult analogous to CFQUERY CACHEDWITHIN="#SomeTimeSpan#"? TIA Sean G. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: CF Contract?

2000-06-29 Thread Olive, Christopher M Mr USACHPPM
100% correct. relying on the "default" is not the best way to do business. i would strongly encourage you to specify the contractual oblications regarding IP. Chris Olive, DOEHRS Website Administrator -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED]] Sent: Thursday, June

RE: Oracle BLOB and CF

2000-06-29 Thread Dave Watts
I may be wrong, but I think that images are stored as binary data in a BLOB. The article applies to binary data (at least it seems to claim this in the first and second paragraphs) regardless of its nature. It does refer to long character text over and over, but I think it applies anyway.

Re: Is it possible to have a preview of records before going live??

2000-06-29 Thread Seth Petry-Johnson
But, my client wants a way to add the text, hit enter, then preview it with the ability to make changes before it goes live. After the preview/change process he can hit another submit button to have the info go live. I'm looking for ideas as to where to start. Is this possible? Do I need 2

RE: Selects, default values..

2000-06-29 Thread Stewart McGowan
Thanks Kenneth -Original Message- From: Kenneth Tyler [mailto:[EMAIL PROTECTED]] Sent: 29 June 2000 16:09 To: [EMAIL PROTECTED] Subject: Re: Selects, default values.. How can i give a select a choice thats not contained in my query? Any advice Stew, SELECT NAME="mySelect"

Loading, please wait

2000-06-29 Thread WL
Hi, This may seem a basic idea, but I have yet to find a solution. I'm trying to add a "please wait" bit to a small frame, before results are returned. I'm pretty sure it's done in JavaScript, but can't find a resource that can help - or help me link it in with CF. Thanks for any help, Will

Re: Is it possible to have a preview of records before goinglive??

2000-06-29 Thread Dick Applebaum
Two ways to do this: 1) Client-side: JavaScript PopUp window with JavaScript programming to perform/approximate whatever formatting the CF program will perform when it displays the page from the db 2) Server-side: JavaScript PopUp window which invokes same CF Template which formats

Telnet to port

2000-06-29 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_01BFE1F0.63C04830 Content-Type: text/plain; charset="iso-8859-1" Hey guys, I am wanting to write a very simple CF page

RE: Archive

2000-06-29 Thread ron
This list now has a great archive source. Check out http://www.pdm-inc.com/mky_t5_about.cfm to see how you rank. Their search capabilities are far better than eGroups. Cool stats, but I don't see any search (or even browse) functions. Oh, here it is: http://www.pdm-inc.com/mky_t5.cfm.

RE: Archive

2000-06-29 Thread Dan Haley
http://www.pdm-inc.com/mky.htm -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 29, 2000 9:45 AM To: [EMAIL PROTECTED] Subject: Re: Archive Umm..so where is the Searchable list archive =) -Gel - Original Message - From: Sharon DiOrio

Best Approach: Populating Exchange Server data

2000-06-29 Thread Eric Dawson
Here's what I got: An exchange server with 240 mailboxes. I want to use the exchange server as the source of Human Resource related items such as org charts. Visio 2000 has ODBS connection and a wizard to generate the org charts. Problem is there is a bunch of data entry required (and I don't

SQL: order by question

2000-06-29 Thread Jill Cooney
I have a library database which I order by Book Title in order to present an alphabetical list. However, when a new book is added which has the same first word as another title (for example, "Managing Databases" and "Managing Offices"), only "Managing Databases" will appear in the list.

Javascript

2000-06-29 Thread WL
Hi, At http://www.whatcar.co.uk if you point at the headings, such as "Used Cars For Sale", it loads a further menu. Is this purely Javascript and DHTML, or is CF involved at all? Thanks Will -- Archives:

RE: Archive

2000-06-29 Thread Mark Warrick
Well, actually stupidity is painful. But to the amoeba-like brained, pain isn't an issue. :) -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net

RE: SafeText.cfm ??

2000-06-29 Thread Mark Warrick
Oh! I get it now. So you're asking whether there should be exclusions for event handlers (javascript) and DHTML, etc., right? Good point. Haven't got a clue. Maybe the authors of the two CF_SafeText tags have some input. (Ben??) ---mark

Using Acess 2000 interface for SQL

2000-06-29 Thread AustralianAccommodation.com Pty. Ltd.
This is a multi-part message in MIME format. --=_NextPart_000_0014_01BEC2B2.F64A8A40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am using the access 2000 interface to convert and upload my access = 2000 database into sql via the

RE: Is it possible to have a preview of records before going live??

2000-06-29 Thread Shane Pitts
Just add another field to the table called "islive" or something, Integer Default 0, upon submission, it goes to 0, and the output page looks for all entries that have a 1 only. When he reviews and confirms, he hits another button that simply updates the 0 to a 1 and its live.. Shane

Help again:User/Password Security Framework for Intranet site.

2000-06-29 Thread Angél Stewart
Hello all..its me again =) I'm writing a small intranet application, that has areas limited to certain users with the correct Secuity Access Level. I have a table with Username, Password, and Access Level. I am thinking at the top of each page, to put a CFIF script to check for the prescence

Location of CFSTAT console application

2000-06-29 Thread Jeff Davis
Adrian, I don't know what version cfstat was introduced but you can find it under the coldfusion server directory on whatever drive you installed CFAS, i.e. for my installation with Cold Fusion Server on the C: drive it is C:\cfusion\bin\cfstat.exe From a command prompt in that directory just

Re: order by question

2000-06-29 Thread Dana Larose
Could we see a the code for your query and/or cfoutput? What you are describing should work fine, so it is probably a little typo or something. -Original Message- From: Jill Cooney [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Date: Thursday, June 29, 2000 2:18 PM Subject:

RE: Help again:User/Password Security Framework for Intranet site.

2000-06-29 Thread Anthony Israel-Davis
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_01BFE202.1E960B68 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable One thing to

RE: black arrays, hairy arrays, skinny arrays

2000-06-29 Thread Philip Arnold - ASP
How do I sort an array and then work with the sorted information? The combined documentation relating to this in both of the Forta books equates to about 10 lines. The only output I can get from the arraysort function is a "yes" or a "no", and after it returns "yes" and I go back to call

RE: Unsubscribe

2000-06-29 Thread Philip Arnold - ASP
Last thing. You are one person. Don't you think that if you really launched an some automatic script to do whatever that there aren't several hundred people on this list capable of doing the same to you? Not a smart move. Hmmm, how many of us could send a blitz to an email address, and if

RE: order by question - DOH!

2000-06-29 Thread Jill Cooney
In pasting the code into my reply, I realized I'd had a "group=" in my cfoutput -- once I took this out, the list displays fine. Thanks for the push! -- Jill -Original Message- From: Dana Larose [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 29, 2000 12:30 PM To: [EMAIL

RE: Help again:User/Password Security Framework for Intranet site.

2000-06-29 Thread Mark Warrick
I secure applications via Fuseaction names. You could do the same with template names. Create a database of template names with an ID field. id_template template_name Create a "groups" table. id_group group_name group_level Then, you'll have an association table for templates to groups

RE: Archive

2000-06-29 Thread Hoffman, Joe (CIT)
From my archives: 01/01/2000 to today : Total 24072 Includes all double/triple + posts from a few weeks ago when the list lost a few bits. I will remove them before I do a year end count. List members with over 100 posts FromAddress Cnt --

RE: order by question

2000-06-29 Thread Mark Warrick
Well, if you've determined that the query runs fine, then the problem is with the output. I would double check your theory by running the query directly in the database. Use iSQL/w on SQL or an Access query, or whatever just to make sure the results are coming out correctly. If the query is

RE: Unsubscribe

2000-06-29 Thread Don Cuniff
Is this the 1st time this list has ever been unified on a topic. Don't you love it when someone brings out the best is us. don -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 29, 2000 3:32 PM To: [EMAIL PROTECTED] Subject: RE: Unsubscribe

  1   2   >