Re: Redirect From Popup

2001-05-22 Thread Dave Hannum
variables, or just send an id=xxx var into the querylandname.cfm page that then loads the updated/inputed info into the new page. J -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: 22 May 2001 15:09 To: CF-Talk Subject: Redirect From Popup Hello, I have a form in a p

Redirect From Popup

2001-05-22 Thread Dave Hannum
Hello, I have a form in a popup window. When I click the button, it does an update on the DB from that pop-up window. How can I then: First) Redirect to the parent window carrying query string info in the redirect URL and Second) Close the popup window on the redirect. Flow i

CF and XML (non-WDDX)

2001-05-18 Thread Dave Hannum
I need to learn how to harvest news headlines from a non WDDX news site. Where is some (any) good reading on the process. I've used WDDX with good success, but the source of the documents I need to harvest does not use WDDX, they only publish .xls documents. I need to query and group them for th

Re: Post-Spectra Content Management Systems??

2001-05-10 Thread Dave Hannum
Macromedia has announced that Spectra 1.5 will be the last release to the product. They will continue to sell and support Spectra 1.5 for two years, and will then roll it over to a community supported product that I would suspect would be akin to how the Allaire's Forums product went. As for alt

Re: Spell Checking??

2001-05-04 Thread Dave Hannum
We use it here on one application. It works. Just follow the examples that come with it for your setup and you'll do fine. Dave - Original Message - From: "Bill Poff" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 8:20 AM Subject: Spell Checking?? I

Re: disabling coldfusion's javascript functions

2001-05-04 Thread Dave Hannum
Don't use CFFORM and just build regular forms in your HTML. That will do it. Dave - Original Message - From: "JAAV" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 3:55 AM Subject: disabling coldfusion's javascript functions hello, a little question:

Re: Installing CF Server on Win2K

2001-05-04 Thread Dave Hannum
Make sure you are logged in with Administrator privileges when you install it. I have it running fine on my Win2K box. Works like a charm. Dave - Original Message - From: "Dave Borgeest" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 2:26 AM Subject:

Re: Ultradev & Studio

2001-05-04 Thread Dave Hannum
MM has already announced that there will be one more version of Studio which will come out sometime after the release of CF 5.0 Server. Then I thought they said they're looking to create an UltraDev/CFStudio/JRunStudio tool since CF 6.0 will run on the JRun platform. Did anyone else understand t

Re: Exporting dynamic content

2001-05-02 Thread Dave Hannum
Look at QueryNew, QueryAddRow, etc, build a file then save it via CFFILE. Dave - Original Message - From: "Erika L Walker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2001 1:42 PM Subject: Exporting dynamic content I know this was on the list at som

Re: group by month??

2001-05-02 Thread Dave Hannum
Make sure you do an ORDER BY Month in your SQL or your groupings will be broken up. Dave - Original Message - From: "David Shadovitz" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2001 12:35 AM Subject: RE: group by month?? That should do it. Just wan

Re: Really large recordsets (40,015 records) won't return

2001-05-01 Thread Dave Hannum
Part of the problem is that browsers just are not made to handle 40,000+ records, especially if the code is not really tight. CF can generate an awful lot of white space if you're not careful. Depending on how much info is in each record, the page you're trying to return is could very well be i

Re: CF-Partners List

2001-04-30 Thread Dave Hannum
Is this list open to just partners? Where I'm coming from is can CFUG managers sign up as well? Dave - Original Message - From: "Michael Dinowitz" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, April 29, 2001 11:01 PM Subject: CF-Partners List

Re: Using Excel COM Object without installing Excel

2001-04-27 Thread Dave Hannum
: Using Excel COM Object without installing Excel No. I need to take an excel file, open it, and save it as a text file. Thanks, Bob -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: April 27, 2001 11:24 AM To: CF-Talk Subject: Re: Using Excel COM Object without installing E

Re: New CF5 Partner Hosting License

2001-04-27 Thread Dave Hannum
I don't think I can agree with that statement. Everything we've heard from A/MM so far points the opposite. MM has made it's mark with lower end applications. Even UltraDev is only a $500+ product. Supposedly, they dropped Spectra because it was too high of a dollar tag for their focus. I thi

Re: Disabling the BACK button (again)

2001-04-27 Thread Dave Hannum
es the load on the server and is more effective. http://javascript.internet.com/forms/disable-submit.html HTH Regards, Rob --- Dave Hannum <[EMAIL PROTECTED]> wrote: > Try setting a cookie or session variable when the > form is submitted the > first time. In your submission scrip

Re: Using Excel COM Object without installing Excel

2001-04-27 Thread Dave Hannum
Are you wanting to create Excel .xls files to be deposited on the server? If you're returning information to the browser where Excel with be engaged, you have other options. Using CFCONTENT, you can return a comma delimited file that will engage Excel and be read by it. You can do this without E

Re: Disabling the BACK button (again)

2001-04-27 Thread Dave Hannum
Try setting a cookie or session variable when the form is submitted the first time. In your submission script, look for the cookie or session var - and if it exists, disallow the submission. Dave - Original Message - From: "Richard Colman" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PRO

Re: autonumbering in oracle

2001-04-24 Thread Dave Hannum
First, you must set up a sequencing table using Enterprise Manager, DB Studio, or whatever tool you use to manage your Oracle database (Or tell your DB Admin you need a sequencing table.) Then, you call this table when you insert your next record: INSERT INTO yourTable (ID, Col1, Col2) VALUES( s

Re: Harpoon

2001-04-19 Thread Dave Hannum
My understanding from a phone conference call with CFUG managers yesterday is that if you were signed up for the Beta's up through Beta 3, you'll be sent info about getting Beta 4, which led me to believe that you might not be able to sign up at this point. . . . Dave - Original Message ---

Re: CF Shopping Cart Solution?

2001-04-18 Thread Dave Hannum
There is CF_Image in the tag gallery. I use it with the catalog/shopping cart system I developed myself. it works great and you don't have to register it since it's a CFML tag. I don't know if it does exactaly what CFX_Image does or not though. Dave - Original Message - From: "Benjam

Fw: CFHTTP and images

2001-04-17 Thread Dave Hannum
I worked around it by looking for the error message and inserting an image tag if it exists. Don't know if this is the only way around, but it works . .. . Dave - Original Message - From: "Dave Hannum" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECT

CFHTTP and images

2001-04-17 Thread Dave Hannum
I'm using CFHTTP on my CF Server to read the contents of a directory full of images that resides on another box. What I need to do is allow the visiter to view the image via the script using CFHTTP (the owners don't want the directory location to be revealed - this is for cheap security - the CF

Delimiters

2001-04-17 Thread Dave Hannum
Besides commas and pipes, what are the next best choices for delimiting lists? thanks, Dave === David R Hannum Ohio University Web Analyst/Programmer (740) 597-2524 [EMAIL PROTECTED] ~~ Structure your ColdFusion cod

Re: lists Alphabetically

2001-04-12 Thread Dave Hannum
Do it in your SQL. ORDER BY LastNameColumn Then, do your group buy Dave - Original Message - From: "Christine Kelley" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, April 12, 2001 1:28 PM Subject: lists Alphabetically > > Hi! >How do I output a whole list

Re: disabling back or second insert

2001-04-12 Thread Dave Hannum
You can also set a cookie or session variable when they hit it the first time and only allow insert queries if there is an abasence of such . . . Dave - Original Message - From: "Terry Bader" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, April 12, 2001 9:46 AM Su

OT: ZDNet Story Protect yourself! A pair of lethal viruses lurks on the horizon

2001-04-11 Thread Dave Hannum
OK folks - this time we get a heads up on a virus BEFORE it actually becomes a real problem. But, you may be infected and don' t know it yet, because it gets on your machine, then waits a month before doing its thing. So, read this, follow the links and get the removal tool BEFORE you spread the

Re: Caching a Moreover news feed

2001-04-10 Thread Dave Hannum
Write a script and schedule it with CFSCHEDULE. Write the info into either an Application variable or into a database. Dave - Original Message - From: "C. Hatton Humphrey" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, April 10, 2001 12:56 PM Subject: Caching a Mo

Re: Moreover News Feed

2001-04-10 Thread Dave Hannum
www.isyndicate.com Dave - Original Message - From: "Mak Wing Lok" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, April 10, 2001 12:05 AM Subject: Re: Moreover News Feed > just wondering, other than news feed from moreover, is that any other site > do offer other f

Re: Moreover News Feed

2001-04-09 Thread Dave Hannum
Just a little FYI on my experience using the news feeds, whether it's from Moreover.com or iSyndicate.com. Your best bet is to run a background harvesting app and put the links, headlines and source info into a local database and call it up from there. Experience with both of these has taught me

Re: Moreover News Feed

2001-04-09 Thread Dave Hannum
Not to be picky, but there's a blatant typo on your site. On the "My Diet" page, under "Add Your Foods" you've got "locate" spelled "loate". (BTW - nobody's worse than me at making typos) Dave - Original Message - From: "Benjamin S. Rogers" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL P

Re: Breaking Datasource Connection

2001-04-06 Thread Dave Hannum
Write a query to that Datasource that is bad - I.E. a non existant table. Then as soon as you run that script, begin you upload before something else grabs the database. Dave - Original Message - From: "Erika Foster" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, Ap

Re: CF Server parsing .js files...

2001-04-06 Thread Dave Hannum
The only way I can think of would be to wrap it in a CFINCLUDE inside a .cfm page. Dave - Original Message - From: "Steve Reich" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 1:16 PM Subject: CF Server parsing .js files... > I have a single javascr

Tag Resource Index

2001-04-06 Thread Dave Hannum
I'm sure many of you have seen the CGI Resource Index (cgi-resources.com). Matt Wright has Perl and other scripts there (much like the Developers Exchange) but they are categorized more clearly PLUS you can rate the scripts. Members can comment on the scripts. Was it real or am I imagining that

Re: Hosting recommendations

2001-04-06 Thread Dave Hannum
If I were your ISP, and I saw what you just said, (begin quote) "I use my site everyday for development" (end quote) - I'd freeze your account. People "developing" on these shared servers has to be the cause of the biggest bulk of their down time. When you develop on a shared server, you put ever

Fw: ASCII for Tab

2001-04-06 Thread Dave Hannum
Duh - #Chr(9)# does it - brain fart . . . - Original Message - From: "Dave Hannum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 8:10 AM Subject: Re: ASCII for Tab > So it would be in a replace statement. Is this cor

Re: ASCII for Tab

2001-04-06 Thread Dave Hannum
Tab > > I belive its ASCII '9' > > > Jason Lees > National Express > Email : [EMAIL PROTECTED] > > > -Original Message- > From: Dave Hannum [mailto:[EMAIL PROTECTED]] > Sent: 06 April 2001 13:01 > To: CF-Talk > Subject: ASCII for Tab >

ASCII for Tab

2001-04-06 Thread Dave Hannum
'Mornin, Can anybody tell me what the ASCII for 'Tab' is so I can remove them? Thanks Dave ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.c

Re: CF Mail Error

2001-04-03 Thread Dave Hannum
Now, one other thing. if you have multiple items to loop over in your output, you can do a GROUP attribute in the CFMAIL, then put your CFOUTPUT inside, and it will be nested properly. Again, CFMAIL is a CFOUTPUT, so it acts the same. Dave - Original Message - From: "Larry C. Lyons" <

Re: CF Mail Error

2001-04-03 Thread Dave Hannum
--- > > Again, thank you for your order. Please let us know if there are any > changes > that need to be made to your order. > > > > larry > > -- > Larry C. Lyons > ColdFusion/Web Developer > EB

Re: CF Mail Error

2001-04-03 Thread Dave Hannum
I believe that's caused when you try to do a improperly nested output inside your CFMAIL tag. Dave - Original Message - From: "Larry C. Lyons" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, April 03, 2001 10:19 AM Subject: CF Mail Error > I've just run across thi

Re: Caching Query vs. Setting Application Var

2001-04-03 Thread Dave Hannum
Hey, this is NT. It gets restarted almost daily - so that's when the Application variables would get reset - LOL. Really, not more than once a quarter would this need to be updated. Seriously, I have used the CACHEDWITHIN method, but I was just wondering if anybody thought setting the Applicat

Caching Query vs. Setting Application Var

2001-04-03 Thread Dave Hannum
Hello, I have an application that generates Faculty Class Lists here at the university. When the faculty or administrator first comes in, it queries our Data Warehouse for a list of active instructors. The list is about 1400 names. The SQL for this query never changes. Related, our Data Wareh

Re: limitations of Access

2001-03-29 Thread Dave Hannum
According to MS, Access 2000 can handle 356 (I believe) concurrent users and 10K rows. But I've seen folks here on the list claim to push the number of rows way past 10K. I'd only use small web apps on it. The latest MDAC has much less problems with memory leaks, as far as I know. Dave -

Re: Welcome to Julia Computer Consulting!

2001-03-29 Thread Dave Hannum
Is that WORLD famous, NATIONALLY famous or the run of the mill IN YOUR OWN COUNTY famous? > And finally, my famous self-programming ASP form that > some of you have found to be so helpful, don't waste check > paper giving a $10 or $15 donation, or reprogramming money > for the form. It'll all be

Re: Verity

2001-03-28 Thread Dave Hannum
Try our tutorial done by Judith Taylor at the MOVCFUG meeting earlier this month. She did a very fine job! www.movcfug.org Find the link down on the left. Dave - Original Message - From: "Raley, Scott M (MIL)" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, Ma

Re: How do you save to your remote server on 4.5??????!!!!!!!

2001-03-27 Thread Dave Hannum
RDS must be "on" on the remote server, or you must have FTP available. Then, from your Dropdown Box that displays all of your drives, choose "Allaire FTP & RDS" and set up either there. Dave - Original Message - From: "Metzy Martinez" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]

Re: Oracle Error 936 missing expression?? Query problem?

2001-03-27 Thread Dave Hannum
Remove the parens and the second WHERE from your where statement. You dont' need them. WHERE live = 'YES' AND top = 'NO' Dave - Original Message - From: "Jeff Fongemie" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, March 27, 2001 9:18 AM Subject: Oracle Error 9

Boy - here's a dandy Microsoft Security Bulletin MS01-017

2001-03-22 Thread Dave Hannum
Take note if you go to pages that try to install components so that you can view or operate components on the page (such as java applets, etc . . . ) Dave - Original Message - From: "Microsoft Product Security" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 1

Fw: Date Conversion

2001-03-22 Thread Dave Hannum
--- Original Message - From: "Dave Hannum" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 12:32 PM Subject: Date Conversion > What's the easiest way to convert the following date format since the > DateFormat function do

Date Conversion

2001-03-22 Thread Dave Hannum
What's the easiest way to convert the following date format since the DateFormat function doesn't like it? FROM:20010103 TO:01/03/2001 Thanks, Dave === David R Hannum Ohio University Web Analyst/Programmer (740) 597-2524 [EMAIL PROTECTED]

Re: Can I tell if a browser is 128 bit with CF

2001-03-22 Thread Dave Hannum
CF is server side. Browser detection must be done client side with JavaScript. I know there are scripts to detect browser screen height, width, pixels and color depth, but I've never seen one detect encryption. Not saying it does not exist, just saying if it does, it would not be a CF issue. Da

More (fresh - today) on the .Net question . . .

2001-03-22 Thread Dave Hannum
http://www.zdnet.com/anchordesk/stories/story/0,10738,2699718,00.html Dave ~~ 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@houseo

Re: Where is Ramonda Ramos ?

2001-02-27 Thread Dave Hannum
Goodie! A game! Is this anything like Where's Waldo??? 8-) Dave - Original Message - From: "Massimo "Fuse" Gianadda" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, February 26, 2001 7:36 PM Subject: OT: Where is Ramonda Ramos ? > Out of the office ? > > Max >

OT: ATSWebNet Hosting

2001-02-26 Thread Dave Hannum
Would anybody using ATSWebNet for hosting (either Intermediate or Advanced levels) please contact me off list. I have some questions about their services and your experience with them. Folks have raved about them on this list. Thanks, Dave ~~ S

Re: Installing CF Server

2001-02-23 Thread Dave Hannum
What version of CF are you installing? I don't believe anything under 4.5 is certified by Allaire to run on Win2K. You need to give us more information. PLUS - if you just purchased the product, Allaire offers free installation support. Dave - Original Message - From: "Haryono ..."

Re: Interesting Java/CF Article

2001-02-23 Thread Dave Hannum
Is TagFusion the same as the old CF_ANYWYERE that used to float around the list? Dave - Original Message - From: "Jeffry Houser" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, February 22, 2001 3:16 PM Subject: Re: Interesting Java/CF Article > > The link to ta

Re: Interesting Java/CF Article

2001-02-23 Thread Dave Hannum
Is TagFusion the same as the old CF_ANYWYERE that used to float around the list? Dave - Original Message - From: "Jeffry Houser" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, February 22, 2001 3:16 PM Subject: Re: Interesting Java/CF Article > > The link to ta

Re: What are some options for generating large outputs

2001-02-14 Thread Dave Hannum
Just generate a .cvs (Comma delimites) text file and do a cfcontent into excel with it. Works like a charm here. Dave - Original Message - From: "Larry W. Virden" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 14, 2001 11:17 AM Subject: What are some op

Re: OT: Dave's Burning Rant, Part Deux

2001-02-14 Thread Dave Hannum
- Original Message - From: "Michael" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, February 13, 2001 9:37 PM Subject: Re: OT: Dave's Burning Rant, Part Deux > My gosh, get over it already, stop beating a dead horse cause that is what > is going on here. I respectf

Re: Please delete last email from me

2001-02-12 Thread Dave Hannum
OK - blast me for this, but . . aren't the people on lists like this supposed to be the on the cutting edge of the Interent? Aren't these the folks with the very best understanding of the advantages and the pitfalls of the internet? Yet folks here repeatedly open virus attachments and become i

Re: SQL to find tables

2001-02-12 Thread Dave Hannum
Thanks . . . - Original Message - From: "Philip Arnold - ASP" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, February 12, 2001 6:44 AM Subject: RE: SQL to find tables > Is there an SQL command I can use to look into a database and dynamically > return all of the

SQL to find tables

2001-02-12 Thread Dave Hannum
Hello, Is there an SQL command I can use to look into a database and dynamically return all of the table names and output them to a page? Thanks, Dave ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionaut

Re: W2K vs. NT

2001-02-08 Thread Dave Hannum
Look out - we've got a runaway!! I've received this message 8 times so far . . . . (along with a bunch of others . . . ) - Original Message - From: "Greg Wolfinger" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 2:17 PM Subject: Re: W2K

Re: HTML/OS

2001-02-07 Thread Dave Hannum
They also say it won't run on Netscape Enterprise. Funny, I guess I've been just imagining that it runs on Enterprise like we have here. . . . . Also they must not know about Session and Application scope variables . . . Dave - Original Message - From: "dennis baldwin" <[EMAIL PROTEC

Anybody know anything about Intershipper?

2001-02-05 Thread Dave Hannum
It appears that since Jan, 30, the Intershipper interface on one of my sites has not been working. Anybody else having a problem? Is Intershipper the problem or should I be looking at our end? Dave ~~ Structure your ColdFusion code with Fu

Re: how to make bar, line chart in coldfusion

2001-01-25 Thread Dave Hannum
FWIW - one way is to create a .gif image and stretch it proportionately according to your ratio. Now, I know it isn't considered proper, but in this day and age, almost everyone has a 300+MHz machine and 32 - 64MB RAM with IE 4+ or NS 4+. So you force the browser to do the sizing - it's not real

Re: Max rows for Access?

2001-01-25 Thread Dave Hannum
Access 2K is supposed to effectively handle 10k rows (according to the accounts I've seen). Dave = "What we need is a list of specific unknown problems we will encounter" David Hannum Web Analyst/Programmer Ohio University [EMAIL PROTECTED] (740) 597-2524 ---

Re: Javascript

2001-01-19 Thread Dave Hannum
Have you considered using HTTP_REFERER? That way, if it does not come from your calling page which contains your JS for the popup, then they can't get in. http://www.mysite.com/referingpage.cfm"> YOU'RE BUSTED Dave - Original Message - From: "Robert Forsyth" <[EMAIL PR

Re: Studio and PHP?

2001-01-19 Thread Dave Hannum
O !!! I asked a friend of mine last night at a CFUG meeting what the PHP was all about and he informed me it was like the earlier version of database handling, in the earlier stages of the CF development, IT was not CF, but a freeware program, that didn't have much support if any, I

Re: Questio\n

2001-01-19 Thread Dave Hannum
Try Dave Hannum - Original Message - From: "Kevin Schmidt" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 3:15 PM Subject: Questio\n Dave, Sorry to bother you but the list is down and I have a project to get

Re: Conferance CD

2001-01-17 Thread Dave Hannum
: Re: Conferance CD Just OT question, as i'm not from USA, how can i get a copy of the conference CD? can i download it from somewhere or anything like that? - Original Message - From: Dave Hannum <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Wednesday, J

OT: Conferance CD

2001-01-16 Thread Dave Hannum
Just thought I'd mention that my conference CD came today. Last week everyone was asking about them. Looks like they're in the mail. Dave ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bk

Re: JS Question

2001-01-16 Thread Dave Hannum
Thanks guys & gals; Many responses - they all work too! Just FYI - this method is the least coding which is what I'm always after 8-) Dave - Original Message - From: "Dylan Bromby" <[EMAIL PROTECTED]> onLoad="document.formname.fieldname.focus()" replace formname with the NAME of th

Re: SSL

2001-01-09 Thread Dave Hannum
My experience is that you can use at least includes, provided that you have a copy in the SSL directory as well as the non-SSL directory. Dave - Original Message - From: "Nathan Stanford" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 09, 2001 10:23 AM Su

Re: Visual Source Safe

2001-01-08 Thread Dave Hannum
I have. What do you want to know? Dave - Original Message - From: "Nathan Stanford" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, January 08, 2001 1:35 PM Subject: Visual Source Safe Has anyone used Visual Source Safe with ColdFusion and multiple programmers?

Re: Killing Session Vars

2001-01-08 Thread Dave Hannum
onday, January 08, 2001 10:15 AM Subject: Re: Killing Session Vars Actually, Session is a structure, so you answered your own question. However, Allaire recommends that you do not delete "all" session variables, since there are session variables used for session management. --- Billy C

Killing Session Vars

2001-01-08 Thread Dave Hannum
It seems that there is a command that will kill all existing session variables on a server without naming them individually, similar to the ClearStruct function. Can someone tell me what that is? Dave ~~ Structure your ColdFusion code with Fuseb

Re: CFMAIL question

2001-01-05 Thread Dave Hannum
base as a pointer, etc.). -Gary > -Original Message- > From: Dave Hannum [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 05, 2001 10:14 AM > To: CF-Talk > Subject: Re: CFMAIL question > > > How do you handle the possibility of duplicate file names? If you have a > hand

Re: CFMAIL question

2001-01-05 Thread Dave Hannum
Dave, I have an app that does something similar, but the file is uploaded to the server ina specifoed directory where it can be retrieved. Is that good enough? Dave Hannum wrote: > > Hello, > > I have an application where the client wants to be able to have customers > submit info

CFMAIL question

2001-01-05 Thread Dave Hannum
Hello, I have an application where the client wants to be able to have customers submit information and a document using CFMAIL via a web form. Does someone have an example they can share where they do this. User fills out a form and then attaches a file from their local hard drive and it is su

Re: Slightly OT

2001-01-05 Thread Dave Hannum
I believe either CF 5.0 or CF 6.0 are supposed to have full Unicode support. Both are supposed to be released during 2001. Dave - Original Message - From: "Benjamin S. Rogers" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, January 05, 2001 10:09 AM Subject: RE: Sli

OT: SQL read of column attributes in a table

2001-01-04 Thread Dave Hannum
Good Morning, I it possible through SQL to read the attributes of the columns of a table? For example, can I find out if a column is text, numeric, or in the case of Access, AutoNumber? Thanks, Dave ~~ Structure your ColdFusion code with Fus

Re: variable failure

2001-01-03 Thread Dave Hannum
Try using just the "&" rather than "&" - I think this will do it for you. Dave = "What we need is a list of specific unknown problems we will encounter" David Hannum Web Analyst/Programmer Ohio University [EMAIL PROTECTED] (740) 597-2524 - Original Messag

Re: Update to Null

2001-01-03 Thread Dave Hannum
This will work for Oracle (or any other RDBMS) provided the column in the table is set to accept NULLs. FWIW Dave = "What we need is a list of specific unknown problems we will encounter" David Hannum Web Analyst/Programmer Ohio University [EMAIL PROTECTED] (740

Re: Who wants a CF-SQL Mailing List?

2000-12-21 Thread Dave Hannum
>> Well personally I preferred it when everything was on one list >Me too Nick, but I don't think SQL and Database questions are >too welcome on this list. That is why I recommended a CF-SQL >list. Read what you want to read; Delete what you don't want to read; Reply to what you want to reply

Re: check with an OR

2000-12-20 Thread Dave Hannum
Proper syntax is: Dave = "What we need is a list of specific unknown problems we will encounter" David Hannum Web Analyst/Programmer Ohio University [EMAIL PROTECTED] (740) 597-2524 - Original Message - From: "Robert Orlini" <[EMAIL PROTECTED]> To:

Reading Table Info

2000-12-19 Thread Dave Hannum
Is there a way to return the attributes of the columns a table in CF? For example, in Oracle - is it a VarChar2 or an Integer field, or in Access - is it a Text field or AutoNumber, etc? Dave = "What we need is a list of specific unknown problems we will encount

Re: Shopping Cart

2000-12-19 Thread Dave Hannum
What kind of code? Do you have an existing catalog? Are you looking for a cart that runs independently of display pages you have - i.e. you simply pass variables to it? Dave = "What we need is a list of specific unknown problems we will encounter" David Hannum

Re: Securing Word Documents etc

2000-12-19 Thread Dave Hannum
Try .htaccess Dave = "What we need is a list of specific unknown problems we will encounter" David Hannum Web Analyst/Programmer Ohio University [EMAIL PROTECTED] (740) 597-2524 - Original Message - From: "Nick Betts" <[EMAIL PROTECTED]> To: "CF-Talk"

Re: Name are Intranet !!

2000-12-15 Thread Dave Hannum
How about LISA (I knew a sexy Lisa once) LAN Intranet Services & Applications Your employees would all have their own personal LISA accounts. - Original Message - From: "Rif Kiamil" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, December 15, 2000 11:44 AM Subject:

Re: Deducting one Hex value from another

2000-12-14 Thread Dave Hannum
OK - educate me here. Why would you want to deduct one hex value from another. What are you accomplishing? Dave = "What we need is a list of specific unknown problems we will encounter" David Hannum Web Analyst/Programmer Ohio University [EMAIL PROTECTED] (740)

Re: WAV conversion to MP3

2000-12-14 Thread Dave Hannum
Download the FREE RealProducer from Real.com Dave = "What we need is a list of specific unknown problems we will encounter" David Hannum Web Analyst/Programmer Ohio University [EMAIL PROTECTED] (740) 597-2524 - Original Message - From: "Eric Dawson" <

Re: from 12,000 to 12000

2000-12-12 Thread Dave Hannum
#NumberFormat("12,000", "9")# Dave = "What we need is a list of specific unknown problems we will encounter" David Hannum Web Analyst/Programmer Ohio University [EMAIL PROTECTED] (740) 597-2524 - Original Message - From: "Wurst, Keith D." <[EMAIL

Re: SQL question

2000-12-12 Thread Dave Hannum
OK - I'll try it and let you know! Thanks, Dave - Original Message - From: "Andy Ewings" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, December 12, 2000 9:21 AM Subject: RE: SQL question It should do. I've just tried it in SQL Server 7 and it seemed to. Try i

Re: SQL question

2000-12-12 Thread Dave Hannum
al database no-no); the specific kludge would depend on what sort of database you're using. -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 7:33 AM To: CF-Talk Subject: OT: SQL question Whew . . . I'm still in one piece after that

OT: SQL question

2000-12-12 Thread Dave Hannum
Whew . . . I'm still in one piece after that wind last night . . . What's the best way to query a column in a table that has a comma delimited list? For example, in the query below: If B_xRef is a comma delimited list, what's the most effecient way to find all the Table_b rows that contain the

Retruning a CVS file

2000-12-11 Thread Dave Hannum
Happy Supreme Court Day, I need to return a query as a cvs file. That's all well and good, but here's the catch. The user wants the file saved with a specific name (which I do) but when the file downloads from the server, it shows up with the name of the script that calls it vs. the file name (

Re: Studio 4.5.1 - Setup Question

2000-12-08 Thread Dave Hannum
h to turn lower case on for tags. Otherwise it's as you type. Richard -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 6:51 AM To: CF-Talk Subject: Studio 4.5.1 - Setup Question Hello, I just installed Studio 4.5.1 (finally upgraded from

Studio 4.5.1 - Setup Question

2000-12-07 Thread Dave Hannum
Hello, I just installed Studio 4.5.1 (finally upgraded from 3.1). In 3.1 there was an option to upper case the tags when you inserted them. I have searched for two days now, and have been unable to locate this switch in 4.5.1. Does it offer that option? And if so, can someone tell me where it

Re: new cf version

2000-12-06 Thread Dave Hannum
If you are interested, here is the demo of the new features of CF5 and CF6 from the Allaire Web Developers conference last month in Washington D.C. As you'll see, nothing changes for the coder in CF6. CF itself compiles your scripts into pure Java on the fly. That's all you need to know about J

<    1   2   3   4   5   6   >