Big developments

2000-10-12 Thread Parker, Kevin
This is sort of OT so I apologise but I figure there is lots of expertise on this great list and project management is an issue worth discussing. In the next 8 weeks I have to completely recut our web site which means new look and feel, rehash the current stuff, restructure the site, lots of new

RE: cfif

2000-10-12 Thread Anthony Geoghegan
Sorry Guys, I didn't mean keep it simple as in make it easy to follow. I've been coding too long I think. I meant keep it simple as in smaller code = smarter code. The less processing the page has to do the better. I guess I've left those days of being a teacher long behind. Sorry for being so

outputting data to a local printer

2000-10-12 Thread Dominic J. Doucet-Lorang
This is a multi-part message in MIME format. --=_NextPart_000__01C03442.5D82E840 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Question for everyone. I am working on a project and the users need to beable to print the information returned from a

Re: ColdFusion SP2

2000-10-12 Thread JustinMacCarthy
I should also add DirectoryExists and UNC paths issues . Dosen't seem to work . Is this a confirmed bug also? Where can I get a list of confirm bugs? Justin MacCarthy Issues with cfcontent over UNC paths. Is this a confirmed Allaire Bug ?? Also Using cfwddx : Some sort of error

Setting Global Variables

2000-10-12 Thread W Luke
Hi, Am doing an Intranet App and I have a variable named branch that is set as follows: cfset branch = "HKEY_LOCAL_MACHINE\Software\Denny\WebServer\CurrentVersion\Multihome\Hostna me" On the same page, I have a form which can update the variable, using a text box, but I need to set it

Have any of you used any of the ColdFusion based SourceForge software packages?

2000-10-12 Thread Larry W. Virden
The mention recently of the word list on SourceForge got me wondering whether there were software packages on SourceForge ( a wonderful repository of open source software) suitable for use with ColdFusion. I was quite pleased to find the following: 1000 AD Turn based strategy game running

RE: ColdFusion SP2

2000-10-12 Thread Rob Cawte
The ability to serve CF's error messages in the language of the current locale setting would be good. We use CF Japanese to serve a multi-lingual site, which turns the error messages to garbage if the user is browsing in another language. Also the ability to set the timezone for the current

Source Control for Linux

2000-10-12 Thread William J Wheatley
Does anyone use a system of source control for linux? I am going to write one if nobody else has a method they use for version control Thanks! Bill Wheatley Director of Development AEPS INC Allaire ColdFusion Consulting Partner www.aeps.com www.aeps2000.com 954-472-6684 X303 ICQ: 417645

Re: outputting data to a local printer

2000-10-12 Thread Dick Applebaum
As a courtesy to the user, You should let him initiate the process (not the program). So, you run the query, and display the results with a print button as below: form input type="button" Value="Print" onClick="window.print();" /form HTH Dick At 11:48 AM +0200 10/12/00, Dominic

Re: Source Control for Linux

2000-10-12 Thread JustinMacCarthy
Yes there are many but not CF based CVS is one such system. Justin - Original Message - From: "William J Wheatley" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, October 12, 2000 12:53 PM Subject: Source Control for Linux Does anyone use a system of source control

RE: Source Control for Linux

2000-10-12 Thread Ken Wilson
Seems to me that http://www.cvshome.org/ would be the most obvious choice? Ken -Original Message- From: William J Wheatley [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 7:53 AM To: CF-Talk Subject: Source Control for Linux Does anyone use a system of source

RE: How to display Value and Label from listbox

2000-10-12 Thread Larry Juncker
Les; If you are filling this list box with dynamically generated code, what about this? CFLOOP QUERY="myQry" select name="region" CFIF myqry.Country EQ "Africa" option value="#myqry.email#" selected#myqry.Country# #myqry.email#/option CFELSE

OT Web Site Map Generator

2000-10-12 Thread Dick Applebaum
Can anyone recommend a web "site map" generator? I am looking for a tool which will help analyze the design and paths through existing sites. The goal of the analysis is to improve the usability of the sites. TIA Dick

RE: Big developments

2000-10-12 Thread Gavin Myers
everyone does this differently: here's how i did it for http://www.lightrodsoft.com #1 Talk to everyone that will have a say in the website see what they are looking for before starting _anything_. Dont even try to code/design for the first 3-5 days. Take notes, start a word doc that will record

RE: Setting Global Variables

2000-10-12 Thread Bob Silverberg
Sounds like you need to use a different scope. Look into the Application and Server scopes. You will need to use CFLOCK with either of those. Another option would be to store the value in a database. I would suggest that that's both the simplest (can avoid locking issues) and most scalable

HELP! - Custom1 Custom2 in Verity

2000-10-12 Thread J.Milks
This is a multi-part message in MIME format. --=_NextPart_000_0108_01C0342F.403FBC80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi All, Back from ASP hell and immersing myself in CF again. I am a bit of a = verity virgin, and need help

RE: How to display Value and Label from listbox

2000-10-12 Thread Chad Elley
Simplify it, CFLOOP QUERY="myQry" select name="region" option value="#myqry.email#" CFIF myqry.Country EQ "Africa"selected/cfif#myqry.Country# #myqry.email#/option /select /cfloop -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12,

RE: OT Web Site Map Generator

2000-10-12 Thread Evan Lavidor
I've used Visio and it works with .cfm's fine. You have to add it to the list - it doesn't support it "out of the box." However, on anything larger than "small" sites, I think visio doesn't do a good job. Evan -Original Message- From: David Shadovitz [mailto:[EMAIL PROTECTED]]

Access question

2000-10-12 Thread Robert Orlini
Hello, I have an Access database of email login addresses in an Access 2000 table. Outside users that have registered enter their login address and then are sent via a .cfm form to a URL. Yesterday my .cfm form started rejecting some users saying it could not find their address in the table. Is

source code

2000-10-12 Thread Gavin Myers
http://www.mydomain.com/null.htw?CiWebHitsFile=/pagenamehere.asp%20CiRestri ction=noneCiHiliteType=Full#CiTag0 allowes you to view asp pages (you all probally know this, its been out for awhile). Is there any current trick that allows people to view cfm files? I couldn't find anything on the

RE: Access question

2000-10-12 Thread Andy Ewings
How much data is in the table? I would be extremely surprised if this was due to there being too much data in the table. I think the maximum size of an Access mdb is approx 2gb but I aint sure about this. I know that you can have a whole load of records in a table though (millions) not that

Software downloads on a client site w/ vanishing URLs

2000-10-12 Thread Kevin Langevin
I sent this out yesterday, but I replied to some other message, and didn't change the subject, so I'm reposting under a unique subject in case that thread had been dying out. I need to enable software downloads on a client site, for customers who purchase access to them. I'm wondering if anyone

Re: SESSION Vars to FORM vars

2000-10-12 Thread Bud
On 10/12/00, Joshua Miller penned: Any way to take a whole set of variables and store them in the FORM scope without a CFSET for each variable? I need to output all the session variables to a database using cfinsert and I believe they have to be converted to FORM.scope before you can do this ...

FW: Access question

2000-10-12 Thread Robert Orlini
Hello, I have an Access database of email login addresses in an Access 2000 table. Outside users that have registered enter their login address and then are sent via a .cfm form to a URL. Yesterday my .cfm form started rejecting some users saying it could not find their address in the table. Is

Re: source code

2000-10-12 Thread Billy Cravens
I've found that the .htr weakness (not really a bug, since it's a "feature" of IIS) is still pretty common. -- Billy Cravens [EMAIL PROTECTED] Gavin Myers wrote: http://www.mydomain.com/null.htw?CiWebHitsFile=/pagenamehere.asp%20CiRestri ction=noneCiHiliteType=Full#CiTag0 allowes you

RE: How to display Value and Label from listbox

2000-10-12 Thread Les Mizzell
Simplify it, CFLOOP QUERY="myQry" select name="region" option value="#myqry.email#" CFIF myqry.Country EQ "Africa"selected/cfif#myqry.Country# #myqry.email#/option /select /cfloop List was originally from an older HTML form that was being updated to CF. I've moved the list and

Re: source code

2000-10-12 Thread JustinMacCarthy
That will work with Cfm files too. Justin - Original Message - From: "Gavin Myers" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, October 12, 2000 2:54 PM Subject: source code http://www.mydomain.com/null.htw?CiWebHitsFile=/pagenamehere.asp%20CiRestri

Re: Setting Global Variables

2000-10-12 Thread W Luke
That's what I usually do, dump it into a DB - CFLOCK looks far too dodgy for this. Thanks Bob, Will - Original Message - From: "Bob Silverberg" [EMAIL PROTECTED] Newsgroups: cf-talk Sent: Thursday, October 12, 2000 2:03 PM Subject: RE: Setting Global Variables Sounds like you need to

RE: Access question

2000-10-12 Thread Robert Orlini
Thanks for the quick reply. At this point I am more concerned about simultaneous access. Can it handle simultaneous access from many users or is SQL better for this. Thanks Andy. Robert O. -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12,

RE: Check out CF_Challenge!

2000-10-12 Thread Rees, Mark (TWIi London)
I get a 404 when I follow this link. Mark -Original Message- From: Scott Knaub [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 07, 2000 6:25 AM To: CF-Talk Subject: Check out CF_Challenge! There is a new Web site that is dedicated to helping the newcomers to ColdFusion. Inspired

RE: Access question

2000-10-12 Thread Andy Ewings
It can handle simultaneous Access. Access is just a toned down version of SQL (which it sounds like you already know). You should base your decision to upsize to SQL purely on the performance of your site and size that your database grows to. As far as simultaneous access is concerned,

Re: Check out CF_Challenge!

2000-10-12 Thread David Shadovitz
That's the challenge! Seriously, the host has reorganized its members' sites, so try http://www.cfm-resources.com/c/CF_Challenge/. -David On Thu, 12 Oct 2000 15:21:53 +0100 "Rees, Mark (TWIi London)" [EMAIL PROTECTED] writes: I get a 404 when I follow this link. Mark -Original

RE: Access question

2000-10-12 Thread Aaron Johnson
Sure, it can "handle" simultaneous Access from many users. A bunny might be able to handle a wolf for about 2 seconds, then it dies. Same with Access. I've had sites crash every 2 minutes using Access, move it to SQL and it works fine. Use SQL. Don't screw with Access. AJ -Original

RE: Access question

2000-10-12 Thread Ryan
At 10:04 10/12/00 -0500, you wrote: Thanks for the quick reply. At this point I am more concerned about simultaneous access. Can it handle simultaneous access from many users or is SQL better for this. I don't think Access can handle much for simultaneous access at all. I would move to MySQL,

RE: Access question

2000-10-12 Thread Andy Ewings
Aaron - I refer you to Bill's excellent quote: "Don't provide a Star Trek solution to a Babylon 5 problem" There's no point forking out for a SQL internet license if you can use Access for free and it does the job you need it too. Don't get me wron - I admit SQL is a thousand times better than

Re: SESSION Vars to FORM vars

2000-10-12 Thread Bud
On 10/12/00, Joshua Miller penned: Any way to take a whole set of variables and store them in the FORM scope without a CFSET for each variable? I need to output all the session variables to a database using cfinsert and I believe they have to be converted to FORM.scope before you can do this ...

RE: Access question

2000-10-12 Thread Randy Adkins
We all must remember Access is mainly a desktop database. It was never designed as a database backend for web data or to withstand simultaneous hits. I used Access as well for the database backend but had so many end user request to the DB that I had to move up to a more robust database backend

RE: Access question

2000-10-12 Thread Aaron Johnson
Hey Andy, I refer you to his original question: "Can it handle simultaneous access from many users or is SQL better for this". His "problem" was many users, not a small db. Nonetheless, I agree with Bill's quote. But ask yourself a question, why would you ever propose or use a solution that

RE: SESSION Vars to FORM vars

2000-10-12 Thread David E. Crawford
This is a multi-part message in MIME format. --=_NextPart_000_0164_01C0345B.AEE2C7A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Re: SESSION Vars to FORM vars CFINSERT uses the FORM Scope. It would be substantially easier to use a standard

RE: Access question

2000-10-12 Thread Andy Ewings
The question isn't "How much data do I need to have before I move to SQL". The real question should be "What am I trying to do with this data and how many people are trying to do it" This is what you should be asking yourself in order to determine when to upgrade to SQL, although the two

RE: Access question

2000-10-12 Thread Ryan
There's no point forking out for a SQL internet license if you can use Access for free and it does the job you need it too. Don't get me wron - I admit SQL is a thousand times better than Access but if you've only got a tiny database, what's the point? Tiny or large, Access can not handle

RE: Access question

2000-10-12 Thread Jon Gage
We're in the process of migrating to SQL 7 from Access 2000. Our largest table has about 990,000 records and although it does crash, it isn't a daily thing. BTW-We're accessing the db constantly; with several thousand customers hitting it from the web side daily, and 40+ backend connections to

RE: Access question

2000-10-12 Thread Andy Ewings
Fair enoughbut it all depends on what many is. If a client comes to me asking for a small, half a dozen page data driven web site where there is very little dynamic content why would I suggest using SQL. The price of the DB software would probably be more than the total development for the

RE: Access question

2000-10-12 Thread Cameron Childress
I refer you to his original question: "Can it handle simultaneous access from many users or is SQL better for this". His "problem" was many users, not a small db. His problem was actually that users were not getting validated correctly, which IMHO probably isn't an error you would likely

RE: Access question

2000-10-12 Thread Andy Ewings
Sorry...Access can handle simultaneous connectionsjust no where near as well as SQL can. Again it all depends on what sort of traffic you expect -- Andrew Ewings Project Manager Thoughtbubble Ltd

RE: Access question

2000-10-12 Thread Gavin Lilley
The thing is with Access is that is a good rad tool which sits on your desktop and lets you play around with relational data and prototype little things; but when you come to use the system - more than a few users means big trouble - I (YES ME) am personally an anti access person. But there is a

Problems setting up a remote DSN to SQL Server

2000-10-12 Thread Bob Silverberg
Hi everyone, I'm trying to setup a datasource to point to a SQL Server database on another physical server, but the verification always fails. I have been able to get it to work between my workstation (running W2K Server/CF 4.5.1) and the remote server (running NT4/SQL Server 7). I can setup

RE: Access question

2000-10-12 Thread Andy Ewings
Spot on Cameronyou've hit the nail on the head an touched on something that we haven't really emphasied enough in this thread and that is how your CF code makes calls to the database. Also doesn't CF restirct the amount of simultaneous connections into a db anyway?

Re: Access question

2000-10-12 Thread Rob Keniger
on 10/13/00 12:51 AM, Ryan at [EMAIL PROTECTED] wrote: Still, MySQL will run on winblows and is free. Actually now that I think about it I think its free unless you run it on windows, in that case its a few hundred or thousand $$ or something... but they may have removed that restriction.

RE: Access question

2000-10-12 Thread Gavin Myers
I think this is more of a project by project discussion. There cant be a set of truths that can be applied to everything, customer is the one to make that descision anyways: "Right now you don't get many hits on your server, we can use access as the main database to save you money, access is a

RE: Problems setting up a remote DSN to SQL Server

2000-10-12 Thread Aaron Johnson
Hey Bob, Make sure that the production web server uses TCP/IP as it's default network library and not named pipes. Named pipes will fail as you described below. You can check this by going to start--programs--MS SQL--Client Network Utility. Check to see what the default network library is, if

Re: Problems setting up a remote DSN to SQL Server

2000-10-12 Thread Brian bouldernet
Mike sure the DSN driver is not trying to connect through Vines but with TCPIP or whatever protocol... Even you your sure do it again... This is the default. I spent a week and about a grand trying to fix the prob. -Brian - Original Message - From: Bob Silverberg [EMAIL PROTECTED] To:

Allaire trips over itself - flame warning

2000-10-12 Thread Greg Creedon
flame intensity="high" I don't know how Allaire can continue to offer products when it can even provide decent resources to it's developers. Case in point: I lost a bookmark to the Cold Fusion performance tuning pages. So I search the Allaire website. Here's what I get: 3 Items Found Keywords

RE: Allaire trips over itself - flame warning

2000-10-12 Thread Aaron Johnson
Hey Greg, Check here: Cold Fusion Performance Tuning http://www.allaire.com/Handlers/index.cfm?ID=1576Method=Full ColdFusion Performance Tuning (part 2) http://www.allaire.com/Handlers/index.cfm?ID=2497Method=Full Do a search on the knowledge base for "Performance Tuning"

RE: ColdFusion SP2

2000-10-12 Thread Damon Cooper
The UNC issue is likely a permissions problem. CFContent is executed by the CFExec process...make sure that's running as a user with network permissions. For DirectoryExists, be sure the cfserver process is running as a user with network permissions as well. WDDX validation will be in SP2.

images on the fly ...

2000-10-12 Thread Russell Jones
I'm looking for software that will create bar chart images on the fly? I'm currently using cold fusion to send dynamic parameters to a Java applet to generate graphs, but the applets aren't working for everyone coming to the site. I'd prefer to know how others accomplish this server side ... :)

RE: Access question

2000-10-12 Thread Willy Ray
Now, I *had* heard of Access 2K having slight problems with simultanious requests. If, when you set up your ODBC source, you limit concurrent connections to 1, that will keep that problem from happening. Liaible to slow you down, some, though. All depends on how much traffic you're getting,

Re: images on the fly ...

2000-10-12 Thread Brian bouldernet
cfx_pie and cf_chart is good. - Original Message - From: Russell Jones [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, October 12, 2000 9:28 AM Subject: images on the fly ... I'm looking for software that will create bar chart images on the fly? I'm currently using

Re: images on the fly ... Forgot contact Info

2000-10-12 Thread Brian bouldernet
Sorry Russell, The coders name is Joe Rounceville [EMAIL PROTECTED] and his site with example server side code is http://rounceville.tdis.com.. It's done with custom tags. - Original Message - From: Russell Jones [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, October 12,

RE: images on the fly ...

2000-10-12 Thread Aaron Johnson
Expensive option: Macromedia Generator -- http://www.macromedia.com/software/generator/ Check out rydexfunds.com, which Figleaf did for an example. http://www.rydexfunds.com/charting/ AJ -Original Message- From: Russell Jones [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12,

RE: images on the fly ...

2000-10-12 Thread Stewart McGowan
cfx_graphicsserver is cool too, available at http://www.cfxgraphicsserver.com/ Regards Stew -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit

cf website

2000-10-12 Thread Gavin Myers
hey sorry to repeat the same question, cant find this on my bookmarks: way back when, someone mentioned a site that listed a bunch of cf web hosting sites, and they were ranked by popularity... anyone know what i'm talking about?

MySQL???

2000-10-12 Thread HappyToad.com
Can I use MySQL locally to test and learn? I currently have Win 98 running with PWS and MS Access but will be upgrading to Win 2000 IIS next week. Rich -- Archives:

RE: ColdFusion SP2

2000-10-12 Thread Mueller, Ben
If this is the place to post "wishes" for the next release of CF, I've got a good one. When I'm working on a cfm page which has a call to a custom tag in it, I want to be able to right-click on that call and have the tag open up in Studio.

RE: Problems setting up a remote DSN to SQL Server

2000-10-12 Thread Bob Silverberg
You rule Aaron! I owe you a beer. The below fixed the problem: -Original Message- From: Aaron Johnson [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 11:12 AM To: CF-Talk Subject: RE: Problems setting up a remote DSN to SQL Server Hey Bob, Make sure that the production

RE: Problems setting up a remote DSN to SQL Server

2000-10-12 Thread Aaron Johnson
next time I'm in canada I'll take you up on it. AJ -Original Message- From: Bob Silverberg [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 11:39 AM To: CF-Talk Subject: RE: Problems setting up a remote DSN to SQL Server You rule Aaron! I owe you a beer. The below fixed

Re: images on the fly ...

2000-10-12 Thread Michael Slatoff
Macromedia Generator: http://www.macromedia.com/software/generator/ Swift Generator: http://www.swift-tools.com/ - Original Message - From: "Russell Jones" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, October 12, 2000 8:28 AM Subject: images on the fly ... I'm

Form Question

2000-10-12 Thread JL
Here is the case: let say people can access to a form page in our site. If somebody downloads that page to the computer and load it, how can I prevent him from posting the form to the our site? I don't think i can check cgi.http_referer because in this case, it will be empty (nothing). And I

RE: Allaire trips over itself - flame warning

2000-10-12 Thread lsellers
I've complained before, to no effect. Does anyone have the *correct* links to the performance tuning papers? No. They're almost as bad as Microsoft's site aren't they? Actually they're even worse now that I think about it. Frustrating to find anything. --min

Re: [MySQL???]

2000-10-12 Thread double-down
yes. you need MyODBC too. "HappyToad.com" [EMAIL PROTECTED] wrote: Can I use MySQL locally to test and learn? I currently have Win 98 running with PWS and MS Access but will be upgrading to Win 2000 IIS next week. Rich

Re: Access question

2000-10-12 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 MySQL is now GPL (or similar) on Windows as well as Unix/Linux. c -BEGIN PGP SIGNATURE- Version: PGP 6.5.8ckt - http://irfaiad.virtualave.net/ Comment: PGP Signed for message verification and/or encryption Comment: KeyID:

RE: Form Question

2000-10-12 Thread Aaron Johnson
Hey J, Great question. Presumably you're doing this to prevent users from changing a hidden field or something and then posting the modified hidden field (like order amount or something) to your site, effectively changing the price they'll pay for an item (for example). I'm sure there are a

Re: images on the fly ... Forgot contact Info

2000-10-12 Thread Russell Jones
Thanks Brain, I'll check it out :) -- Russell Jones Webmaster ImproveNow.com Phone: 207.236.0146 e-mail: [EMAIL PROTECTED] From: [EMAIL PROTECTED] (Brian bouldernet) Reply-To: [EMAIL PROTECTED] Date: Thu, 12 Oct 2000 09:37:18 -0600 To: CF-Talk [EMAIL PROTECTED] Cc: "Joe Rounceville"

Possible ip address conflict btwn CF and Lyris

2000-10-12 Thread Steve Ray
This is a multi-part message in MIME format. --883A582812D5769035BBE48D Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi. We've installed the Lyris mail list server on an NT box which also has CF Professional 4.5. I'm wondering if any of you who have this

Re: Allaire trips over itself - flame warning

2000-10-12 Thread JustinMacCarthy
I agree. MS's site was bad but now it's pretty good. Allaire site is awful to find anything, even when you know what you are looking for!!! I always end up "listing all" when looking for stuff. Justin I've complained before, to no effect. Does anyone have the *correct* links to the

Re: RE: ColdFusion SP2

2000-10-12 Thread Gregory Harris
Good call!!! Let me expand that a bit, how about for instance if I click on a IMG tag, can I open the image in my favorite editor? Or any A tag to open up in whatever editor is appropriate for the page (CF Studio, MS Word, whatever). I don't imagine that being terribly difficult to program,

RE: Form Question

2000-10-12 Thread Aidan Whitehall
form to the our site? I don't think i can check cgi.http_referer because in this case, it will be empty (nothing). And I don't think I can reject all empty cgi.http_referer because of the cflocation. Any CFIF cgi.HTTP_REFERER DOES NOT CONTAIN "http://www.mydomain.com/" Caught you!

RE: Form Question

2000-10-12 Thread Aidan Whitehall
Should have mentioned... Output all your variables to the screen via the Administrator. index.cfm FORM ACTION="redirect.cfm" METHOD="post" INPUT TYPE="submit" /FORM redirect.cfm CFLOCATION URL="index.cfm" ADDTOKEN="no" You'll find that cgi.HTTP_REFERER is there on index.cfm when you've

Re: images on the fly ...

2000-10-12 Thread Michael Slatoff
I believe that Swift-Generator is FREE and has almost the same feature set that the full blown Macromedia Generator has. http://www.swift-tools.com BTW, I have no affiliation with Swift Tools and have never used their products. I'd be interested in any information from someone who has. -

RE: Form Question

2000-10-12 Thread mherbene
Except that the client can put anything it wants in http_referer. -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 12:38 PM To: CF-Talk Subject: RE: Form Question form to the our site? I don't think i can check cgi.http_referer

Re: Form Question

2000-10-12 Thread Brian bouldernet
Is that possible with CGI.REMOTE_ADDR as well or is that browser dependent? - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, October 12, 2000 10:49 AM Subject: RE: Form Question Except that the client can put anything it wants in http_referer.

RE: [MySQL???]

2000-10-12 Thread HappyToad.com
Which version do i download from MySQL.com?? Rich -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 12:10 PM To: CF-Talk Subject: Re: [MySQL???] yes. you need MyODBC too. "HappyToad.com" [EMAIL PROTECTED] wrote: Can I use MySQL

Re: Access question

2000-10-12 Thread paul smith
At least in some previous versions, I understood MySQL could not do the following: WHERE ID IN (12,45,78,999,etc) Apart from this (if the limitation still exists, for which there's a workaround) how practical would it be to have the "offline updateable version of the database" in SQL7 and

RE: Allaire trips over itself - flame warning

2000-10-12 Thread Chapman, Katrina
Funny. I never seem to have a problem finding what I'm looking for on Allaire. Perhaps you're not using the correct search criteria. --K -Original Message- From: JustinMacCarthy [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 9:24 AM To: CF-Talk Subject: Re: Allaire

Re: [RE: [MySQL???]]

2000-10-12 Thread double-down
stable... the win binaries "HappyToad.com" [EMAIL PROTECTED] wrote: Which version do i download from MySQL.com?? Rich -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 12:10 PM To: CF-Talk Subject: Re: [MySQL???] yes. you need

Keeping a single image from caching.... - Redux

2000-10-12 Thread Russel Madere
I need to keep a single image from caching. It is a thumbnail which the use can choose to "composite" a watermark onto. On the opening form, it is displayed with the default settings (not watermarked for an initial load and watermarked if it was chossen to be watermarked). On the final

RE: Form Question

2000-10-12 Thread mherbene
No, I believe the web server determines remote_addr, since it has to know where to send the results. However, what with proxies and NAT you can't count on remote_Addr to uniquely identify a specific user over multiple requests. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Keeping a single image from caching.... - Redux

2000-10-12 Thread Aaron Johnson
Add this to the top of your page: META HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT" META HTTP-EQUIV="Pragma" CONTENT="no-cache" META HTTP-EQUIV="cache-control" VALUE="no-cache, no-store, must-revalidate" -Original Message- From: Russel Madere [mailto:[EMAIL PROTECTED]]

RE: Possible ip address conflict btwn CF and Lyris

2000-10-12 Thread Cameron Childress
We are wondering if CF somehow gets bound to the default ip address of the box in such a way that it disallows other requests to that address on port 80. It's much more likely that IIS is causing the conflict, not CF. If you can switch to a non-standard port for Lyris (like :8080), your

Re: Allaire trips over itself - flame warning

2000-10-12 Thread Greg Creedon
Thanks to the several people who helped me out. What I did wrong was using the search form at the top of every page. The form doesn't work. Going to the knowledge base page, using the same criteria, got the results. Regards, Greg - Original Message - From: Chapman, Katrina [EMAIL

COM Object assistance

2000-10-12 Thread Andrew Walker
Hi-- I tried to find the answer to this question in the archives but didn't have much luck. My apologies if this has been addressed before. I am trying to use a function within a COM object I wrote in C++ which is expecting two arrays of floats and one variable of type long. I noticed in some

HEEEEEEEEELLLLLLLLLLLLPPPPPPPPPPPPPP! Access Memory Error

2000-10-12 Thread Joshua Miller
This is a multi-part message in MIME format. --=_NextPart_000_0047_01C03518.87B2C0A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Keep getting an Error Code s1001 (Memory Allocation Error) on our CFServer ... Access97 driver is running out of memory

[SOT] DB Language comparison?

2000-10-12 Thread Whitaker Brandon
Does anyone know of a reference which compares datatypes, language elements, etc. for the major RDBMS's? e.g. Oracle's DECODE() = DB/2's ? = SQL7's ?, Oracle's VARCHAR2 = DB/2's ? = SQL7's ? Not asking for anyone to do any legwork over this one, but if you happen to know of

RE: OT Web Site Map Generator

2000-10-12 Thread Paul Ihrig
DreamWeaver Ultra-Dev have a pretty good Site Map. The only thing i dont like about it is that you cant print it unless you first do a screen shot. -paul -Original Message- From: Evan Lavidor [SMTP:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 9:44 AM To: CF-Talk Subject:

Re[2]: outputting data to a local printer

2000-10-12 Thread Carol Bluestein
Also, if you want to remove the headers and footers (generated from the browser), have a help message/window that tells people how to go into their browser (in ie) file/page setup and remove the header and the footer. With these removed the page will come out "clean". Carol L. Bluestein Senior

RE: HEEEEEEEEELLLLLLLLLLLLPPPPPPPPPPPPPP! Access Memory Error

2000-10-12 Thread Ian Lurie
Hi Joshua, We had this happen when using the MAX() SQL function... Ian -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Friday, October 13, 2000 10:22 AM To: CF-Talk Subject: HEPP! Access Memory Error This is a multi-part message

RE: Access question

2000-10-12 Thread Warrick, Mark
Not enough data to give you a logical answer or suggestion. Can you create a test account for us to check out on the web somewhere? -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED]

RE: HEEEEEEEEELLLLLLLLLLLLPPPPPPPPPPPPPP! Access Memory Error

2000-10-12 Thread Gavin Myers
Could make a customized cferror for the time being until its fixed... not a solution, but it'll look better at least sorry i cant be of more help gavin -- Archives:

RE: Software downloads on a client site w/ vanishing URLs

2000-10-12 Thread Warrick, Mark
Are you also concerned that a user might give away their username and password if you were to put that file somewhere protected? If not, then you could put the downloadables below the web root, call them with CFCONTENT, and only allow access to files from customer's who paid for that

RE: Access question

2000-10-12 Thread Warrick, Mark
Access is designed for SMALL offices where the number of read/write operations at any one time are relatively low. The size of the database isn't so much of a concern as opposed to the complexity of it. SQL is your upgrade path when you've exhausted all the performance upgrades you can do on

  1   2   3   >