Verity Limit

2001-06-14 Thread Philip Arnold - ASP
I'm having a problem with a Verity collection... I have one table build with 6,800 records, this isn't fantastically big, but the problem is that when I build a Verity collection on it, and then search for *, it only returns 1,603 results I know that Verity in CF4.5 has it's limits, but this is

RE: WYSIWYG editors

2001-06-14 Thread Philip Arnold - ASP
I am in search of a WYSIWYG editor that will allow a user to enter a news article and have it display in HTML format. I have looked at several different ones but am looking for some feedback as to what is most preferred, affordable (free), and easy for the user. I have looked at

RE: WYSIWYG editors

2001-06-14 Thread Aidan Whitehall
You could try the paid for one that comes with Spectra (can't remember it's name or website now), as that works in IE4 and NS4 - it's a plug-in eWebEditPro http://www.ektron.com/ -- Aidan Whitehall [EMAIL PROTECTED] ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775

Re: Verity Limit

2001-06-14 Thread Michael Lugassy
do you have ANY where clause in your SQL query (that the verity builds collection on)? maybe maxrows? try getting the query.recordcount before creating the index - see what it shows. I'm using CF 4.5 Verity for over 5,000 rows, it's not alot, but it's more then you have so it's YOUR problem, I

RE: Verity Limit

2001-06-14 Thread Philip Arnold - ASP
do you have ANY where clause in your SQL query (that the verity builds collection on)? maybe maxrows? try getting the query.recordcount before creating the index - see what it shows. I'm using CF 4.5 Verity for over 5,000 rows, it's not alot, but it's more then you have so it's YOUR

Re: SQL VS ACCESS

2001-06-14 Thread Yvette Ingram
It goes like this: Select id_seq.nextval AS id From dual Yvette Ingram Brainbench Certified ColdFusion 4.5 Programmer Email: ingramrecruiting@erols or [EMAIL PROTECTED] ICQ: 21200397 - Original Message - From: Don Vawter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

Re: Verity Limit

2001-06-14 Thread Michael Lugassy
Disk Space? Maybe Quota? Try specifiying a diffrent path for the collection Thanks, Michael - Original Message - From: Philip Arnold - ASP [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 1:25 PM Subject: RE: Verity Limit do you have ANY where clause in

Re: Text Editor

2001-06-14 Thread phumes1
Does anyone know of a good CF text editor for plain ASCII data. I've seen alot of HTML editors but thats not what I require. I would need options like new, save, save as.., delete, rename, copy etc. ~~ Structure your ColdFusion code with

Re: Text Editor

2001-06-14 Thread Yvette Ingram
Try http://www.textpad.com. It does everything you want. I use it a lot for writing and compiling Java also. Best, Yvette Ingram Brainbench Certified ColdFusion 4.5 Programmer Email: ingramrecruiting@erols or [EMAIL PROTECTED] ICQ: 21200397 - Original Message - From: [EMAIL

RE: Text Editor

2001-06-14 Thread Matthew Fusfield
Ultraedit works great for me. http://www.ultraedit.com/ Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 8:01 AM To: CF-Talk Subject: Re: Text Editor Does anyone know of a good CF text editor for plain ASCII data. I've seen

RE: What is January in French? German? CF knows it already

2001-06-14 Thread Raymond Camden
Are you running CF5? As it stands, my example, which uses UDF, can be rewritten as a simple custom tag, which will work in any CF (err, any modern CF ;) === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Netscape set to unleash 6.1 beta

2001-06-14 Thread Dave Hannum
All of the hype on the list last week and earlier this week about NS going away . . . well . . . . http://www.zdnet.com/zdnn/stories/news/0,4586,5092590,00.html Dave ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Mutiple Select

2001-06-14 Thread Dan G. Switzer, II
David, Check out qForms: http://www.pengoworks.com/qForms/ The setValue() method will allow you to pass in a comma-delimited string of values to have selected in a select box (this would be the same string that the server receives when the form is submitted.) Hope this helps! -Dan

RE: Text Editor

2001-06-14 Thread phumes1
Yes...we use this also and it's great bit I require a text editor that I can incorporate into a web interface. An all-in-one solution. At 07:58 AM 6/14/01 -0400, you wrote: Ultraedit works great for me. http://www.ultraedit.com/ Matt -Original Message- From: [EMAIL PROTECTED]

Re: Text Editor

2001-06-14 Thread phumes1
It looks like I didn't make myself quite clear. I require a text editor that I could incorporate into a web interface. Sorry for the confusion. At 08:07 AM 6/14/01 -0400, you wrote: Try http://www.textpad.com. It does everything you want. I use it a lot for writing and compiling Java also.

RE: Reservation System

2001-06-14 Thread JoshMEagle
You could send him our way, we're building a global rental property service and it's due to launch in about 3 weeks. He can list his property, manage time availaility, manage pricing for various times of the year, add photos, descriptions, etc. Includes a booking engine and all sorts of things.

RE: Verity Limit

2001-06-14 Thread Philip Arnold - ASP
Disk Space? Maybe Quota? Try specifiying a diffrent path for the collection Here's how it's going now... I transferred the collection from a drive which had 2Gb free to one which had 27Gb free The user that CF uses has Admin privelages (at the moment), so it's allowed full access to all

RE: CFSearch

2001-06-14 Thread Robert Orlini
Thanks for the clarification. I understand now. What distinguishes what is being searched is specified via the Search page script. Robert O. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 2:42 PM To: CF-Talk Subject: RE: CFSearch How do

Re: Verity Limit

2001-06-14 Thread Michael Lugassy
Try adding another colum with the value justtestingveritystuff in each row, now re-index, with that colum in the body and/or title - now run a search for justtestingveritystuff maybe searching by * has it's limitation, god knows.. let me know if it helps - start to look intresting. Thanks,

This should be simple--why is it not working?

2001-06-14 Thread Terri Stocke
Hey all, I have a dropdown list that dynamically displays the fiscal years from 1999 up to the present fiscal year (so in this case, just 1999 and 2000. Once October ends, 2000 will be ended and 2001 will display in the picklist as well). Well, instead of the year being displayed in the

RE: Verity Limit

2001-06-14 Thread Jones, Matt
try using a '%' instead of a '*' -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 8:55 AM To: CF-Talk Subject: Re: Verity Limit Try adding another colum with the value justtestingveritystuff in each row, now re-index, with that colum in

RE: Custom tag dilemma

2001-06-14 Thread Guy McDowell
I could really use some custom tag functionality. Problem is, our host will not install or support any custom tags period. Add to that, that my organization is practically married to our host and won't change hosting. So...is there a way to implement a custom tag without it having to be in the

RE: Custom tag dilemma

2001-06-14 Thread Raymond Camden
Sure, just put it in the same folder as the template that calls it. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful

RE: Verity Limits

2001-06-14 Thread Guy McDowell
Hi Philip, It may be in your indexing that the problem lies. Are you indexing the collection through the server admin or through cfindex? You may be somehow excluding subdirectories. I use cfindex because I don't have access to the server and my code looks like such... cfindex

RE: Custom tag dilemma

2001-06-14 Thread Noel Flatters
You can use custom tags if they're in the same directory that you're calling from. Or look at cfmodule... You can specify a path to the template and pass attributes along to the template in much the same manner as a custom tag. -Original Message- From: Guy McDowell [mailto:[EMAIL

RE: Custom tag dilemma

2001-06-14 Thread Nick Betts
Very easy, just save the custom tag in the same folder as the template that calls it. CF checks here first, it then checks the CustomTags folder if the custom tag is not found. Its not as efficient due to the fact that if the same customtag is used more than once in different places it must be

Re: Custom tag dilemma

2001-06-14 Thread Paul Johnston
Custom tags will work if they are in the same directory as the file. So two files a.cfm and b.cfm in same dir and you can call cf_a in b.cfm (and vice versa if needs be). Also, you can create your own custom tags folder in the web root somewhere, and you can call it via cfmodule template=a.cfm

RE: Custom tag dilemma

2001-06-14 Thread Marlon Moyer
Make your own custom tag directory within your web directory structure and call it using cfmodule and give the template location. Marlon -Original Message- From: Guy McDowell [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 8:17 AM To: CF-Talk Subject: RE: Custom tag dilemma

OT SQL Server last time :-)

2001-06-14 Thread ibtoad
Yesterday i asked a very simple question about the datatypes of SQL Server 2000. I don't want to waste the time of the list with anymore SQL server questions since this is supposed to be a CF list. So I would like to know what book would be best for someone who knows Access 2000 very well and

RE: Custom tag dilemma

2001-06-14 Thread Jones, Matt
you could also use cfmodule to call your custom tags -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 8:18 AM To: CF-Talk Subject: RE: Custom tag dilemma Sure, just put it in the same folder as the template that calls it.

CFCONTENT Strikes Again...Viewing a file

2001-06-14 Thread James Taavon
I have a three button form that gives a user the option to view, replace or delete a file. The latter two work just fine, but viewing the file is giving me an error and I am not sure why. It opens MSWORD and displays an error that it can't resolve the form variable. All the code looks right, but

RE: Verity Limit

2001-06-14 Thread Philip Arnold - ASP
try using a '%' instead of a '*' % does nothing for Verity on it's own - not sure what it does with other characters... Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 Websites for the real world

RE: WYSIWYG editors

2001-06-14 Thread JoshMEagle
My mistake on the purchase of ezEdit ... it was HTMLArea_one that I paid $70 for a single domain licence of ... it's nice, but not even close to the functionality of ezEdit ... and infinitely more expensive. Joshua Miller Web Development Eagle Technologies Group Technology Solutions for the Next

Coding Standards.....

2001-06-14 Thread Richard Kuryk
I was wondering what people think about setting up fusebox as a development standard that everyone has to follow? I agree there should be standards such as naming standards, variable naming conventions, commenting style standards, coding style standards ( indents ) etc... Also since CF 5.0 is

Net.Data vs CF

2001-06-14 Thread Bernd VanSkiver
Anyone here use IBM's Net.Data language? I have been asked to learn it where I am working and will get a substantial raise if I do. I have been getting myself introduced with it and cannot see any advantages with it over ColdFusion. Our company already has some code written in Net.Data, I

newbie question

2001-06-14 Thread Burns, Iain (CTO)
How do I delete invalid RDS servers? Can't find this in the Studio Help. thanks, Iain Burns Web Development (CTO) D.C. Public Schools [EMAIL PROTECTED] Tel (202)442-5664 (direct line) ~~ Structure your ColdFusion code with Fusebox. Get the

Re: Text Editor

2001-06-14 Thread W Luke
Yes...we use this also and it's great bit I require a text editor that I can incorporate into a web interface. An all-in-one solution. Me too. I couldn't find one, so I wrote some javascript which inserts HTML tags to a textarea box when a button is pressed. Not the best solution but it

RE: Verity Limits

2001-06-14 Thread Philip Arnold - ASP
Guy, I'm indexing a query, not a directory... Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 Websites for the real world ** This email and any files transmitted with it are

RE: Verity Limit

2001-06-14 Thread Philip Arnold - ASP
Try adding another colum with the value justtestingveritystuff in each row, now re-index, with that colum in the body and/or title - now run a search for justtestingveritystuff maybe searching by * has it's limitation, god knows.. let me know if it helps - start to look intresting. Added

Re: This should be simple--why is it not working?

2001-06-14 Thread Dave
I think DateFormat requires a date. You are just giving it a number. - Original Message - From: Terri Stocke [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 9:08 AM Subject: This should be simple--why is it not working? Hey all, I have a dropdown list

Re: newbie question

2001-06-14 Thread Marius Milosav
RMC on the server name. On the pop menu there is a delete option Marius Milosav www.scorpiosoft.com It's not about technology, it's about people. Virtual Help Desk Demo (VHD) www.scorpiosoft.com/vhd/login.cfm - Original Message - From: Burns, Iain (CTO) [EMAIL PROTECTED] To: CF-Talk

Re: Net.Data vs CF

2001-06-14 Thread Ken Monroe
IBM has moved away from Net.Data in their own WebSphere products. I would take this to mean that there's not much future with it. On the other hand, there are probably quite a few older systems out there that used it. So, from the standpoint of working with older/other systems it's probably

RE: newbie question

2001-06-14 Thread Janine Jakim
on your files tab you will see Allaire FTPRDS click on that and you'll be able to view all the RDSs. Right click on the invalid one and choose delete. -Original Message- From: Burns, Iain (CTO) [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 10:00 AM To: CF-Talk Subject: newbie

RE: Session time out = never ? Bad?

2001-06-14 Thread Mark W. Breneman
Yes, I do realize that the server will reboot (guessing) monthly. ;-) After thinking about it last night, I also realized that his office only has about 20 people using the system. And, at best/worse he may have about 30 - 40 sessions open to it at one time from his office. Rather minor load.

SOLVED: This should be simple--why is it not working?

2001-06-14 Thread Terri Stocke
Okay, I'm a dork. Why do I always try to find the hard way to do things? I spent 2 hours trying to solve my problem. I tried using CreateDate, then DatePart to just get the year, DateFormat, etc. What I SHOULD have just done in the first place is used the Right function to just diplay the

Re: newbie question

2001-06-14 Thread Dave
You have to edit your registry. If you're not comfortable with doing that then just leave well enough alone. Otherwise Run regedit: HKEY_CURRENT_USER\Software\Allaire\Studioxx\RemoteServers (where xx is cfstudio version) and delete the ones you don't want might also be under

RE: setup HTTPS on local PC

2001-06-14 Thread SRetsky
Duane: Where can I get an SSL key for my local PC? from a company like Verisign? thanks Sandy [EMAIL PROTECTED] To get the https protocal working locally you have to install an ssl key on your machine Duane Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: newbie question

2001-06-14 Thread Philip Arnold - ASP
How do I delete invalid RDS servers? Can't find this in the Studio Help. Windows Explorer, open up RDS, Right Click, Delete Server Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 Websites for the real world

Re[2]: Text Editor

2001-06-14 Thread Jason Blum
I did the same and indeed this solution would be perfect if it could insert the tags at the cursor, and not always at the end of the contents... Reply Separator Subject:Re: Text Editor Author: [EMAIL PROTECTED] Date: 6/14/01 3:06 PM Yes...we

Passing a javascript array back to CF

2001-06-14 Thread James McCullough
Is there a possibly using WDDX to pass a javascript array back to CF or can it be done using a javascript function alone? I am trying to pass the forms.elements[] array back to CF to test for the existence of certain names using forms.elements[].name. James McCullough

RE: Re[2]: Text Editor

2001-06-14 Thread Darren Adams
I did that as well but, decided to go for the html editor option instead. Actually it would probably be easier to get a html area editor and write a little parser to remove everything in angled brackets, everything before body etc. The may actually already be a a filter to output in text only.

Re: Allaire Software Gets a Boost from Mozquito TechnologiesNew Xhtml-Fml Tags Bring Extensibility to Allaire's Homesite

2001-06-14 Thread Jeffry Houser
I'm not entirely sure how xml.org is creating their URL's but the below URL did not bring me to the article: http://www.xml.org/xml/newsreport_article.shtml?SMContentIndex=10SMContentSet=0 At 12:29 AM 06/14/2001 -0400, you wrote:

User Authentication

2001-06-14 Thread Graham Pearson
List Subscribers: I am jumping in with both feet on trying to learn Authentication, The App that I am working on is going to be used in a school environment and the problem is that various proxy servers deny cookies. I need this app to work for these individuals. I have been looking around

(semi-ot) Migration of data from one table structure to another...

2001-06-14 Thread Jeffry Houser
This has happened to me more than once, I'm wondering how everyone else handles it. An application is needed, the database is designed, the application is built debugged, and rolled out. Time passes, things change, and the original application no longer meets the needs of the growing

RE: RE: Verity SQL

2001-06-14 Thread Steve Vosloo
Thanks for the input ... I am joining tables in the query ... but the original query which indexes the data just fine is exactly the same and also uses joins. Can you remember where in the book is the reference about master/servant relationships? Thanks Steve -Original Message-

Re: [RE: setup HTTPS on local PC]

2001-06-14 Thread Alex
you can make your own keys with openssl.org . [EMAIL PROTECTED] wrote: Duane: Where can I get an SSL key for my local PC? from a company like Verisign? thanks Sandy [EMAIL PROTECTED] To get the https protocal working locally you have to install an ssl key on your machine Duane

RE: Passing a javascript array back to CF

2001-06-14 Thread Dave Watts
Is there a possibly using WDDX to pass a javascript array back to CF or can it be done using a javascript function alone? I am trying to pass the forms.elements[] array back to CF to test for the existence of certain names using forms.elements[].name. You can use JavaScript to build a

Can anyone recommend a reasonably reliable free CF hosting site?

2001-06-14 Thread hearl
Hi, Can anyone recommend a reasonably reliable free CF hosting site? Hubert --- Hubert Earl ICQ#: 16199853 My Jamaican Art, Craft More Online Store: http://www.angelfire.com/ny/hearl/link_page_for_go_jamaica.html Check out the art print bargains available! Beautiful prints as low as US$7.50

Re: Text Editor

2001-06-14 Thread Joseph Thompson
UltraEdit! - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 5:01 AM Subject: Re: Text Editor Does anyone know of a good CF text editor for plain ASCII data. I've seen alot of HTML editors but thats not what I require. I would

Session problem with IE

2001-06-14 Thread stas
Hello, I have a strange problem with session variables being auto-incremented in IE 5.5. My login scheme uses session vars, and I can't get it working because of this. Basically, under IE with every page hit within the same session CFID and CFTOKEN get incremented. No problem with Netscape 4.76.

multi-part alternative messages, cfmail and Lotus Notes

2001-06-14 Thread David Caplan
Has anyone had lots of experience with sending out multi-part alternative emails using cfmail. I tried a solution previously posted by Ron Hornbaker (and some others) but I have still encountered problems on Lotus Notes. Some Lotus Notes clients ignore the plain text part and instead extract the

How2 Customize Studio To color-code SQL in CFQUERY?

2001-06-14 Thread Avi Flax
Does anyone know how to really customize Studio? It color codes files with an .sql extension very nicely, and it can color-code blocks of code, as in SCRIPT blocks, but I can't figure out how to add a new Element to the HTML scheme. Anyone? Thanks! Avi -- Avi Flax Developer, Afternic.com

Re: Passing a javascript array back to CF

2001-06-14 Thread Dick Applebaum
string=SomeArray.join(SomeDelimiter); At 10:42 AM -0700 6/14/01, James McCullough wrote: Is there a possibly using WDDX to pass a javascript array back to CF or can it be done using a javascript function alone? I am trying to pass the forms.elements[] array back to CF to test for the existence

Access and OLE Object conversion

2001-06-14 Thread Larzz
Help!!! I have a database (database1) that I am trying to export the data out of into a new Access Database (database2) using CF. One of the tables in database1 has a datype of OLE Object. I can not view this columns info in Access and when I output it to a webpage it makes no sense. I have

RE: WYSIWYG editors

2001-06-14 Thread Duane Boudreau
I have a link to a java WYSIWYG editor on my site: http://www.cfexperts.com/downloads.cfm Its limited in functionality but its free and its cross browser. Duane Hi, I am in search of a WYSIWYG editor that will allow a user to enter a news article and have it display in HTML format. I

Re: SOLVED: This should be simple--why is it not working?

2001-06-14 Thread Steve Reich
Somehow CF sees the year as being 1905 when I wrap dateformat around it [#dateformat(2001, 'YY')#]! CF was correct! 2001 is the numeric value of the date 06/23/1905. Here's a quick lesson on numeric date (and time) values DateFormat(6/14/2001, YY) would output 01 DateFormat(2001, YY)

WinSysPath Variable(s)

2001-06-14 Thread Steve Reich
Is there a variable that CF understands to map to the windows system folder? Here's what I'm trying to do... cffile action=READ file=$WinSysPath$\myeula.txt variable=eula What about the root folder and windows folder? My horoscope said these variables are not supported. I'm running IIS5 if that

Re: Any MS Access mailing lists half as good as this mailing list?

2001-06-14 Thread Steve Reich
news://msnews.microsoft.com ... has all the information you can stomach! [EMAIL PROTECTED] wrote in message 001b01c0f400$a14eb080$[EMAIL PROTECTED]">news:001b01c0f400$a14eb080$[EMAIL PROTECTED]... Michael, Thank you for the years of hosting this GRAT list. Jeff Craig.

Re: URL Hacks

2001-06-14 Thread Pooh Bear
thank you! From: Don Vawter [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: URL Hacks Date: Wed, 13 Jun 2001 17:10:05 -0600 Having recently suffered (not too much fortunately) through an attempt of a hacker to corrupt a database by embedding sql in url

Style sheet Analyzer/Creation tool?

2001-06-14 Thread Kevin Gilchrist
Hi There Does anyone know of a tool that can look at an existing web page and generate a style sheet CSS file from recurring style attributes? I've got a bunch of Word and Spreadsheet files to use as templates for reports and while Dream Weaver will strip out all the excess stuff from the

Re: User Authentication

2001-06-14 Thread Howie Hamlin
If you are not using cookes then you need to add client.urltoken to every href and form action like: cfoutputa href=something.cfm?#client.urltoken#/cfoutput cfoutputform action=something.cfm?#client.urltoken# .../cfoutput HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions,

RE: Allaire Software Gets a Boost from Mozquito TechnologiesNew Xhtml-Fml Tags Bring Extensibility to Allaire's Homesite

2001-06-14 Thread Stephenie Hamilton
hmmm, worked for me ~~ Stephenie Hamilton Senior ColdFusion Administrator Express Technologies, Inc. want CF_Freedom? try CFXHosting.com Winner of the 2000 ColdFusion Developer's Journal Best ColdFusion Web Host!! -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent:

RE: newbie question

2001-06-14 Thread Will Swain
Select Allaire FTP RDS in the file browser within Studio, then right click on the RDS and select 'delete' Hope that helps Will -Original Message- From: Burns, Iain (CTO) [mailto:[EMAIL PROTECTED]] Sent: 14 June 2001 15:00 To: CF-Talk Subject: newbie question How do I delete invalid

Cached Query

2001-06-14 Thread Hays, Duncan
Is a cached query always within the application scope? Or do I need to add Application. before the query name? Thanks Duncan Hays ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

SiteMinder and cold fusion security

2001-06-14 Thread Tom Davison
Ya know, I would like to find some really good articles regarding this. I have had it working but not sure if I am doing it right. I have tons of cold fusion books and they just barely go over it... can anyone point me to a page or some info where I can start to understand exaclty how this

Catching a Request Timout error

2001-06-14 Thread Russel Madere
I have the line: cferror type=EXCEPTION template=Error\Error.cfm in my Application.cfm. Now we have been getting request timeout errors that are not being caught by this. I am guessing that these are considered a REQUEST type error instead of an exception. Is this correct? Russel

Image uploader from a Mac to a cf/win2K server

2001-06-14 Thread Steven A. del Sol
I have a client that needs to upload images to his shopping cart. For some reason it is not working from any MAC system. Does anyone have any idea why? Do you know a work around? Thanks in Advance Steve.. ~~ Structure your ColdFusion

Re: Can anyone recommend a reasonably reliable free CF hosting site?

2001-06-14 Thread Howie Hamlin
www.cfm-resources.com HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June

Re: URL Hacks

2001-06-14 Thread Andy
You could also use security to limit what the SQL statement can do. For example, set up a database user called SystemRead. Use this to limit what can be done inside of the SQL. This would prevent any modification hacking during a read operation. Andy - Original Message - From: Rey

RE: Text Editor

2001-06-14 Thread Zac
UltraEdit! emacs ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Re: Allaire Software Gets a Boost from Mozquito TechnologiesNew Xhtml-Fml Tags Bring Extensibility to Allaire's Homesite

2001-06-14 Thread Jeffry Houser
What I meant was the URL that was originally posted did not bring me to the article, but the one I provided did get me there. (I've taken too much time on this thread already) It's amusing that a press release dated yesterday is talking about Allaire's Homesite instead of Macromedia's

RE: Coding Standards.....

2001-06-14 Thread Mark Warrick
I've adopted it as the standard for development. I hire only developers who follow that standard. ---mark Mark Warrick - Fusioneers.com Personal Email: [EMAIL PROTECTED] Business Email: [EMAIL PROTECTED] Phone: 714-547-5386 Efax: 801-730-7289 Personal URL:

RE: CFCONTENT Strikes Again...Viewing a file

2001-06-14 Thread Mark Warrick
Uhm try renaming the document field to something else. That might be a reserved word. Also, use real HTML, not CFFORM. ---mark Mark Warrick - Fusioneers.com Personal Email: [EMAIL PROTECTED] Business Email: [EMAIL PROTECTED] Phone: 714-547-5386 Efax:

Re: WinSysPath Variable(s)

2001-06-14 Thread Howie Hamlin
CFX_NFS gives you the system folder: http://www.intrafoundation.com/ihtkdocs/nfs/docs/index.htm This is part of the free internet hosting toolkit: http://www.intrafoundation.com/intranethostingtoolkit.html HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc.

Re: Verity Limit

2001-06-14 Thread dave fauth
I'm thinking the key you are using isn't unique. Could you post the code you are using to create the collection. dave At 10:50 AM 6/14/2001 +0100, you wrote: I'm having a problem with a Verity collection... I have one table build with 6,800 records, this isn't fantastically big, but the

Re: (semi-ot) Migration of data from one table structure to another...

2001-06-14 Thread Dick Applebaum
I have found that CF is an excellent tool to do this type of restructuring... you can do this semi-interactively. I use a combination of home-grown interactive tools (written in CF): 1) Interactive query processor 2) Batch Qyery Processor (a skeleton CF program to copy or restore a

RE: WinSysPath Variable(s)

2001-06-14 Thread Dave Watts
Is there a variable that CF understands to map to the windows system folder? Here's what I'm trying to do... cffile action=READ file=$WinSysPath$\myeula.txt variable=eula What about the root folder and windows folder? My horoscope said these variables are not supported. I'm running

Re: Cached Query

2001-06-14 Thread Paul Smith
If it's cached you don't need to put it in Application scope (and probably don't want to). I put mine in Request scope, but I'm not sure I need to. best, paul At 02:52 PM 6/14/01 -0400, you wrote: Is a cached query always within the application scope? Or do I need to add Application. before

Re: Image uploader from a Mac to a cf/win2K server

2001-06-14 Thread Massimo Foti
Often Macs have mime-type related issues, try to temporarily remove the accept attribute from the cffile tag to see if the problems are caused by mime-type, then go on investigating it. In the past I had better luck with something like: accept=image/* than accept=image/jpeg,image/gif Hope it

RE: Catching a Request Timout error

2001-06-14 Thread Dave Watts
I have the line: cferror type=EXCEPTION template=Error\Error.cfm in my Application.cfm. Now we have been getting request timeout errors that are not being caught by this. I am guessing that these are considered a REQUEST type error instead of an exception. Is this correct? I think

RE: URL Hacks

2001-06-14 Thread Russel Madere
Actually, this was a new hack to me, but it isn't just URL variables. If you grab the HTML for a form (especially if it has absolute paths for the action) and play games there, you can get it to pass SQL also. Russel -Original Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent:

RE: URL Hacks

2001-06-14 Thread Pete Freitag
Another thing you can do which isn't to painful to make a habit of, is use the type attribute in CFPARAM So if you have a query SELECT * FROM images where seldir=#url.seldir# order by image_id then you could precede it with : cfparam name=url.seldir type=numeric default=0 Then ColdFusion will

Re: multi-part alternative messages, cfmail and Lotus Notes

2001-06-14 Thread tom muck
Lotus Notes will mess up an email from any server, not only CFMAIL. The problem is with Lotus Notes. tom David Caplan [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Has anyone had lots of experience with sending out multi-part alternative emails using cfmail.

Re: SOLVED: This should be simple--why is it not working?

2001-06-14 Thread Jon Hall
Very cool, thanks for the explanation. jon - Original Message - From: Steve Reich [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 1:02 PM Subject: Re: SOLVED: This should be simple--why is it not working? Somehow CF sees the year as being 1905 when I

Reference on Cold Fusion 5

2001-06-14 Thread Greg Czechowicz
Does anyone have a good reference on all the new features of cold fusion 5? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Hacker

2001-06-14 Thread Don Vawter
Thanks to the many who responded. There were a number of excellent suggestions of additional methods of prevention and I have included those on the page as well as included some sample code. http://www.vawter.com/urlhack.cfm Incidentally the culprit tried again but was unsuccessful. I have filed

Re: Net.Data vs CF

2001-06-14 Thread Bernd VanSkiver
Aight, thanx...usually not a good sign for the future of a language when its creator has stopped using it. --- Ken Monroe [EMAIL PROTECTED] wrote: IBM has moved away from Net.Data in their own WebSphere products. I would take this to mean that there's not much future with it. On the other

RE: newbie question

2001-06-14 Thread Burns, Iain (CTO)
thanks Janine and Marius! Iain Burns Web Development (CTO) D.C. Public Schools [EMAIL PROTECTED] Tel (202)442-5664 (direct line) -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 10:20 AM To: CF-Talk Subject: RE: newbie question on your

RE: This should be simple--why is it not working?

2001-06-14 Thread Larry Juncker
Here ya go - Fix the following line to read like I have it typed and your select box has what you want...I think select name=PARAM2 cfloop from=1 to=#yrs_count# index=thisrow option value=#list_year# cfif #list_year# EQ

RE: Verity Limit

2001-06-14 Thread Judith Taylor
What does your query look like? Have you run it 'straight' and outputted the results of that query? Maybe you're not getting the results you think you should be getting because it's something in your query. Judith Philip Arnold - ASP put into words: Try adding another colum with the value

  1   2   >