RE: Character code for a TAB

2001-04-24 Thread Dylan Bromby
- Original Message - From: Michael Lugassy [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 12:47 PM Subject: Re: Character code for a TAB What about a CHAT solution? CHAT ROOM would be great!!! - Original Message - From: Dylan Bromby [EMAIL

RE: Simple question

2001-04-23 Thread Dylan Bromby
email allaire at [EMAIL PROTECTED] and ask to be part of the beta program. worth asking. -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 6:11 AM To: CF-Talk Subject: Simple question I'm trying to talk my network admin into setting up

RE: Session VS Client

2001-04-23 Thread Dylan Bromby
personally, i think the registry is a less-than-desirable place to store client vars. the problem with session vars is if CF server restarts itself (which can, sometimes, be a good thing) you lose the session. i use client vars exclusively over session vars now (and cookies too) and store them

RE: Session VS Client

2001-04-23 Thread Dylan Bromby
the registry is *not* designed to be a database in that sense. -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 9:11 AM To: CF-Talk Subject: RE: Session VS Client Wouldn't haver thought it makes a difference. You either have to put them in a

RE: Session VS Client

2001-04-23 Thread Dylan Bromby
Maybe there's no difference in the performance of your applications, but I've often seen the move from session to client variables (usually in preparation for clustering) slow down applications significantly. If you store enough data in the Session scope, it's not practical to just move that

RE: Session VS Client

2001-04-23 Thread Dylan Bromby
i have one table with 3.2 million rows that gets accessed approximately 6,000-7,000 times a day. i should put that in the registry? your comment VERY MUCH depends on the kind of app you're talking about. ok so IIS stores info there. ms office stores info there. but we're talking about web-based

RE: Session VS Client

2001-04-23 Thread Dylan Bromby
as i replied to dave, i use database caching and it's great. i use client vars to maintain state when users connect to certain applications because if CF restarts itself, it will kill any open session vars. if CF had a way of maintaining this better, i would love to store them in memory

RE: How do i set up a Java CFX tag.

2001-04-23 Thread Dylan Bromby
go to www.sun.com and download the Java SDK or JRE. install it. -Original Message- From: Rick Lamb [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 10:11 AM To: CF-Talk Subject: How do i set up a Java CFX tag. I need to use a cfx tag written in java and am not sure how to set

RE: WARNING: PCAnywhere

2001-04-22 Thread Dylan Bromby
almost every company i know that uses PCA has problems. i've used timbuktu (tried PCA for a few months) for years and it is *great*. -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 21, 2001 4:34 PM To: CF-Talk Subject: Re: WARNING: PCAnywhere This

RE: [OT] Stats pkg for Win2K IIS

2001-04-22 Thread Dylan Bromby
assuming you mean web stats, webtrends is a fairly inexpensive solution. i've used them for several years. www.webtrends.com -Original Message- From: Peter Janett [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 22, 2001 10:05 PM To: CF-Talk Subject: [OT] Stats pkg for Win2K IIS I'm

RE: Sniffing WAP Browsers...

2001-04-20 Thread Dylan Bromby
sniff for the WAP MIME type in the browser's HTTP_ACCEPT string. -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 7:14 AM To: CF-Talk Subject: Sniffing WAP Browsers... For all the WAP resources out there, I've been finding remarkably

RE: Friendly e-mail addresses

2001-04-20 Thread Dylan Bromby
i don't think that will work. however, i use this all the time and it works perfectly: FROM="John Smith[EMAIL PROTECTED]" -Original Message- From: Mark Woods [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 5:59 AM To: CF-Talk Subject: Re: "Friendly" e-mail addresses If you

RE: Is CF still relevant?

2001-04-20 Thread Dylan Bromby
different tools suit different needs. i use CF because it's a rapid application devleopment platform. it's easy to find CF programmers. GREAT CF developers are cheaper than GREAT java developers. i'm not sure what i missed, but can you please explain why CF *can't* use XML? You wrote: "even

RE: SQL 7 and 2000 on same machine?

2001-04-20 Thread Dylan Bromby
you can create DBs on a remote SQL 7 machine with SQL 2000 ent. mgr. -Original Message- From: Sandra Clark [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 4:32 PM To: CF-Talk Subject: OT: SQL 7 and 2000 on same machine? Hopefully someone can help. I am now at the point

RE: Harpoon

2001-04-19 Thread Dylan Bromby
no, it doesn't matter. some people that were signed up for harpoon and had access to beta 3 don't have access to the latest beta 4. -Original Message- From: Brad Hinson [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 7:03 AM To: CF-Talk Subject: Re: Harpoon You have to be

RE: help

2001-04-19 Thread Dylan Bromby
make sure you have ENCTYPE="MULTIPART/FORM-DATA" in your FORM tag. -Original Message- From: Susan Matthews [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 7:02 AM To: CF-Talk Subject: help Hi- I have a form that allows users to upload files using: input type="file"

RE: isdefined() being phased out? how soon?

2001-04-19 Thread Dylan Bromby
no. IsDefined() replaces ParameterExists(). -Original Message- From: JoshMEagle [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 7:29 AM To: CF-Talk Subject: isdefined() being phased out? how soon? I've heard talk that isdefined() is being phased out of CF any idea if

RE: help

2001-04-19 Thread Dylan Bromby
post all the code. -Original Message- From: Susan Matthews [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 8:35 AM To: CF-Talk Subject: RE: help I'm still stumped. I have the enctype="multipart/form-data" included in my form tag that sends "newsprint "...? -Original

RE: ER-Diagram Tools

2001-04-19 Thread Dylan Bromby
i use them. i really like them. i'm glad i wasn't the one who paid for them. they're powerful and expensive. i like the interface better than SQL ent. mgr. in some cases. -Original Message- From: Chris Sham [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 12:48 PM To: CF-Talk

RE: OT: DNS

2001-04-18 Thread Dylan Bromby
use to migrate DNS records and still do this. Every indication I've seen and heard so far is that Win2K DNS works well. Which is quite amazing considering how new Microsoft is to the DNS game! :-) Oriole In a message dated Tue, 17 Apr 2001 12:08:41 AM Eastern Daylight Time, "Dylan B

RE: check this please

2001-04-17 Thread Dylan Bromby
take the single quotes out. -Original Message- From: paul . [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 7:34 AM To: CF-Talk Subject: check this please Hi Guys ! this is the SQl select * from UHC.PCA_SPECIAL where team_idx=1 and quarter_idx=5 ORDER BY

RE: check this please

2001-04-17 Thread Dylan Bromby
post your error. -Original Message- From: paul . [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 7:57 AM To: CF-Talk Subject: Re: check this please well Howie !. key_issues field is a charecter field.. it throws erroer -paul -- On Tue, 17 Apr 2001 10:43:42 Howie Hamlin

RE: check this please: the error on removing the single '

2001-04-17 Thread Dylan Bromby
A_SPECIAL where team_idx=1 and quarter_idx=5 ORDER BY key_issues DESC" Data Source = "QRTREPORTS" -paul -- On Tue, 17 Apr 2001 08:26:18 Dylan Bromby wrote: take the single quotes out. -Original Message- From: p

RE: CFMail Problems

2001-04-17 Thread Dylan Bromby
check the tag gallery. -Original Message- From: Ming Lu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 2:03 PM To: CF-Talk Subject: CFMail Problems Does anyone know a way to automatically put the e-mails from D:\CFUSION\MAIL\Undelivr folder back to D:\CFUSION\MAIL\Spool

RE: ENcoding URL

2001-04-17 Thread Dylan Bromby
sure there is. encrypt the strings. i do it all the time. i also make the key for encryption dynamic so the URLs can't be copied pasted. on top of which, in some cases i URLEncodedFormat() the already encrypted strings. which further makes them undecipherable. -Original Message- From:

RE: Force File Download

2001-04-17 Thread Dylan Bromby
a better solution is to force the download using the header. i don't have the *exact* code handy, but it's been posted here many times and FigLeaf (www.figleaf.com) has a tutorial on it on their site. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: HELP!!!!

2001-04-17 Thread Dylan Bromby
actually, just use CHECKED, not checked="checked". and as for naming two or more checkboxes the same, you would *certainly* do it if you needed to create a comma-delimited list as the value of that variable. -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent:

RE: Excel and ColdFusion

2001-04-16 Thread Dylan Bromby
have you tried using: CFSET temp=CFUSION_DISABLE_DBCONNECTIONS("{DSN}", 1) ? i don't know if the Excel DSN is being locked, thereby preventing you from accessing it, but that will force the DSN to be released. to re-enable the DSN, use: CFSET temp=CFUSION_DISABLE_DBCONNECTIONS("{DSN}", 0)

OT: DNS

2001-04-16 Thread Dylan Bromby
i'm planning on migrating from MetaIP to Win2K DNS. has anyone made this particular migration? any recommendations? has anyone had any trouble with DNS on Win2K? tia. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

SOT: SQL DTS 7.0---2000

2001-04-12 Thread Dylan Bromby
I'm trying to DTS a database from SQL 7.0 to 2000. I keep getting a message that either the source or destination is improperly licensed. Yet I can remote DTS from another machine running SQL 2000 to the SQL 2000 in question. Is there something I need to do to account for 7.0---2000? I think

RE: cfoutput lists Alphabetically

2001-04-12 Thread Dylan Bromby
in your query add: ORDER BY lastname ASC -Original Message- From: Christine Kelley [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 10:28 AM To: CF-Talk Subject: cfoutput lists Alphabetically Hi! How do I output a whole list of names from a query grouped

RE: cfoutput lists Alphabetically

2001-04-12 Thread Dylan Bromby
that's a little extreme (26 queries). try something like this: -- CFQUERY NAME="get_names" DATASOURCE="(your DSN)" SELECT firstname, lastname FROM yourtable

RE: Excel as a datasource.

2001-04-11 Thread Dylan Bromby
change 1-1-10$ to "1-1-10$" see what happens. -Original Message- From: Brian Thornton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 2:18 AM To: CF-Talk Subject: Excel as a datasource. I have... cfquery DATASOURCE="Excels" NAME="GetDesc" SELECT * FROM 1-1-01$ /cfquery

RE: Email Questions

2001-04-11 Thread Dylan Bromby
i have a DB of 49,000 addresses, and here's what i found: the machine in question is: CF 4.5SP2 IMail 6.0.5 SQL7.0 WINNT4.0SP5 512MB Ram dual PIII500 i can send 8,000 emails in less than 3 minutes. my application divides the total address count by 8,000 (don't forget the remainder) to figure

RE: Email Questions

2001-04-11 Thread Dylan Bromby
no. -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 6:43 AM To: "Dylan Bromby"; CFTALK Subject: Re: Email Questions Have you found that you needed to define the port number in cfmail in order for it to work? Will -- [EMAIL

RE: Win2K File Associations Not Working

2001-04-11 Thread Dylan Bromby
did you check the execute permissions? -Original Message- From: John McKown [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 7:19 AM To: CF-Talk Subject: Win2K File Associations Not Working I just installed 4.5.1 SP2 on a Fresh install of Win 2K. Under the file associations

CFLOCATION

2001-04-11 Thread Dylan Bromby
has anyone had problems with CFLOCATION just *not* working? i have this wierd situation where most of the time it works fine, but then sometimes the browser just hangs. everything else on the server is functioning normally. ~~ Structure your

CFLOCATION - cont'd

2001-04-11 Thread Dylan Bromby
ok it's just happening in IE. NN works fine. so it's not CFLOCATION. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: CFLOCATION

2001-04-11 Thread Dylan Bromby
, April 11, 2001 8:00 AM To: CF-Talk Subject: RE: CFLOCATION Would the client happen to be a Mac? -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: April 11, 2001 10:41 AM To: CF-Talk Subject: CFLOCATION has anyone had problems with CFLOCATION just *not* working? i

RE: Email software

2001-04-11 Thread Dylan Bromby
i've used IMail by Ipswitch for the past 4 years. i've never found a reason to swap it out, and it sends/receives well over a million messages a month on a single box which houses about 50,000 accounts. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

RE: Scheduled File Transfers

2001-04-11 Thread Dylan Bromby
if the remote system runs a FTP server, you can use CFFTP to connect to it and transfer files back and forth. you can use the AT scheduler (BIG improvements over the scheduling interface in WIN2K over NT but both will work) or you can use CFSCHEDULE. or you could just write batch files to

RE: CFFILE REAL file size limit

2001-04-10 Thread Dylan Bromby
nope. i've uploaded files MUCH bigger than that using CFFILE. DB -Original Message- From: Hays, Duncan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 12:40 PM To: CF-Talk Subject: CFFILE REAL file size limit I have data in a text file I want to read, parse and save to

RE: CFHTTP binaries?

2001-04-10 Thread Dylan Bromby
i have a CFX tag specifically for grabbing images. let me know and i'll email it to you off-list. -Original Message- From: Mike Amburn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 6:11 AM To: CF-Talk Subject: CFHTTP binaries? Can you CFHTTP/CFFILE binaries? I'm trying to

RE: IP Address

2001-04-10 Thread Dylan Bromby
there are a number of whois-like tags in the gallery; http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=whois; search=search -Original Message- From: Nathan Stanford [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 6:37 AM To: CF-Talk Subject: RE: IP

RE: Hosting recommendations

2001-04-06 Thread Dylan Bromby
i've hosted at a number of large companies. my BEST experience EVER has been with Epoch Internet for the past 10 months. i have a full cabinet there running 10Mbps burstable. it's always extremely fast reliable and their response has always been immediate. granted, this might not be the

RE: Maybe a silly question.

2001-04-05 Thread Dylan Bromby
which browser are you viewing the results in? maybe the browser is timing out? how long does the query take with what you're calling "low" and "high" recordcounts? -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 6:16 AM To: CF-Talk

RE: chat room application

2001-04-05 Thread Dylan Bromby
you can do it by auto refreshing a message pane with the META tag. if you want persistence, you should use something like Java or Flash. -Original Message- From: Jason Green [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 11:38 AM To: CF-Talk Subject: chat room application

RE: using cfhttp for ASP?

2001-04-04 Thread Dylan Bromby
you want to grab the content of an ASP page with CFHTTP? sure. CFHTTP URL="http://domain/path/file.asp" METHOD="GET" did you *try* it? -Original Message- From: SHEETS, DAYV (PB) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 8:31 AM To: CF-Talk Subject: using cfhttp for

RE: using cfhttp for ASP?

2001-04-04 Thread Dylan Bromby
cfm page the asp text is not being shown. ?? Thanks, Dayv -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 8:44 AM To: CF-Talk Subject: RE: using cfhttp for ASP? you want to grab the content of an ASP page with CFHTTP? sure. CFHTTP URL="h

RE: browser trail

2001-04-04 Thread Dylan Bromby
i think frontpage might... -Original Message- From: Jeff Sarsoun [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 1:33 PM To: CF-Talk Subject: browser trail Could someone shed some light on which browser leaves "Microsoft Data Access Internet Publishing Provider Cache

RE: WAP Error

2001-04-03 Thread Dylan Bromby
try using CFCONTENT to set the content type in the CFM page itself. -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 11:54 AM To: CF-Talk Subject: WAP Error web service problem: Please Try Again 1015:Invalid content type And we have had the

RE: WAP Error

2001-04-03 Thread Dylan Bromby
figued i'd post the actual code in case you don't have the MIME type handy; CFCONTENT TYPE="text/vnd.wap.wml" make sure it's the first line in the page. -Original Message----- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 9:11 AM To: CF-Talk Subjec

RE: Stupid Question? - Commenting Code That Does Not Show in Brow ser

2001-04-03 Thread Dylan Bromby
whoever asked this question or is interested in a useful answer - ignore the response below. use the !--- --- vs. !-- -- as many experienced CF developers have already posted in this thread. -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001

RE: Here's A Good One...

2001-04-03 Thread Dylan Bromby
i've seen a couple solutions posted. double click the time to bring up the time/date console. turn off daylight savings. turn it back on. if that doesn't work, try reboot. i'm not sure if this is part of your question, but the 16 is mil time for 4p. -Original Message- From: Robert

RE: Here's A Good One...

2001-04-03 Thread Dylan Bromby
that doesn't address the issue of the hour being off by 1. -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 2:08 PM To: CF-Talk Subject: RE: Here's A Good One... you have to tell it to display median time, not military time :P (use the

RE: Simple validation

2001-04-03 Thread Dylan Bromby
In reverse-order: 2. Number field (not a cfform just a plain form) - must validate that data entered is a number -- Use JavaScript to handle this on form submission. Or use CF: IsNumeric() to handle it post-submission. 1. Date field (not a cfform just a plain form) - must validate that data

RE: Saving a file to a local drive

2001-04-03 Thread Dylan Bromby
1) they can save the HTML file using "Save As..." in the browser, or 2) you can output the content to a file (like a .txt file for example) using CFFILE, then refresh the browser after like 5-10 seconds using META to a URL that points to the file you created. --dylan -Original Message-

RE: Cross browser Intrinsic Controls

2001-04-02 Thread Dylan Bromby
text box sizes in Netscape change if they're placed within the span of a FONT tag. check your code and see if that's the case. if you have FONT SIZE=5 around one, it will be large. text box size does not change according to the SIZE attribute of FONT in IE, however. -Original Message-

RE: CFCOOKIE and other domains?

2001-04-02 Thread Dylan Bromby
it's a security thing. it's the way cookies were designed to work. domains can only read cookies that were set by the same domain. the DOMAIN attribute is not intended to allow you to write cookies for other domains. you use the DOMAIN attribtute to set cookies for 3rd-level domains and higher;

CreateUUID()

2001-04-01 Thread Dylan Bromby
Does anyone on this list rely on CreateUUID() for creating a completely unique identifier? Anyone know how it compares in effectiveness to using uniqueidentifier and making it a row GUID in SQL? ~~ Structure your ColdFusion code with Fusebox.

RE: CFMAIL - twofold

2001-03-30 Thread Dylan Bromby
it's worked since at least 4.0 for me for both FROM and TO. -Original Message- From: Andrew Tyrone [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 8:34 AM To: CF-Talk Subject: RE: CFMAIL - twofold The format: FROM="John Smith [EMAIL PROTECTED]" works fine with most email

RE: CFMAIL - twofold

2001-03-27 Thread Dylan Bromby
you CAN have FROM="Jay Patton[EMAIL PROTECTED]". i use that format all the time. so you *can* have spaces in the FROM attribute. -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 1:43 PM To: CF-Talk Subject: Re: CFMAIL - twofold someone correct

RE: Converting CFML to WML

2001-03-27 Thread Dylan Bromby
HTML and WML are both presentation layers. hopefully your original code was designed well so that the application code (CF) is as separate as compartmentalized as possible (separated away from your presentation layer). we converted 300 CF sites in november 1999 to HDML/WML because all we had to

RE: Good Books on JSP?

2001-03-26 Thread Dylan Bromby
he was asking about JSP, not JavaScript. check out Core Servlets and Java Server Pages: http://www.amazon.com/exec/obidos/ASIN/0130893404/o/qid=985617480/sr=8-2/ref =aps_sr_b_1_2/002-0318000-5943236 -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26,

RE: Is this possible?

2001-03-26 Thread Dylan Bromby
yes you can do this. you can reference the form elements by object name. you don't have to submit the form to validate or check values. you can do it using onFocus and/or onBlur. -Original Message- From: Terri Stocke [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 6:34 AM To:

RE: Escaping apostrophes

2001-03-26 Thread Dylan Bromby
if you're using SQL Server, your variable can have 's in it and you don't need to use PreserveSingleQuotes(). can you post the code that doesn't work? -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 6:58 AM To: CF-Talk Subject: RE: Escaping

RE: CFID / CFToken

2001-03-26 Thread Dylan Bromby
if, by chance, this is happening as a result of using CFLOCATION, set ADDTOKEN=NO. -Original Message- From: Steve Martin [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 8:52 AM To: CF-Talk Subject: RE: CFID / CFToken The CFID and CFTOKEN are NOT automatically appended to the

RE: Personal web server install

2001-03-26 Thread Dylan Bromby
settings---control panel---add/remove programs---add/remove windows components -Original Message- From: Julie Clegg [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 9:32 AM To: CF-Talk Subject: Personal web server install Hello all, I am trying to install microsofts personal

RE: CFMAIL - twofold

2001-03-26 Thread Dylan Bromby
that depends on the mail server. for instance, mine is set up to disallow NULL senders and checks for properly formatted addresses. if i stick a bogus address in there, 1) CF doesn't care either way and 2) the mail server doesn't care as long as it's formatted correctly. -Original

RE: site modeling

2001-03-26 Thread Dylan Bromby
visio. -Original Message- From: Jason Lotz [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 2:12 PM To: CF-Talk Subject: site modeling Can anyone point me to a good resource for drawing site models on paper using consistent shapes, lines, etc? Everytime I sit down to do it, I

RE: Find position in a list

2001-03-23 Thread Dylan Bromby
You need GetToken() to get the next/previous values once you get the position of the original substring. --Dylan -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 6:34 AM To: CF-Talk Subject: RE: Find position in a list Use listFind(list

RE: Find position in a list

2001-03-23 Thread Dylan Bromby
i don't think this will work because you don't know how long the string before or after the original substring is. so how would you know what position to specify for ListGetAt()? that's why i think GetToken() would work... -Original Message- From: Mark Woods [mailto:[EMAIL PROTECTED]]

RE: Find position in a list

2001-03-23 Thread Dylan Bromby
heh scratch my last comment, i think it will work... i'm off to find some coffee... -Original Message- From: Mark Woods [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 6:38 AM To: CF-Talk Subject: Re: Find position in a list use the listFind() and listGetAt() functions At

RE: determine if user is active?

2001-03-23 Thread Dylan Bromby
the bank disconnects in 5 minutes? or after 5 minutes of inactivity? seems odd if it's the former, because you could be in the middle of a transaction. the meta and onLoad solutions will work like the former (kick in 5 no matter what) not the latter (kick after no action for 5 minutes).

RE: Find position in a list

2001-03-23 Thread Dylan Bromby
heh my second post posted first. how wierd is that. -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 6:51 AM To: CF-Talk Subject: RE: Find position in a list i don't think this will work because you don't know how long the string before

RE: Survey: Web-based WYSIWIG editing tool

2001-03-22 Thread Dylan Bromby
ezEdit. easy to install. clients love it. blah. DB -Original Message- From: Cameron [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 7:43 PM To: CF-Talk Subject: Survey: Web-based WYSIWIG editing tool Hi All, Just a quick survey to appease my curiosity... If you use a

RE: Win2k

2001-03-21 Thread Dylan Bromby
we went from CF4.5ENT SP2 on NT4.0SP5/SQL7 to CF4.5ENT SP2 on WIN2KAS/SQL2K and although i don't have anything measurable to offer you, i can tell you it's noticably faster. no problems to speak of. -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Re: Anybody seen this before?

2001-03-21 Thread Dylan Bromby
Check your registry size. - Original Message - From: "Willy Ray" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, March 21, 2001 8:31 PM Subject: Re: Anybody seen this before? WellI rebooted several times. Every time, I'm getting the same result within a few

RE: Pros and Cons on using MS Visual SourceSafe for managing CF p rojects?

2001-03-20 Thread Dylan Bromby
i used VSS with CF for 2 years and it worked just fine. the main thing is just make sure people actually USE it. we had some people who would open up files outside of VSS for a "quick" change which always caused problems. -Original Message- From: Nick Texidor [mailto:[EMAIL PROTECTED]]

RE: The northern CFer

2001-03-19 Thread Dylan Bromby
i think it looks pretty slick, myself. -Original Message- From: Kent Bulmer [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 8:45 AM To: CF-Talk Subject: The northern CFer I was wondering if anyone could look at this for me: http://www.networkcentrix.com/cftalk/netcen.cfm It's

RE: link color

2001-03-19 Thread Dylan Bromby
I've just built a 3-layer menu in DHTML that works well and didn't need any workarounds, so I would be hesitant to blame DHTML per se. The problem is Netscape 4.x doesn't follow the DOM very well, whereas IE 5/5.5 do a pretty good job. Netscape 6 is supposedly much better, but I haven't used it

RE: @@identity

2001-03-19 Thread Dylan Bromby
make it a stored procedure. use the OUTPUT feature of T-SQL to get at the identity. -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 8:32 PM To: CF-Talk Subject: @@identity I know how to use @@identity to select the last inserted record

RE: Date/Time Nightmare

2001-03-18 Thread Dylan Bromby
CFSET thedate = #CreateODBCDateTime(Now())# CFLOOP FROM="1" TO="7" INDEX="inc" CFOUTPUT#thedate#/CFOUTPUT CFSET thedate = #CreateODBCDateTime(thedate+1)# BR /CFLOOP -Original Message- From: Yvette Ingram [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 18, 2001 2:46 PM To: CF-Talk Subject:

RE: ADO

2001-03-18 Thread Dylan Bromby
i'll try and dig 'em up. DB -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 18, 2001 5:55 PM To: CF-Talk Subject: Re: ADO But as UDF they may be useful in a CF programmers tool kit. I'm moving a lot of my code over to UDF as we speak and one is

RE: jBASE

2001-03-17 Thread Dylan Bromby
Message- From: Dylan Bromby [SMTP:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 8:57 PM To: CF-Talk Subject:jBASE Has anyone on this list ever worked with jBASE? ~~ Structure your ColdFusion code with Fusebox. Get the official book

RE: CF Based EMail Mailing List?

2001-03-17 Thread Dylan Bromby
i send 48,000 emails using CFMAIL. i send them in batches of 8,000 and each batch takes less than 3 minutes. so i end up sending all 48,000 in less than 25 minutes. if you try and send them all at once it's a problem. sending 8,000 at a time was the key for me. i run CF4.5.1ENT sp2 on NT 4.0 SP5

client variables

2001-03-17 Thread Dylan Bromby
is using the client scope as volatile as using session vars? meaning...if my CF service restarts itself for whatever reason, i lose existing session variables so if someone was in the middle of an application...it breaks (since it depends on sessions). if i use client variables, will that

RE: looping qty form input box in shopping cart table using cfoutput

2001-03-16 Thread Dylan Bromby
probably if she knew why it *wasn't* working she'd be able to make it work. but here's what i've done in the past to do this: let's say i have 10 rows on each page. i use CFLOOP FROM="1" TO="10" INDEX="count". then let's say i have a TEXT field in each row. assuming there's a unique ID in the

RE: looping qty form input box in shopping cart table using cfoutput

2001-03-16 Thread Dylan Bromby
in the first CFLOOP below my INDEX should be num or i should've used #count# instead of #var# in each iteration. blah. you can figure it out. -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 6:39 AM To: CF-Talk Subject: RE: looping qty form

RE: Extract Information from a word doc for DB Insertion via CF

2001-03-16 Thread Dylan Bromby
try using CFFILE to place the content of the Word doc into a CF variable and parse from there. just point to the .doc using the FILE attribute of CFFILE. -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 8:50 AM To: CF-Talk Subject: Extract

RE: Extract Information from a word doc for DB Insertion via CF

2001-03-16 Thread Dylan Bromby
getting a message CONNECTION FAILURE I even typed the URL manually to test it. The title of the files have spaces in them, could that be what is causing the errors? Thanks Larry Juncker Senior Cold Fusion Developer Heartland Communications Group, Inc. -Original Message- From: Dylan Bromby

RE: Extract Information from a word doc for DB Insertion via CF

2001-03-16 Thread Dylan Bromby
what happens if you hardcode the full path including filename in the FILE attribute? -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 10:22 AM To: CF-Talk Subject: RE: Extract Information from a word doc for DB Insertion via CF Dylan; I am

jBASE

2001-03-16 Thread Dylan Bromby
Has anyone on this list ever worked with jBASE? ~~ 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@houseoffusion.com/ Unsubscribe:

RE: What If Question

2001-03-14 Thread Dylan Bromby
your button could be a SUBMIT button, where in your FORM tag, you would include: onSubmit="parent.close()" -Original Message- From: Arden Weiss [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 6:05 PM To: CF-Talk Subject: What If Question Whoof I wanted to put an Exit button

RE: Session variables

2001-03-12 Thread Dylan Bromby
If you're looking for some free utilities to stress test on NT or 2000, check out: http://support.microsoft.com/support/dna/bundles/QA/loadtest.asp I've used InetLoad before; it's scriptable and pretty decent...for being free. --Dylan -Original Message- From: Dave Watts [mailto:[EMAIL

Re: Verity and PDF Files [free alternatives...??]

2001-03-11 Thread Dylan Bromby
I use Verity with Acrobat 4.x files with CF 4.5.1 SP2 Enterprise, and it works fine. Don't know about the Unicode issues though. --Dylan - Original Message - From: "Stephen M Aylor" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, March 11, 2001 12:36 PM Subject: Re:

RE: Those darn Access .ldb files

2001-03-08 Thread Dylan Bromby
to get rid of locks on access or excel DSNs in CF4.5, use: CFSET temp = CFUSION_DISABLE_DBCONNECTIONS("{DSN}", 1) where {DSN} is your DSN. then to re-enable: CFSET temp = CFUSION_DISABLE_DBCONNECTIONS("{DSN}", 0) -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED]]

RE: Database of US ZIP CODES

2001-03-08 Thread Dylan Bromby
their data is good. i've used it for years. used to be $35. -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 10:21 AM To: CF-Talk Subject: RE: Database of US ZIP CODES You can get it for $150 USD at

RE: Determining no. of pages in results

2001-03-08 Thread Dylan Bromby
you could use a dynamic value for the STARTROW attribute of CFOUTPUT. have a var called #startrow#. CFPARAM it to 1. the MAXROWS attribute of CFOUTPUT should always be 10. then the link to page 2 passes #startrow# as #startrow# + 10 so it starts at record 11. it will only show 10 total because

RE: Problem getting CFStudio 4.5.1 resource tab to reappear

2001-03-08 Thread Dylan Bromby
View---Resource Windows---Dock All -Original Message- From: Hubert Earl [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 10:51 AM To: CF-Talk Subject: Problem getting CFStudio 4.5.1 resource tab to reappear Hi, After pressing the F9 key to make everything to the left of the

<    1   2   3   4   5   6   >