Re: Help! - Dynamically Generate Forms from SQL DB - Bad Idea?

2004-07-28 Thread Claude Schneegans
Has anyone stored the variable name, and the form type in a database - and built the form dynamically on the fly? Well, I'm presently working on something that does this, although its rather the contrary ;-) In fact, I'm using CFX_ODBCInfo to get the DB tables, field names, types and sizes to

RE: Text Input Field Data not recognized with use of Enter key

2004-07-28 Thread Rick Faircloth
That is true when the cursor is not in the text field at the time the Enter key is hit, but if the cursor is still in the text field, the value of the field is not passed on...at least that's what's happening in this case. Rick -Original Message- From: Aaron DC [mailto:[EMAIL PROTECTED]

Re: Help! - Dynamically Generate Forms from SQL DB - Bad Idea?

2004-07-28 Thread Claude Schneegans
with exactly 21 clicks I mean 21 clicks and NO key stroke at all, then no spelling mistake in the names, etc. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL

Re: Text Input Field Data not recognized with use of Enter key

2004-07-28 Thread Aaron DC
Really? Google works fine when you hit enter, with the cursor still in the textbox. A quick check locally... works fine for me too FORM ACTION="" METHOD=POSTINPUT NAME=lalal/FORM I type lalala in the textbox and hit enter and form.lalal = lalala The plot thickens! It may be time for you to

RE: Help! - Dynamically Generate Forms from SQL DB - Bad Idea?

2004-07-28 Thread Micha Schopman
Yes, I build www.formmanager.nl http://www.formmanager.nl/upon Coldfusion. It can create dynamic forms, mine the data, and layout the form. :-) Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 ALAmersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679,

RE: Text Input Field Data not recognized with use of Enter key

2004-07-28 Thread Rick Faircloth
Alright, I give... The code for the form and the text input field of concern: Form Name=PropertySearchForm Action="" Method=POST CFIF IsDefined(Form.Search) INPUT Name=Keyword Type=Text Value=CFOUTPUT#Form.Keyword#/CFOUTPUT Size=30 MaxLength=30 Class=TextInput01 CFELSE INPUT Name=Keyword

Re: Text Input Field Data not recognized with use of Enter key

2004-07-28 Thread Aaron DC
So you're saying that the textbox field value is not being passed and the Search button value is?That makes sense, because No, I'm saying the textbox will always be submitted, regardless of how the form is submitted. The search button will only be passed if you click it. CFIF

Re: Strange CFMX hang

2004-07-28 Thread Thomas Chiverton
On Tuesday 27 Jul 2004 21:49 pm, Brook Davies wrote: So nobody has seen this type of crash?? Yes, all the time with IIS, CF or not. I fixed it by moving to Apache on Linux. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited

RE: Using missing templates as a mod_rewrite

2004-07-28 Thread Hugo Ahlenius
Scott, Just be aware that the link http://69.5.65.241/company.cfm still sends a 404 header to the client. For a dumb client (Web browser, search engine) this is just another 404 page. -- Hugo Ahlenius - Hugo AhleniusE-Mail: [EMAIL

http status and error templates

2004-07-28 Thread Hugo Ahlenius
Hi, We had a spell of downtime due to a hardware failure on or db server (long story) of a few days. CFMX run fine in the meantime, but mostly serving error templates (since a lot of the content is database/dynamic). So for a few days there were ooops! seems to be some server error etc returned

Re: A script to Prevent SQL Injection: feedback/suggestions?

2004-07-28 Thread Jochem van Dieten
Matt Robertson wrote: In both cases, I think you are better of with HTMLEditFormat() / HTMLCodeFormat(). Interesting.I ran that same code, removed the call to CodeCleaner and changed the next line to cfset variables.Cleanurl=htmleditformat(variables.ThisURLVar) and got the same result:

Re: Help! - Dynamically Generate Forms from SQL DB - Bad Idea?

2004-07-28 Thread Dan O'Keefe
Can't get this URL to load in any browser. Dan - Original Message - From: Micha Schopman [EMAIL PROTECTED] Date: Wed, 28 Jul 2004 08:50:16 +0200 Subject: RE: Help! - Dynamically Generate Forms from SQL DB - Bad Idea? To: CF-Talk [EMAIL PROTECTED] Yes, I build www.formmanager.nl

Need recommendations for charting engines

2004-07-28 Thread Dave Wilson
Hi all, I've been caught short once again by cfchart's inability to handle dates and timelines and am looking for recommendations as to which charting engines out there would best suit my needs. The majority of my charting needs involves timeline based charts. I've had experience with popchart

RE: Need recommendations for charting engines

2004-07-28 Thread Whittingham, P
If your users have MS Office on their PC's, you can use charts within Office Web Components. -Patrick -Original Message- From: Dave Wilson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 7:00 AM To: CF-Talk Subject: Need recommendations for charting engines Hi all, I've been

RE: Need recommendations for charting engines

2004-07-28 Thread Hagan, Ryan Mr (Contractor ACI)
If you have the ability to run PHP, I'd strongly recommend JPGraph.It's the best charting and graphing software I've ever used.It's much easier to use than PopCharts and I'm fairly certain it has more features. http://www.aditus.nu/jpgraph/index.php http://www.aditus.nu/jpgraph/index.php

mimetype - .log and .ini

2004-07-28 Thread cf coder
When I try to upload either a .log or a .ini file, I get a error message that the mime type was not accepted by the server. Here is the code cfset fileMimeTypes = text/html, application/vnd.ms-powerpoint, application/vnd.ms-project, application/pdf, application/msword, application/vnd.ms-excel,

OT Have I got a virus or what?

2004-07-28 Thread Kevin Roche
Hi, Yesterday I started getting problems with my PC. The symptoms are that the web server never responds to a request for a cfm page. If I try to look at a htm page, the start of page is not there. This is not a browser problem as the pages work OK if browsed directly. Anyone got any ideas?

cleaning up

2004-07-28 Thread Simon Whittaker
Hi All, I have a page with lots of different queries being performed - essentially linking up multiple different databases. I have recently started to get an error like this: java.lang.OutOfMemoryError Essentially a select query is performed followed by various bits of processing and validation

OT: iframe and mozilla

2004-07-28 Thread CFDEV
Hi there, I have an ifram for a wysiwyg editor I made that is only working with IE.. i'm looking at having it working with mozilla firefox.. does anyone know a site or somehtingfor good information on ifram in mozilla... i looked at google but did'nt quite found what i'm looking for..

RE: CFMX 6.1, Windows 2003 Advanced Server and IIS 6

2004-07-28 Thread Earl, George
Dave said: Finally, do you really need to use Advanced Server? You might be able to save a little license money if you don't. I asked again and it's actually Windows 2003 'enterprise edition'. We are just along for the ride with this decision.

RE: iframe and mozilla

2004-07-28 Thread John Stanley
can you post the call to the iframe, because iframes should work in the later versions of mozilla. -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 8:26 AM To: CF-Talk Subject: OT: iframe and mozilla Hi there, I have an ifram for a wysiwyg editor I

RE: iframe and mozilla

2004-07-28 Thread CFDEV
This is the call : iframe width=570 id=idContent height=250 frameborder=1 scrolling=Auto src="" Patrick _ From: John Stanley [mailto:[EMAIL PROTECTED] Sent: July 28, 2004 08:31 To: CF-Talk Subject: RE: iframe and mozilla can you post the call to the iframe, because iframes should work

Re: OT: iframe and mozilla

2004-07-28 Thread Cutter (CF-Talk)
I'm using Mozilla 1.7.1 and iframes work fine for me. Don't know how much of a difference Firefox is... Cutter CFDEV wrote: Hi there, I have an ifram for a wysiwyg editor I made that is only working with IE.. i'm looking at having it working with mozilla firefox.. does anyone know a

RE: iframe and mozilla

2004-07-28 Thread John Stanley
http://www.mozilla.org/docs/dom/domref/dom_frame_ref13.html http://www.mozilla.org/docs/dom/domref/dom_frame_ref13.html -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 8:33 AM To: CF-Talk Subject: RE: iframe and mozilla This is the call : iframe

RE: Text Input Field Data not recognized with use of Enter key

2004-07-28 Thread Rick Faircloth
Aaron wrote: This is not the name of the textbox. I said (twice now), check for the presence of the textbox. I realize that Form.Search is not the textbox... I also realize that you're saying that I can check to see whether or not any of the formfields in the form are defined for triggering

RE: A script to Prevent SQL Injection: feedback/suggestions?

2004-07-28 Thread Rick Faircloth
I haven't been following this intensive discussion completely, but I'm curious as to what the end result of your conversion is... Does this mean using cfqueryparam for form data is not 100% foolproof against SQL injection and we need to use cfqueryparam along with HTMLEditFormat and ClearURL,

Re: Text Input Field Data not recognized with use of Enter key

2004-07-28 Thread Aaron DC
Yeah :) I was trying to help and not being understood, forgive my frustration. You got it working and in the end that's the important thing, well done. Aaron - Original Message - From: Rick Faircloth To: CF-Talk Sent: Wednesday, July 28, 2004 10:59 PM Subject: RE: Text Input Field

Flash Remoting TechNote Notification: Flash Remoting RequestDeni edException

2004-07-28 Thread Christine Lawson
http://www.macromedia.com/support/flash_remoting/ts/documents/reqdeniedexp.h tm http://www.macromedia.com/support/flash_remoting/ts/documents/reqdeniedexp. htm [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: OT Have I got a virus or what?

2004-07-28 Thread Kevin Roche
Ok So I found the solution to this problem but it does not make any sense to me. I removed the registry entry which SQL Enterprise Manager has which pointed to a SQL Server which has gone down and is now disconnected to the network. Now everything works again. Explain that! Kevin

Hotel scheduling

2004-07-28 Thread Cutter (CF-Talk)
I may have asked this some time way back, but requirements changed to make it unnecessary at the time. I am looking for a prebuilt package to handle hotel reservation scheduling and management. Any body know of anything? Cutter [Todays Threads] [This Message] [Subscription] [Fast

RE: OT Have I got a virus or what?

2004-07-28 Thread d.a.collie
Yesterday I started getting problems with my PC. The symptoms are that the web server never responds to a request for a cfm page. Have you got the new Zone Alarm installed and using IIS? I had this prob at home and it turns out the new Zone Alarm mucks about with IIS, no fix as yet, you just

RE: Text Input Field Data not recognized with use of Enter key

2004-07-28 Thread Rick Faircloth
No, problem.:o) I was stuck on trying to use the submit button's presence as the trigger, instead of seeing that the other formfields could serve the purpose just as well, and now, I realize, even better, because their presence in a submission is consistent whether the form is submitted with the

Re: Need recommendations for charting engines

2004-07-28 Thread Marco Antonio C. Santos
Googling for Java Charts... integrating with CF will be very easy... Examples: Kava Chart(very good): http://www.ve.com/servlet_demos.html?ref=gad422 ChartDirector(very good too): http://www.advsofteng.com/ and so on... Cheers On Wed, 28 Jul 2004 07:09:24 -0400, Hagan, Ryan Mr (Contractor

Re: OT: iframe and mozilla

2004-07-28 Thread Thomas Chiverton
On Wednesday 28 Jul 2004 13:39 pm, Cutter (CF-Talk) wrote: I'm using Mozilla 1.7.1 and iframes work fine for me. Don't know how much of a difference Firefox is... Same rendering engine, faster inter module calls and nicer look. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749

RE: Help! - Dynamically Generate Forms from SQL DB - Bad Idea?

2004-07-28 Thread Micha Schopman
The system is only available with a valid account, I can create one but if you are interested you can contact me by personal mail. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 ALAmersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380

Small query question..

2004-07-28 Thread techmike
cfquery name=charting datasource=#dsn# SELECT * FROM #tablename# WHERE #url.date# ORDER by date LIMIT 31 /cfquery (In my testing #url.date# is 03-01-04) Does anyone see a problem with the above query that would cause me to get the first 31 results instead of the 31 results after the WHERE

Re: cleaning up

2004-07-28 Thread Thomas Chiverton
On Wednesday 28 Jul 2004 12:56 pm, Simon Whittaker wrote: java.lang.OutOfMemoryError use to me to increase the size of the JVM memory generation size as Almost certainly :-) Also, could I consider breaking up the huge page into smaller pages and including/linking to them? My guess would be

Re: Need recommendations for charting engines

2004-07-28 Thread Dwayne Cole
What makes any of the below system better than the charting functionality the ships with CFMX. I'm interested in a charting tool that allows me todesign the graph, point the tool to the database tables, and bam there's my graph.I'm trying to get around writing the the sql. -- Original

Re: mimetype - .log and .ini

2004-07-28 Thread cf coder
This is the error msg I get: The MIME type of the uploaded file (application/octet-stream) was not accepted by the server [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Need recommendations for charting engines

2004-07-28 Thread Micha Schopman
There is none, .. you still have to provide the data, and formulas you need Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 ALAmersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 [Todays Threads] [This Message] [Subscription]

Re: Small query question..

2004-07-28 Thread Jason Lemahieu
cfquery name=charting datasource=#dsn# SELECT * FROM #tablename# WHERE #url.date# ORDER by date LIMIT 31 /cfquery I don't use MySQL so maybe this is not the case, but don't you need to say something like: WHERE myDateColumn = #url.date#, rather than just WHERE #url.date# ? Or does MySQL

Re: mimetype - .log and .ini

2004-07-28 Thread Thomas Chiverton
On Wednesday 28 Jul 2004 15:24 pm, cf coder wrote: The MIME type of the uploaded file (application/octet-stream) was not accepted by the server One or other of your client and server is sending the wrong MIME type. No idea how to sort that out on windows, Linux has a mime-types file. -- Tom

RE: mimetype - .log and .ini

2004-07-28 Thread Pascal Peters
Those files have the mime-type application/octet-stream and this is not in your list of accepted mime-types. Pascal -Original Message- From: cf coder [mailto:[EMAIL PROTECTED] Sent: 28 July 2004 13:42 To: CF-Talk Subject: mimetype - .log and .ini When I try to upload either a

RE: Need recommendations for charting engines

2004-07-28 Thread Dave Wilson
What makes any of the below system better than the charting functionality the ships with CFMX. cfchart essentially cannot handle dates properly, which in turn makes it virtually impossible to create charts of events over time e.g. tracking a stock, etc. I've managed to kludge a workaround for my

Re: mimetype - .log and .ini

2004-07-28 Thread cf coder
that was simple. I was wondering why you've taken so long :) Thanks Pascal [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: mimetype - .log and .ini

2004-07-28 Thread Thomas Chiverton
On Wednesday 28 Jul 2004 16:14 pm, cf coder wrote: that was simple. I kinda assumed you'd have noticed that already :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF

Re: Hotel scheduling

2004-07-28 Thread Bob Haroche
Cutter (CF-Talk) wrote: I may have asked this some time way back, but requirements changed to make it unnecessary at the time. I am looking for a prebuilt package to handle hotel reservation scheduling and management. Any body know of anything? This was recommended on the evolt list:

RE: mimetype - .log and .ini

2004-07-28 Thread Pascal Peters
Sometimes I have more urgent things to do than to read and answer cf-talk posts ;-) Pascal -Original Message- From: cf coder [mailto:[EMAIL PROTECTED] Sent: 28 July 2004 17:14 To: CF-Talk Subject: Re: mimetype - .log and .ini that was simple. I was wondering why you've taken so

IOException too many open files

2004-07-28 Thread Eric Jones
Has anyone else run into this error on Windows 2000? I know it's has something to do with file Handler limits in either Windows or the JVM. I'm just curious how others might have prevented this from happening in the future. ERJ [Todays Threads] [This Message] [Subscription] [Fast

Search PDFs?

2004-07-28 Thread Burns, John D
I'm looking for some way to create a search that will allow me to search the contents of PDF files (much like how google does).The majority of this programming and the search feature is going to be built in java because of our need to access an XML Database (Tamino) so we'd like to find some kind

Re: Search PDFs?

2004-07-28 Thread Mark Drew
Well since this is posted to the cf =talk group, have youthought of doing a Verity Collection? No CF involved? right,have a look at http://jakarta.apache.org/lucene/docs/index.html And see if that is the kinda thing you want HTH Mark Drew On Wed, 28 Jul 2004 11:28:40 -0400, Burns, John D

Re: Small query question.. (Updated, SQL Syntax)

2004-07-28 Thread techmike
Thats how I normally pull one result..I guess when I left off the column = it was completely ignoring the WHERE line.. So I guess my whole problem is in my MySQL syntax.. How would one normally return a range of results then..Ultimatly I'm trying to get all the results for one month.I can go

from web server get file on file server

2004-07-28 Thread Kristen Winsor
On my website behind a password protected area I need to give the ability for the webuser to retrieve a PDFfile. I know I could open a one way port to allow the user to view the file simply by a hreffilename... but I don't want the webusers (who have ADOBE writer) to be able to change anything on

Re: Help! - Dynamically Generate Forms from SQL DB - Bad Idea?

2004-07-28 Thread millerj
The system is only available with a valid account, I can create one but if you are interested you can contact me by personal mail. So that means one can't even see what it is about and what it's features are etc? It would be nice to see how it works, what the interface/workflow is etc without

RE: Search PDFs?

2004-07-28 Thread Matt Liotta
I have a Java CFX tag up at OpenXCF (http://sourceforge.net/projects/openxcf) that allows you to turn a PDF into a string. Once you have it as a string you can do a whole bunch of things with it for searching purposes including feeding it to Lucene. -Matt -Original Message- From:

RE: cleaning up

2004-07-28 Thread Alistair Davidson
Hi Simon, If all else fails, you can use the System.gc() function to give the java garbage collector a nudge - it might not work, but it's worth a try. I blogged about this here : http://instantbadger.blogspot.com/2004/06/collecting-your-garbage-in-cfm x.html Hope that helps Alistair Alistair

Re: Small query question.. (Updated, SQL Syntax) (solved)

2004-07-28 Thread techmike
Got it.. WHERE date = 03-01-04 AND date = 03-31-04 did what I needed.. -mike -Original Message- From: techmike [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Date: Wed, 28 Jul 2004 12:02:27 -0400 Subject: Re: Small query question.. (Updated, SQL Syntax) Thats how I normally pull one

Re: A script to Prevent SQL Injection: feedback/suggestions?

2004-07-28 Thread Jochem van Dieten
Rick Faircloth wrote: I haven't been following this intensive discussion completely, but I'm curious as to what the end result of your conversion is... Does this mean using cfqueryparam for form data is not 100% foolproof against SQL injection and we need to use cfqueryparam along with

Re: from web server get file on file server

2004-07-28 Thread Robert Munn
I was just testing w/ cfcontent..but this does not appear to let me retrieve a file from another server?? If you are running CF 5.0 or earlier, that's true. If you are running CFMX, cfcontent runs with the permissions of the server user that is running the CF Application Server process. Here

Re: Small query question.. (Updated, SQL Syntax)

2004-07-28 Thread Jochem van Dieten
techmike wrote: How would one normally return a range of results then..Ultimatly I'm trying to get all the results for one month. SELECT * FROM table WHERE EXTRACT(MONTH FROM date) = cfqueryparam Jochem [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: Search PDFs?

2004-07-28 Thread Burns, John D
Well, no, we're making the calls to the java classes from within CF. The only thing is that we want the search to be a smart search where someone just types in what they want to search and we do a search on the xml database which we have to do in java anyway and we also want to search a collection

RE: Search PDFs?

2004-07-28 Thread Tom Jordahl
Can verity index the contents of PDF docs? Yes, of course. Verity can index most document formats (HTML, CFML, MS Office, PDF, etc). This is exactly what CFIndex and CFSearch are built in to ColdFusion for. -- Tom Jordahl Macromedia Server Development -Original Message- From: Burns,

HELP - having trouble with a insert query.

2004-07-28 Thread Kevin
Hi again everyone, I have been working on this insert query and can not seem to find my error. I am trying to build the insert statement from a form input where some fields may not always exist due to being disabled in the form. Here is my code for the query and the building of the string. !---

cfsilent how to...

2004-07-28 Thread Jim McAtee
ColdFusion 5.0.If I've got a cfsilent block and wish to cfinclude another template that generates output to the browser, is there a means of turning off cfsilent from within the included template? cfsilent [do stuff] cfif error_condition cfinclude template=error_message.cfm cfabort /cfif [do

RE: cfsilent how to...

2004-07-28 Thread Paul Vernon
If i'm doing something like that then this is how I do it... cfsilent [do stuff] cfif error_condition cfsavecontent variable=errormessage cfinclude template=error_message.cfm /cfsavecontent cfelse [do more stuff] /cfif /cfsilent cfif IsDefined(errormessage)

Re: cfsilent how to...

2004-07-28 Thread Jeff Garza
Not that I'm aware of...Your only option is to close off your cfsilent tags. cfsilent [do stuff] /cfsilent cfif error_condition cfinclude template=error_message.cfm cfabort /cfif cfsilent [do more stuff] /cfsilent -- Jeff - Original Message - From: Jim McAtee To: CF-Talk Sent:

Re: from web server get file on file server

2004-07-28 Thread Kristen Winsor
I was just testing w/ cfcontent..but this does not appear to let me retrieve a file from another server?? If you are running CF 5.0 or earlier, that's true. If you are running CFMX, cfcontent runs with the permissions of the server user that is running the CF Application Server

RE: OT Have I got a virus or what?

2004-07-28 Thread Kevin Roche
Yes, Looks like you are right. Have uninstalled Zone Alarm for the time being. Let me know if you find a solution. I thought it was a problem in CF with a datasource. Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28 July 2004 14:04 To: CF-Talk Subject:

RE: A script to Prevent SQL Injection: feedback/suggestions?

2004-07-28 Thread Rick Faircloth
Alright...thanks, Jochem... Rick -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 1:02 PM To: CF-Talk Subject: Re: A script to Prevent SQL Injection: feedback/suggestions? Rick Faircloth wrote: I haven't been following this intensive

Re: Help! - Dynamically Generate Forms from SQL DB - Bad Idea?

2004-07-28 Thread Dan O'Keefe
otherwise you get a blank page? - Original Message - From: Micha Schopman [EMAIL PROTECTED] Date: Wed, 28 Jul 2004 15:54:07 +0200 Subject: RE: Help! - Dynamically Generate Forms from SQL DB - Bad Idea? To: CF-Talk [EMAIL PROTECTED] The system is only available with a valid account, I can

RE: cfsilent how to...

2004-07-28 Thread S . Isaac Dealey
that's never worked for me... the cfsavecontent tag shouldn't generate any content because it's just looking at the output buffer... which doesn't receive any content while it's inside the cfsilent tags... afaik there's not any way to output anything inside cfsilent tags... you can still use

HELP - having trouble with a insert query. (FIXED IT!!)

2004-07-28 Thread Kevin
Hi again, I just wanted to let you all know I found my error. I placed the variable that holds the string inside a PreserveSingleQuotes() and now it works like a charm!! Yippee. Thanks for being here. Kevin [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: cfsilent how to...

2004-07-28 Thread Paul Vernon
that's never worked for me... the cfsavecontent tag shouldn't generate any content because it's just looking at the output buffer... which doesn't receive any content while it's inside the cfsilent tags... Works great for me but then I guess I am testing in CFMX 6.1 . Paul [Todays

RE: Search PDFs?

2004-07-28 Thread Jerry Johnson
Verity can also index the XML as flat files or in a database, if you want to move all the searching into one place. Jerry Johnson [EMAIL PROTECTED] 07/28/04 01:19PM Can verity index the contents of PDF docs? Yes, of course. Verity can index most document formats (HTML, CFML, MS Office, PDF,

Re: from web server get file on file server

2004-07-28 Thread Patrick McGeehan
Subject: From: Kristen Winsor [EMAIL PROTECTED] Date: Wed, 28 Jul 2004 12:20:13 -0400 Thread: http://www.houseoffusion.com/cf_lists/index.cfm/method=messagesthreadid =34202forumid=4#172317 Kristen, I have done my home work on this one before, here is the best I have found. cfset

Re: HELP - having trouble with a insert query.

2004-07-28 Thread Robert Munn
You are making this way to hard on yourself. Try something like this to clean up your code and give yourself easier debugging. Also, make sure all of your fields are numeric, or add quotes around inserted values as necessary. The color field, for instance, is that numeric or text? !--- isnull.cfm

Re: from web server get file on file server

2004-07-28 Thread Robert Munn
CF 5.0 generally can't access network resources with cfcontent because the cfcontent tag itself is running in the Web server process, not the CF process. If you are running Apache, you can change the Apache service's permissions to access the resource and it will work. If you are running IIS,

Best Practice - Forms

2004-07-28 Thread Jeff Chastain
I have dealt with this in a variety of different ways in the past, I am wanted to see how other people did it.I have a form.This same form is reused for creating a new record as well as updating an existing record. So, the question is how do people 'control' the back button and the case where

Re: cfsilent how to...

2004-07-28 Thread Barney Boisvert
CFSILENT works like CFSAVECONTENT except the generated content is thrown away, i believe.So it operates at the HTML buffer level, unlike CFSETTING.Not sure about CFPROCESSINGDIRECTIVE cheers, barneyb On Wed, 28 Jul 2004 14:10:55 -0400, S. Isaac Dealey [EMAIL PROTECTED] wrote: that's never

Re: Best Practice - Forms

2004-07-28 Thread Paul Giesenhagen
I am not sure what you are actually asking ... Questions back at you: 1) Are you concerned with someone who inserts a form and hitting their back button only to get the form again without anything in it or an EXPIRED page? 2) Or are you asking if someone goes into a page where they are updating

Re: HELP - having trouble with a insert query.

2004-07-28 Thread Kevin
Hi Robert, Wow, thank you. You just help me make my code much easier. I also have learned from it and can now make some cleanup changes to other pages as well. :-) The color is not numeric so I had to add the ' 'around the field, but other then that it worked right off. :-) No need to make a

Re: Best Practice - Forms

2004-07-28 Thread fbx-lists
The problem I have run into in the past is that a user will submit a form, then see the results (confirmation page) and need to make a change, hit the back button, and end up creating record #2 instead of updating the original record. So, in this case, how do you make the second pass on the

RE: from web server get file on file server

2004-07-28 Thread Dave Watts
CF 5.0 generally can't access network resources with cfcontent because the cfcontent tag itself is running in the Web server process, not the CF process. If you are running Apache, you can change the Apache service's permissions to access the resource and it will work. If you are

RE: Best Practice - Forms

2004-07-28 Thread Tangorre, Michael
Right after your initial insert set a session variable containing the some kind of ID to the record. Before you do another insert, check to see if the session var exists and if so, use an update query instead with the ID in the var... Mike The problem I have run into in the past is that a user

RE: OT Have I got a virus or what?

2004-07-28 Thread Nando
Hmmm ... this happened to me yesterday too, but i'm running on Apache. Had to do a hard reboot and it hasn't reoccured. I HOPE it's not a worm, although the behavior reminds me of one circulating a year back or so. -Original Message- From: Kevin Roche [mailto:[EMAIL PROTECTED] Sent:

ANNOUNCE: Fusebox Conf interviews 3: Michael Smith Real World FLiP saves programming headaches

2004-07-28 Thread Michael Smith
In this Fusebox Conference interview, Hal Helms talks with me, Michael Smith about Real World FLiP way to save headaches when developing web applications (Fusebox or other style). But first some news. * Conference and training news * $149 price expires midnight EST 7/31/04 (it costs $199

ColdFusion/DHTML recursion tree

2004-07-28 Thread Metzy Martinez
Hello, I'm trying to create windows explorer style directory structure. And I'm some issues. My folder end up nesting inside of themselves. Here is my code its a custom tag that calls itself when it finds children cfoutput cfif isdefined(attributes.parentItemIdx) cfset

Re: Session-Based CFC Usage Across Clusters

2004-07-28 Thread scott powell
Barney, >From reading your post, your solution sounds more like a global UDF whose methods are called with the data stored in the client scope than a true flyweight pattern (e.g., a shared, type-specific object for all users). But after reading this thread we were testing some ideas. All of

CFHTTP

2004-07-28 Thread Mickael
Hello All, I have never used CFHTTP before,and I am running in to an issue.I would like to retrieve information from a form on a remote server.If I simple do this in IE . https://username:[EMAIL PROTECTED]/search.cgi?name=searchnamenumber=123search=all This returns the proper information in my

Re: cleaning up

2004-07-28 Thread scott powell
Simon, It might help to cfset queryName = / at the point in the page where you no longer need the query named queryName. But I've been using CF since version 2 and never had that error.You have a REALLY big query (maybe the selection criteria could be more specific) or a really small JVM

DHTML recursion problem

2004-07-28 Thread Metzy Martinez
Hello, I'm trying to create windows explorer style directory structure. And I'm some issues. My folder end up nesting inside of themselves. Here is my code its a custom tag that calls itself when it finds children cfoutput cfif isdefined(attributes.parentItemIdx) cfset

RE: CFHTTP

2004-07-28 Thread Dave Watts
I have never used CFHTTP before,and I am running in to an issue.I would like to retrieve information from a form on a remote server.If I simple do this in IE . https://username:[EMAIL PROTECTED]/search.cgi?name=searc hnamenumber=123search=all This returns the proper information in my

Re: CFHTTP

2004-07-28 Thread Bryan Stevenson
h...not sure what that column stuff is aboutbut have a look at CFHTTPPARAM...it's used for passing in the URL params ?name=searchnamenumber=123search=all properly Sorry.,...tad rusty on CFHTTPbut that should shed some light Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce

RE: CFHTTP

2004-07-28 Thread Dave Watts
I'm not sure what exactly you're getting back, but your first URL uses HTTPS, while your CFHTTP tag isn't. You must specify the entire URL within the CFHTTP tag (https://...) Actually, to be more accurate, if you don't specify the protocol in the URL attribute, it will default to HTTP rather

RE: CFHTTP

2004-07-28 Thread Dave Watts
h...not sure what that column stuff is aboutbut have a look at CFHTTPPARAM...it's used for passing in the URL params ?name=searchnamenumber=123search=all properly You can send URL parameters embedded directly within the URL attribute, rather than using CFHTTPPARAM. Dave Watts, CTO,

Need Help with Form entry

2004-07-28 Thread Kevin
I am trying to find a simple way to automate the entry of a form field for dates. What I would like to do is allow the user to enter a date and have it automatically add the / where they belong. Is there a function to do this or do I need to write a _javascript_ function to test the input and

Re: CFHTTP

2004-07-28 Thread Mike Kelp
1) You are getting the column error because you are passing the name attribute, which specifies a variable name for creating a query based on the data returned (hence cf is looking for a list of column names in the first line of the response) 2) Check out the livedocs!

Re: Help! - Dynamically Generate Forms from SQL DB - Bad Idea?

2004-07-28 Thread millerj
otherwise you get a blank page? It's not just a blank page either - it's void of any html or coding etc. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: CFHTTP

2004-07-28 Thread Bryan Stevenson
hehe...like I said...rusty ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Original Message - From: Dave Watts To: CF-Talk Sent: Wednesday, July 28, 2004 1:49 PM Subject: RE: CFHTTP

Re: CFHTTP

2004-07-28 Thread Adam Haskell
I would re-look at your actual Cfhttp call Invalid column would indicate to me that you are trying to put the cfhttp content into a query. Notice: cfhttp name=username Should be: cfhttp username=username Adam H On Wed, 28 Jul 2004 16:49:27 -0400, Dave Watts [EMAIL PROTECTED] wrote:

  1   2   >