australian e-com

2000-10-02 Thread avex
Hi australian guys out there... I want to do a real time Credit Card processing e-com site. Can you guys suggest any that will easily integrate with Cold Fusion to accept australian dollars? thanks chad -- Archives:

Re: australian e-com

2000-10-02 Thread Rob Keniger
on 2000-10-02 5:52 PM, avex at [EMAIL PROTECTED] wrote: Hi australian guys out there... I want to do a real time Credit Card processing e-com site. Can you guys suggest any that will easily integrate with Cold Fusion to accept australian dollars? You might want to try

RE: Getting Outlook information - Success

2000-10-02 Thread seth ward
www.microsoft.com/digitaldashboard once you've set it up, there are loads of links to provided apps including the outlook stuff -Original Message- From: Jeff Beer [mailto:[EMAIL PROTECTED]] Sent: 01 October 2000 15:28 To: CF-Talk Subject: RE: Getting Outlook information - Success Hi

Re: Date fields in SQL

2000-10-02 Thread James Smith
you could probably drop it to WHERE expiry_date = #CreateODBCDateTime(now())# if you wanted. I used to #createodbcdate# function as shown below which has worked great. WHERE expiry_date = #createodbcdate(DateFormat(now(), "DD-MMM-YY"))# Cheers Will - Original Message - From:

Re: Protecting Content / content leeching... A CF method?

2000-10-02 Thread James Smith
I would imagine there is some slowdown as the server is doing more work than it would otherwise do. However I just created a test page with 5 unique images on it all called in this way, and it was processed in 0ms, so the processor hit can't be huge. -- James Smith [EMAIL PROTECTED] -

RE: Date fields in SQL

2000-10-02 Thread Steve Martin
Or even WHERE expiry_date = #now()# as Now() returns an ODBC compliant date/time stamp. -Original Message- From: James Smith [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 01, 2000 14:49 To: CF-Talk Subject: Re: Date fields in SQL you could probably drop it to WHERE

OT: Cookie Filtering programs

2000-10-02 Thread Paul Johnston
Does anyone know of any decent (preferably free) cookie filtering programs? I basically am disabling cookies but want to allow some sites to use them (ie those in which the client has asked for them to be used and development servers) whilst blocking all others. Any ideas? It can't be a

Unknown CF Error

2000-10-02 Thread Randy Adkins
Can anyone explain this?: unknown exception condition PCodeRuntimeContextImp::executeSQLTagCFQuery -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit

Graphic Rollovers without Javascript

2000-10-02 Thread Powers, Bonnie
I would like to do graphic rollovers on my website without using javascript. Does anyone know of any ColdFusion applications and/or custom tags which can help me do this. I have visited the Allaire Developers Gallery, but most of those apps use Javascript with ColdFusion. Thanks in Advance,

RE: Scope of Cached Query

2000-10-02 Thread Bob Silverberg
I realize that there's already been a lot of talk on the subject, but here's what I think: If the query is actually going to be cached (using the CACHEDWITHIN or CACHEDAFTER attributes), then there is no reason to add it to either the request or application scope. CFAS will handle the caching

Re: Graphic Rollovers without Javascript

2000-10-02 Thread JustinMacCarthy
I would like to do graphic rollovers on my website without using javascript. It is impossible to do client side image swapping without using a clientside scripting language, such as JavaScript or VBScript , or a Java Applet. Justin

RE: query caching?

2000-10-02 Thread Larry Juncker
Have you tried adding CachedWithin=#CreateTimeStamp(0,0,10,0)# Add this to your query and then it will cache the query when it runs so it does not have to requery again. Larry Juncker Senior Cold Fusion Programmer Heartland Internet -Original Message- From: Jon Hall [mailto:[EMAIL

Bugged Out CFERROR : CFMLInterpreterImp::process

2000-10-02 Thread Jerry Tolentino
I got the following error when making a call to a custom tag. Here are the facts: 1. I know the tag works. Its been tested and other applications use. 2. I have tried several methods of calling the tag including the following: - calling from the same directory using both CFMODULE

RE: query caching?

2000-10-02 Thread paul smith
Well, er, yes. That's what I mean by a cached query. In there another way to cache a query? best, paul At 08:09 AM 10/2/00 -0500, you wrote: Have you tried adding CachedWithin=#CreateTimeStamp(0,0,10,0)# Add this to your query and then it will cache the query when it runs so it does not have

Re: creating word docs and excel sheets on the fly...

2000-10-02 Thread Tobe Goldfinger
When we want to build easy-to-download 'Word' documents in CF, we create RTF files. If you don't need a lot of really complex formatting, RTF syntax is no harder than HTML. lots of start/end tags. The easiest way to see what kind of RTF file you need is to save a sample file from Wordpad

Bugged Out CFERROR - CFMLInterpreterImp::process

2000-10-02 Thread Jerry Tolentino
I got the following error when making a call to a custom tag. Here are the facts: 1. I know the tag works. Its been tested and other applications use. 2. I have tried several methods of calling the tag including the following: - calling from the same directory using both CFMODULE

Re: Bugged Out CFERROR - CFMLInterpreterImp::process

2000-10-02 Thread Fred T. Sanders
get rid of the ,sortorder it should just be a space and either ASC or DES - Original Message - From: "Jerry Tolentino" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 9:54 AM Subject: Bugged Out CFERROR - CFMLInterpreterImp::process I got the following

Re: Bugged Out CFERROR - CFMLInterpreterImp::process

2000-10-02 Thread Fred T. Sanders
and they don't always like you ordering by the alias, do it by the original name instead. - Original Message - From: "Jerry Tolentino" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 9:54 AM Subject: Bugged Out CFERROR - CFMLInterpreterImp::process I

Time Zone Select

2000-10-02 Thread Sean Daniels
Anyone out there have a custom tag or data table that would allow me to easily include a select box for choosing time zone? TIA - Sean ~~ Sean Daniels Manager, Engineering (T): 207.439.6030 (C): 978.764.0799 ~~ http://www.dealforce.com

Re: Bugged Out CFERROR - CFMLInterpreterImp::process

2000-10-02 Thread Jerry Tolentino
That has nothing to do with this error. ASC is the default sort type on SQL. And just for the record I tried what you suggested and nothing happened. Jerry T. "Fred T. Sanders" [EMAIL PROTECTED] on 10/02/2000 09:59:45 AM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

RE: query caching?

2000-10-02 Thread Bill Killillay
Well, er, yes. That's what I mean by a cached query. In there another way to cache a query? Well you could scope it into a session, or application scope and then wrap your query in an isdefined statement, and then you could control when that query is refreshed a little better. At 08:09 AM

Page output

2000-10-02 Thread Scott Becker
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01C02C83.0830D1E0 Content-Type: text/plain; charset="iso-8859-1" I believe Cold Fusion withholds page output until the entire

Re: creating word docs and excel sheets on the fly...

2000-10-02 Thread Billy Cravens
There's some excellent (the best, and about the only info on doing this is CF) at http://www.cfm-resources.com/members/comet. -- Billy Cravens [EMAIL PROTECTED] "Warrick, Mark" wrote: I asked this question a couple days ago and received no responses, so I'm beginning to believe this is

OT: Bind problems

2000-10-02 Thread W Luke
Hi all, [caution - beginner learning how to use Bind] I don't know if I'm using Bind correctly. I'm trying to create a "fake" test Domain as part of a project. For example I just created www.wluke-testing.co.uk - the Bind file was called db.wluke-testing.co.uk and obviously I entered the entry

Help? CF Error

2000-10-02 Thread Randy Adkins
Can anyone explain this?: unknown exception condition PCodeRuntimeContextImp::executeSQLTagCFQuery -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit

Re: cutting edge or what ???

2000-10-02 Thread Billy Cravens
I don't know how this works on an upgrade, but anything pre-4.5 (maybe pre-4.5.1, since that's the only version that Allaire supports for Win2k) will screw up the MDAC on a Win2k box. However, since you're upgrading the OS, with CF already on the box, it might the other way around, so you might

CFQUERY BLOCKFACTOR

2000-10-02 Thread paul smith
CF Docs on the Subject are as follows: "Optional. Specifies the maximum number of rows to fetch at a time from the server. The range is 1 (default) to 100. This parameter applies to ORACLE native database drivers and to ODBC drivers. Certain ODBC drivers may dynamically reduce the block

RE: Help? CF Error

2000-10-02 Thread Andy Ewings
possibly. Are you querying a database using a CFQUERY or CFSTOREDPROC? If so are you selecting a field that is of type ntext. If so here is your problem. Go into the database and change the field type to text and all should be fine. for some reason CF does not like the Unicode type of ntext.

RE: ...list...array

2000-10-02 Thread Reynolds, Adam
Just a clarification lists are just string variables. Everytime you use a list CF has to parse the list variable to locate all the elements of the list. Where possible use arrays (particularly with large sets) as these are significantly faster. Adam

Re: OT: Bind problems

2000-10-02 Thread Len Conrad
I'm trying to create a "fake" test Domain as part of a project. For example I just created www.wluke-testing.co.uk - the Bind file was called db.wluke-testing.co.uk and obviously I entered the entry into named.boot. But I can't get it to resolve. Do I have to wait a set period of minutes

vb script in .cfm templates?

2000-10-02 Thread Eric Hoffman
showing my M$ VB ignorance hereif we are on a IIS/M$ platform, can we run VB script in a .cfm template? Or is there a better way to force a table of data to a fixed-width text file? Thanks for any pointers. Eric

Re: Bind problems

2000-10-02 Thread Timothy C. Hill
Make sure you updated the serial number in the file. If you don't do that, it won't update. Tim Hill - Original Message - From: "W Luke" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 11:25 AM Subject: OT: Bind problems Hi all, [caution - beginner

Re: Bugged Out CFERROR - CFMLInterpreterImp::process

2000-10-02 Thread Fred T. Sanders
Fair enough, I didn't read it thoroughly, no coffee yet. Okay need more info. OS on the server version of CFAS running version and brand of database. Also is that the complete error or are there other sorid details being displayed that you didn't cut and paste for us. Fred - Original

Re: Bind problems

2000-10-02 Thread Jim McAtee
Has that domain been registered? What most developers do is create subdomains beneath a domain that they already own. For example, a web development company named 'Bob's Development' might have as their main domain name 'bobdev.co.uk'. Then, if needed, they create subdomains for client test

Re: Bind problems

2000-10-02 Thread W Luke
Just realised...I had to reload the DNS database :) Oops. Thanks Will - Original Message - From: "Jim McAtee" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: "W Luke" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 4:49 PM Subject: Re: Bind problems Has that domain been registered?

RE: vb script in .cfm templates?

2000-10-02 Thread Andy Ewings
Do you mean client side VB script (like Java Script) or server side VB Script (ASP)? If it's the former then no probs. If it's the latter then I don't think so. As far as I understand it (someone please correct me if I'm wrong) IIS knows that it has to execute some ASP code before sending the

FW: CFFILE troubles ... multiple unique filenames

2000-10-02 Thread Joshua Miller
Here's my problem, I'm trying to upload 2 photos with a user signup form, but I need to allow for the fact that some people will have the same filenames, I used the following lines of code for the photos: cfif picold gt 0 cffile action="UPLOAD" filefield="picold"

CFServer a memory leaker?

2000-10-02 Thread Claremont, Timothy S
At home I have installed CFSERVER running on Personal Web Server, using RDS. Since I have installed both server and studio, my system is very unstable and totally locks up many times a day. This is on Windows 98 with only 64 meg of RAM. Is this simply a memory issue, or is this configuration

RE: vb script in .cfm templates?

2000-10-02 Thread Dave Watts
showing my M$ VB ignorance hereif we are on a IIS/M$ platform, can we run VB script in a .cfm template? No, you can't directly run VBScript from within a cfm file. You can, however, write a Windows Script Host file in VBScript, and run that through CFOBJECT (if your script file is a

Re: (Admin) Delays and doubles

2000-10-02 Thread Carol Chandler
Have you considered Lsoft (www.lsoft.com)? They are the original Listserv people, and have not only the fastest and best ($$$) service around, but also economical versions as well. I ran a list hosted there, with their "Home Ease" service, and there was just no comparison between it and the

File Compare

2000-10-02 Thread j p
Dose anyone have a good way to do a file compare??? (via CF) _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at

RE: Examples of upload interfaces

2000-10-02 Thread Steven Katz
Hmm, I hope this isn't a one-or-the-other situation. I guess examples of both would be the most useful in creating my own. Thanks, Steven -Original Message- From: Steve Bernard [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 28, 2000 1:22 PM To: CF-Talk Subject: RE: Examples of

RE: Page output

2000-10-02 Thread Dave Watts
I believe Cold Fusion withholds page output until the entire page is completed. Is there anyway to make it flush out, like Response.flush in ASP? Unfortunately, no. There's no analog to the page buffering control functionality found in ASP. Dave Watts, CTO, Fig Leaf Software

RE: CFLOCK Cached Query

2000-10-02 Thread Dave Watts
Should I CFLOCK the following query? CFQUERY NAME="Request.GetListings" DATASOURCE="#request.DSN#" USERNAME="#request.USER#" PASSWORD="#request.PASS#" cachedwithin="#createtimespan(0,0,15,0)#" SELECT ID,org_name,contact,city,website_bt,email_bt,classified_bt, fax_bt,TList FROM Orgs

RE: Date Timestamp??

2000-10-02 Thread Dave Watts
If you are wanting to put the current date and time try this: #CreateODBCDateTime(Now())# That will insert the current date and time as a timestamp Actually, the CreateODBCDateTime function isn't required here, as the Now function creates an ODBC date/time stamp. Dave Watts, CTO, Fig

RE: Any Security Concerns Here? Passing Token in URL [CF-Talk]

2000-10-02 Thread Dave Watts
So if I think this out logically, the ONLY way to ensure absolute security is if the user has their cookies turned on. Well... That's not 100% secure either. It *is* possible for a malicious user to share his cookies with others. A malicious user could ALSO manually add

RE: Line count of 1600 files?

2000-10-02 Thread Dave Watts
Many years ago I worked for a large Japanese Multinational and my manager, who was (is) very respected there actually told us once "a good programmer is known by the quantity of code he generates." They had all kinds of source code line-counts and even put up graphs showing which

RE: Ok, What is Fusebox?-- Reply to Peter

2000-10-02 Thread Dave Watts
(re: Fusebox as security provider) First off this is mis-stated. One of the appealing points of fusebox is that you can lock down all of those function and object tags (whoops did I say objects?) with only 3 lines of code in your application.cfm. That is, if the request is not coming

RE: O'Reilly Website

2000-10-02 Thread Dave Watts
Know of anything like this that runs on IIS ??? You can manipulate IIS through the ADSI interface, which is what's used by the HTML Administrator that comes with IIS. You can call ADSI through Windows Script Host; there are a bunch of sample WSH files for administering IIS that get installed by

RE: access to SQL server woes

2000-10-02 Thread Dave Watts
One other thing that tripped me up recently is that even if you've enter a username and password for the ODBC datasource within the control panel applet, you still have to enter them in CF's ODBC setup. The username and password you enter in the ODBC control panel are only used to test

RE: Template not found. Which template?

2000-10-02 Thread Dave Watts
You could AND SHOULD secure NON-Fusebox sub-templates with something like the following: cfif http_referrer does not contain "#server_name#" cfabort /cfif If you're concerned about security, you can't rely on HTTP_REFERER, which is provided by the browser. Any data from

RE: CFTRANSACTION only works in same page?

2000-10-02 Thread Dave Watts
i have a complex transaction that i have grouped into multiple includes. i am trying to wrap them into a transaction so that if any part fails, i can rollback. cftransaction action="begin" cfinclude template="part1.cfm" (if exception, rollback) cfinclude template="part2.cfm" (if

RE: Fusebox [CF-Talk]

2000-10-02 Thread Dave Watts
Why are people so hell bent on OO, lets face it OO seems to be a good idea. But good ideas cost us in the long run. Lets look at c++ for instance, before c++ was introduced programs where smaller memeory wasn't and issue and hard drive space either was not an issue. Then somwhere along

RE: CF and Apache on Windows NT

2000-10-02 Thread Dave Watts
Does anyone have a production-level application running on Apache using CF (and Spectra)? I am investigating using it, but the warnings for Win32 have me concerned. Switching to UNIX is not an option unfortunately, although I wish we could -- politics you know. Although I'm a fan of

RE: TO ALL: Request for ColdFusion SP2 Input

2000-10-02 Thread Dave Watts
i know one of the items that makes me very uncomfortable is the apparent code incompatibility on the locking issues. i.e. code written for CF server 4.5.1 locking doesn't easily work on 4.0 and vice versa.. This isn't really the case. Code using CFLOCK under CF 4.0.1 will work on a 4.5.1

RE: CF and Python

2000-10-02 Thread Dave Watts
Not sure if proper to ask this question. How can I integrate Python into CF? If you're building COM interfaces with Python, you might be able to use CFOBJECT. Alternatively, you could use CFEXECUTE to call your script from the command line. Dave Watts, CTO, Fig Leaf Software

RE: CF and Apache on Windows NT

2000-10-02 Thread Dave Watts
Apache Runs pretty well with CF on NT. Apache uses less memory than IIS, that's for sure. Actually, this isn't necessarily so. Under heavier load, IIS has both worked better and consumed less memory, in my experience. I've used both to teach the Allaire Performance Tuning class, and Apache

RE: OT: Bind problems

2000-10-02 Thread Bob Silverberg
Although I am loathe to start a flame war, I just have to say that I find the following post extremely offensive. Please try to refrain from broadcasting your personal prejudices when posting to a public listserve. Thanks, Bob -Original Message- From: Len Conrad [mailto:[EMAIL

Re: Bugged Out CFERROR - CFMLInterpreterImp::process

2000-10-02 Thread Jerry Tolentino
I found out what the problem was and it almost freaks me out. I don't know if ColdFusion or SQL is to blame yet. The problem seems to occurr when you pull data from a table whose column identity seed is 0. Don't ask me why (at least not yet)? I just know that did for me. I changed the identity

Restarting DNS (Was Re: OT: Bind problems)

2000-10-02 Thread W Luke
Thanks for everyone's reply - naturally it was a typically small problem - hitting a button on another machine to reload the DNS. However...how could I do this in CF? Will - Original Message - From: "Len Conrad" [EMAIL PROTECTED] Newsgroups: cf-talk Sent: Monday, October 02, 2000 4:35

RE: Time Zone Select

2000-10-02 Thread lsellers
Anyone out there have a custom tag or data table that would allow me to easily include a select box for choosing time zone? Make a 24-piece rollover of the earth. Then just let them click where they are. Easire than choosing by text -- no one knows what the hell time zone they're in. :)

Re: CFServer a memory leaker?

2000-10-02 Thread Todd Ashworth
When I upgraded studio to 4.5.1, my computer died a horrible, agonizing, low-memory death many times a day, even with 160 megs of RAM. I switched back to 4.5a and the problem wen away. I think there is a definite issue with Studio 4.5.1, Win98, and memory leaks. Todd Ashworth - Original

maxlength on text area

2000-10-02 Thread Robert Everland
Is there a way to set a maxlength on a textarea using javascript or any other method. Robert Everland III Web Developer Dixon Ticonderoga -- eGroups Sponsor -~-~ Restaurants, Movies, Weather, Traffic More! Call 1-800-555-TELL. For more info

Windows 2000??

2000-10-02 Thread HappyToad.com
How many of you are using Windows 2000 on your pc? I am getting really tired of win98 problems and are wondering how much better win 2000 is. Thanks, Rich -- Archives:

RE: URgent CFServer maxing CPU and JIT error on Production Server.

2000-10-02 Thread Hoffman, Joe (CIT)
Mine just started to flake out also ... but CFAS451sp1 Pro on Win2k and WSP2.4.9. Last relevant modification was the installation of CFAS451sp1 last Wednesday I think. Any clues anybody ? - Error Diagnostic Information Just in time compilation error

RE: CFServer a memory leaker?

2000-10-02 Thread Stewart, Mark
Tim, I'm basically running the same thing: Win98, CFServer, CFStudio, PWS, Intel Celeron 300 (overclocked to 450) and 128 RAM. I've had a few problems, but nothing major. This configuration works quite well for what I use it for. Now, I wouldn't use this for any type of production scenario, but

RE: File Compare

2000-10-02 Thread Larry Juncker
YES - ARAXIS 2000 Super program - goto http://www.araxis.com Larry Juncker Senior Cold Fusion Programmer Heartland Internet -Original Message- From: j p [mailto:[EMAIL PROTECTED]] Sent: Monday, October 02, 2000 10:59 AM To: CF-Talk Subject: File Compare Dose anyone have a good way

Re: vb script in .cfm templates?

2000-10-02 Thread Dick Applebaum
You can't use VBS and CF in the same template, but a CF template can transfer to a ASP template vice versa. Each can also invoke the other (CFHTTP). That said, you can easily go from db to text file using CFQUERY and CFFILE. HTH Dick At 10:34 AM -0500 10/2/00, Eric Hoffman wrote: showing

Dave Watt's Alive well.....

2000-10-02 Thread JustinMacCarthy
Ah Dave, you ARE still with us :-) I was beginning to wonder ... ~Justin MacCarthy - Original Message - From: "Dave Watts" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 5:04 PM Subject: RE: Date Timestamp??

RE: Protecting Content / content leeching... A CF method?

2000-10-02 Thread lsellers
As anyone who's ever worked with HTTP at the protocol level (or with CFHTTP) can tell you, the way it works is you fetch the html (or cfm) document in question, then parse through it looking for all the img url, then fetch them BASED ON THIER URL. Thus it's impossible to protect them. You can

RE: CFQUERY BLOCKFACTOR

2000-10-02 Thread Dave Watts
CF Docs on the Subject are as follows: "Optional. Specifies the maximum number of rows to fetch at a time from the server. The range is 1 (default) to 100. This parameter applies to ORACLE native database drivers and to ODBC drivers. Certain ODBC drivers may dynamically reduce the block

vb script solved, now DUN

2000-10-02 Thread Eric Hoffman
Ok, found the custom tag to dump my queries to a comma delimited file which is good enough... now, I know cfexecute works code on the server...I need to force a specific Dial-Up Networking connection to start at the user's machineis that possible? Something similar to cfexecute? Any more

Sharing sessions between CFM ASP

2000-10-02 Thread Geoffrey V. Brown
Hi, I have a session var that needs to be shared between a CFM script and an ASP script on the same server (same domain, etc). Is this possible? How? - Geoff B -- Archives:

RE: CFLOCK Cached Query

2000-10-02 Thread paul smith
So are you saying we don't need to follow Allaire's Best Practices recommendation? (This is where the cflock example below came from.) Or, is your statement "First, you..." referring to something else? best, paul At 12:04 PM 10/2/00 -0400, you wrote: cflock scope="application"

RE: CFLOCK Cached Query

2000-10-02 Thread Dave Watts
cflock scope="application" timeout="2" type="exclusive" cfset application.GetListings = Request.GetListings /cflock First, you shouldn't CFLOCK the query. All CFLOCK does is limit who can execute the code at a given time. You don't have any memory variables within the

Need help for getting more than 64K text out from Oracle

2000-10-02 Thread Chen, Yung-Chih (CIT)
Hi, Does any one know how to get out text (more than 64k) from Oracle? We have a column which contains more than 64k text in there. When I do the cfquery to get that column out, it will only display 64K text if the column value is great than 64K. Any suggestion is very helpful! Thank you.

RE: Fusebox [CF-Talk]

2000-10-02 Thread Gavin Myers
I thought more game developers prefer OO... To bring it back (way back) take a look at moocode (who here programmed in a MU*) Or to bring it up, look at director lingo script I recently made a game in director, you were a guy who walked around a maze with a laser rifle trying to explode these

RE: Fusebox [CF-Talk]

2000-10-02 Thread Jeremy Allen
Just to add a little to the "hell bent on OO" Actually the statement "OO is slower than procedural" is a murky one to make at best and flat outright WRONG at worst. C++ is a poor implementation of an Object Oriented language. Java is better, Javas implementation also has its drawbacks. However

Date last modified (Access 2000)

2000-10-02 Thread seth ward
Is it possible to get the date that an Access 2000 database (linked via ODBC) was last modified, regardless of whether it was done manually or through CF??? Seth Ward This message has been checked for all known viruses,

RE: CFQUERY BLOCKFACTOR

2000-10-02 Thread paul smith
I get to 100 all the time. For example, I use Verity to get a list of Record IDs whose data matches my search term, and then use SQL with CFQUERY and BLOCKFACTOR = 100 to filter the VERITY result set. Of course, in this case any savings in having BLOCKFACTOR greater than 100 is probably in the

RE: Ok, What is Fusebox?-- Reply to Peter

2000-10-02 Thread mherbene
What permission combination allows a user to check permissions, but not read, a file? And what tool do I use to set that perm? thanks much snipped -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Monday, October 02, 2000 12:05 PM To: CF-Talk Cc: '[EMAIL

RE: Windows 2000??

2000-10-02 Thread Simon Horwith
win2K is more stable than 98, that's for sure. Personally, I still like NT more, even if it doesn't support USB and all that other fun stuff. I recommend W2K if it's a choice between that and 98, though. ~Simon -Original Message- From: HappyToad.com [mailto:[EMAIL PROTECTED]] Sent:

RE: Windows 2000??

2000-10-02 Thread Alan Wolf
I've been running Win2K Professional on my laptop and it hasn't crashed once. The apps may hang but the OS stays up. -Original Message- From: HappyToad.com [mailto:[EMAIL PROTECTED]] Sent: Monday, October 02, 2000 12:44 PM To: CF-Talk Subject: Windows 2000?? How many of you are using

RE: Time Zone Select

2000-10-02 Thread Jaime Garza
Long one, but here it goes. SQL server compliant. Missing Daylight Saving Times. CREATE TABLE DirTimeZone ( TimeZoneID int IDENTITY (1, 1) NOT NULL , Name varchar (50) NULL , Offset varchar (50) NULL ) GO insert into DirTimeZone (Name, Offset) values ('ACT',

Editing data with CFGRID

2000-10-02 Thread Michael Gagnon
Hi! I created a spreadsheet style grid with CFGRID (my first time) and I don't seem to be able to edit the information in the table. What am I doing wrong? CFFORM method="POST" action="secteurs_submit.cfm" CFGRID name="Secteurs" query="Secteurs" SELECTMODE="SINGLE" width="100%"

_date fields

2000-10-02 Thread Karl Simanonok
I've also experienced problems with form fields named 'something_date', they don't get properly passed as form fields. I think it has something to do with CF's data input validation algorithm getting confused when it doesn't find a 'something' field to do the validation on. I've learned (the

Re: Windows 2000??

2000-10-02 Thread Howie Hamlin
WIN2K kicks righteous butt :-) Seriously, though - it is stable as heck and great for a development environment (it even runs games :-) Regards, Howie - Original Message - From: "HappyToad.com" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 12:44 PM

RE: Windows 2000??

2000-10-02 Thread Jaime Garza
Change now! That is, if you have lots of memory (256K?) My last reboot: 2 weeks ago... CF studio is a charm, except for the Alt+Tab bug. Jaime/ -Original Message- From: HappyToad.com [mailto:[EMAIL PROTECTED]] Sent: Monday, October 02, 2000 9:44 AM To: CF-Talk Subject: Windows

RE: CFServer a memory leaker?

2000-10-02 Thread HappyToad.com
From what I have heard its not the RAM it the RESOURCES. I have 256megs of RAM and still have problems with CF Studio. Rich -Original Message- From: Stewart, Mark [mailto:[EMAIL PROTECTED]] Sent: Monday, October 02, 2000 12:44 PM To: CF-Talk Subject: RE: CFServer a memory leaker? Tim,

Re: Windows 2000??

2000-10-02 Thread Kevin Schmidt
I use win2K Server on my laptop and desktop and haven't had any problems yet. I like that fact of not having to reboot everytime I make a change to my network settings. Kevin Schmidt Internet Services Director PWB Integrated Marketing and Communications Office: 734.995.5000 Mobile: 734.649.4843

Javascript string search question...

2000-10-02 Thread Kevin Langevin
Anyone know how to do a text string search in Javascript? I've used substring before, but I'm looking for some way to do something akin to find() in CF, where it finds the substring ANYWHERE in the string to be searched. Is it necessary to do a character by character search, or is there a

Uploads to database

2000-10-02 Thread Jaime Garza
This is a multi-part message in MIME format. --=_NextPart_000_000B_01C02C62.2A96FFD0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I am wondering if anyone has succeeded uploading attached files (INPUT TYPE="FILE") to database blobs. I tried before,

Re: Windows 2000??

2000-10-02 Thread Ken Wilson
I use Win2k Pro for my development machine and couldn't be happier. Ken - Original Message - From: HappyToad.com [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, October 02, 2000 12:44 PM Subject: Windows 2000?? How many of you are using Windows 2000 on your pc? I am

RE: Dave Watts Alive well.....

2000-10-02 Thread Dave Watts
Ah Dave, you ARE still with us :-) I was beginning to wonder ... I just took a little vacation. Nothing like coming back to 1500 or so cf-talk messages. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

Re: Dave Watt's Alive well.....

2000-10-02 Thread Todd Ashworth
... and in the first ever cf_olympics, he takes the gold in the most-questions-answered-in-one-sitting event. Todd Ashworth - Original Message - From: "JustinMacCarthy" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 12:55 PM Subject: Dave Watt's Alive

RE: Protecting Content / content leeching... A CF method?

2000-10-02 Thread Larry W. Virden
Re: knowing the path to a image tells the user too much... Then don't give them a path to your images. Instead, give them a path to some sort of cgi, with arguments which, which processed along with a page name or some other argument, lead one to only one image. That way, guessing other

Error attempting to write location redirection to web server

2000-10-02 Thread Eron Cohen
I am asking this again. Someone out there MUST know what this error is about and what to do about/how to trap it: Does anyone know what this error is referring to? Its not in the Allaire KB and others on the forums.allaire.com have asked, but nobody seems to know what exactly it means.

Need help for getting more than 64K text out from Oracle

2000-10-02 Thread Chen, Yung-Chih (CIT)
Hi, Does any one know how to get out text (more than 64k) from Oracle? We have a column which contains more than 64k text in there. When I do the cfquery to get that column out, it will only display 64K text if the column value is great than 64K. Any suggestion is very helpful! Thank you.

Checking STMP (FTP?) server status.

2000-10-02 Thread Daive
This is a multi-part message in MIME format. --=_NextPart_000_0077_01C02C7E.D55590F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi everybody, i've made a website that allow to a user (if they are registred) to = enter some address

RE: [CF-Talk] RE: Ben Forta, I call on thee (was: What is Fusebox)

2000-10-02 Thread lsellers
Actually it turns me off for specifically because it does use this old outmoded monolithic view of the things. I prefer a more encapsulated object-based way of coding. I'd be quite interested to hear how you are doing this. If you had time to post a few, even nonworking samples, that

  1   2   >