Re: Carriage Returns with CFFILE

2001-09-24 Thread Tony Hicks
This should help cfset outputtext = #line1##chr(13)##chr(10)##line2# -- Search the Holy Bible: http://www.bibleclicks.com - Original Message - From: Chris Jensen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 1:29 AM Subject: Carriage Returns

RE: MODIFY sql command

2001-09-24 Thread DeVoil, Nick
Will I need to modify a table on one of my Databases - to add 2 Yes/No fields. The DB is Access, and the table name Pending. alter table pending add column col1 yesno, col2 yesno; Nick ** Information in this email is

RE: Search Engines

2001-09-24 Thread Declan Maher
Hi, The whole issue of whether you have to pay for search engines or not is very complex and much more detailed than simply do I have to pay or not. You will not get listed on certain engines if you don't subscribe to certain directories and are unlikely to get a good position unless you pay for

Re: MODIFY sql command

2001-09-24 Thread W Luke
Nick, I need to modify a table on one of my Databases - to add 2 Yes/No fields. The DB is Access, and the table name Pending. alter table pending add column col1 yesno, col2 yesno; Strange problem with that - probably Access being pathetic. It creates the column perfectly happily, and

RE: MODIFY sql command

2001-09-24 Thread DeVoil, Nick
Will, Sorry, what do you mean by it isn't - just says the format is blank? Nick ** Information in this email is confidential and may be privileged. It is intended for the addressee only. If you have received it in error,

Dynamic query problem

2001-09-24 Thread Tristram Charnley
Hi All I'm building a dynamic query that will export to an Excel spreadsheet. The client can choose from a list of fields to export so the query is built dynamically and the column names in the SELECT statement are built from a list submitted in a form field. The query works fine. Next I've got

Re: MODIFY sql command

2001-09-24 Thread W Luke
Sorry, what do you mean by it isn't - just says the format is blank? Sorry, didn't explain it properly. In the Design View in Access, the new field's data type is Yes/No. But then looking at the properties, the *format* should be Yes/No (other options are On/Off or True False), but it's

Re: File information

2001-09-24 Thread phumes1
Hi, Is there a CF tag that displays all the information on a file (name, size, last modified..etc)? I have some Javascript code that does this, but was just wondering if there was some CF code. ~~ Get the mailserver that powers this list at

RE: File information

2001-09-24 Thread Raymond Camden
You can use CFDIRECTORY, pass it a filter with the file name, and you will get information back. If you are using CF5 on Windows, you can find a few UDFs to get this information as well. http://www.cflib.org/library.cfm?ID=8

Re: cf and apache

2001-09-24 Thread Alexis Maldonado
no biggie.. Alex, - Original Message - From: Pete Freitag [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, September 21, 2001 12:56 PM Subject: RE: cf and apache Some of the CGI variables that you can use in IIS, are not available in Apache, CGI.PATH_INFO is one.

RE: File information

2001-09-24 Thread William Swain
You can use CFDIRECTORY to see the contents of a folder, and filter it for one particular file, or type of file. This returns size, date last modified, name and fileattributes, among others. Cheers Will -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 24

VSS

2001-09-24 Thread Marlon Moyer
I can't seem to find the setting in CF 5 to integrate Visual Source Safe. Did they remove that functionality from 4.5 - 5.0? ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

file checksum...

2001-09-24 Thread Daniel Wm Brick III
Greetings all, Anybody know of a cfx or CF script that can quickly (the key word here is quickly) calculate a checksum for a given file? TIA, dBIII+ ~~ Your ad could be here. Monies from ads go to support

Re: cf and apache

2001-09-24 Thread Alexis Maldonado
im running appache CF and PHP on mandrake.. extremely stable, fast, AND reliable. plus I can choose to use any FREE and very cool, secure, constantly updated databases. plus webmin, telnet, ssh, vnc, netsaint basically cover all of the administration tools you would ever need. Alex. -

RE: cf and apache

2001-09-24 Thread Carlisle, Eric
I have to tip my hat to Mandrake as well. EC -Original Message- From: Alexis Maldonado [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 9:13 AM To: CF-Talk Subject: Re: cf and apache im running appache CF and PHP on mandrake.. extremely stable, fast, AND reliable.

OT: SQL SERVER 2000 GOING TO Single User Mode

2001-09-24 Thread William J Wheatley
Sql server 2000 keeps going into Single user mode anyone have ideas?? Thanks :) Bill Wheatley Director of Development Certified Master ColdFusion 5 Developer AEPS INC Allaire ColdFusion Consulting Partner www.aeps.com www.aeps2000.com 954-472-6684 X303 ICQ: 417645

Re: SQL SERVER 2000 GOING TO Single User Mode

2001-09-24 Thread Mike Tangorre
when you set it up did you use the right licensing mode? :-) - Original Message - From: William J Wheatley [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 9:16 AM Subject: OT: SQL SERVER 2000 GOING TO Single User Mode Sql server 2000 keeps going

RE: VSS

2001-09-24 Thread James Maltby
I thought you had to create a project then right-click on the project and choose source control, etc still there in 5 J -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED]] Sent: 24 September 2001 14:01 To: CF-Talk Subject: VSS I can't seem to find the setting in CF 5

RE: SQL SERVER 2000 GOING TO Single User Mode

2001-09-24 Thread Carlisle, Eric
Certified Master ColdFusion 5 Developer ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

Re: SQL SERVER 2000 GOING TO Single User Mode

2001-09-24 Thread William J Wheatley
yes its licensed per processor Bill Wheatley Director of Development Certified Master ColdFusion 5 Developer AEPS INC Allaire ColdFusion Consulting Partner www.aeps.com www.aeps2000.com 954-472-6684 X303 ICQ: 417645 - Original Message - From: Mike Tangorre [EMAIL PROTECTED] To: CF-Talk

Re: SQL SERVER 2000 GOING TO Single User Mode

2001-09-24 Thread William J Wheatley
eek =) sorry but i would rather have had that plus an answer to my question :) it says CF Developer not Advanced SQL server developer, i can do the queries sometimes everyone needs a little push in the right direction Bill Wheatley Director of Development Certified Advanced ColdFusion 5

Re: Passing a recordset INTO an Oracle Stored Procedure

2001-09-24 Thread Deanna Schneider
Maurice, In your code, you indicate no value is being passed in. Is that what you meant to indicate? I would guess that Oracle would balk at an in parameter with no value unless you have a default value set up in your stored proc. cfprocparam cfsqltype=cf_sql_refcursor type=IN

RE: once upon a time... (long)

2001-09-24 Thread Jesse Noller
/me takes off 'official' macromedia hat Some quotes: The so-called 'dmz' is a farm of unix boxes/firewalls/security tools/etc. Although temporary use of Macromedia ColdFusion has been approved for existing systems within the DMZ, it has been proven to be a less secure environment under the

Certified Master ColdFusion 5 Developer

2001-09-24 Thread Carlisle, Eric
eek... My comment got cut off... How do you get a Master cert? :) EC -Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 9:20 AM To: CF-Talk Subject: RE: SQL SERVER 2000 GOING TO Single User Mode Certified Master ColdFusion 5

RE: Dynamic query problem

2001-09-24 Thread Tristram Charnley
OK Don't all rush - Solved it myself: #Evaluate(DE(ColData))# Tristram Charnley ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: SQL SERVER 2000 GOING TO Single User Mode

2001-09-24 Thread Sicular, Alexander
i recently had this happen on sql7sp2. the fix was to patch it to sp3. i think sql2k has a sp1 out. the change log may speak to your problem. -alex -Original Message- From: William J Wheatley [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 9:16 AM To: CF-Talk Subject: OT:

RE: Certified Master ColdFusion 5 Developer

2001-09-24 Thread Tristram Charnley
Brainbench do a Master Cert - I can't remember my score but it was enough. Tristram Charnley ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

Re: Certified Master ColdFusion 5 Developer

2001-09-24 Thread Mike Tangorre
Brainbench and Allaires test are like apples and oranges.. :-) - Original Message - From: Tristram Charnley [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 10:04 AM Subject: RE: Certified Master ColdFusion 5 Developer Brainbench do a Master Cert -

Re: SQL SERVER 2000 GOING TO Single User Mode

2001-09-24 Thread William J Wheatley
rgr will try thanks ya! Bill Wheatley Director of Development Certified Advanced ColdFusion 5 Developer AEPS INC Allaire ColdFusion Consulting Partner www.aeps.com www.aeps2000.com 954-472-6684 X303 ICQ: 417645 - Original Message - From: Sicular, Alexander [EMAIL PROTECTED] To: CF-Talk

WDDX and structures

2001-09-24 Thread cftalk
Hello all, My first post to the group - hopefully not asking questions that will send eyes rolling. Situation: I'm trying to pass a structure of items from an application to the secure portion of the site to complete checkout/ordering process. The main site sits at

OT: E-mail Services

2001-09-24 Thread CFTalk
I am looking for any recommendations you cf-talk guys might have about e-mail services for hosting the e-mail for my domain. I share a co-located server with a few other developers for work we do on the side and we have been running our own mail server for awhile, but because we use this box

RE: Certified Master ColdFusion 5 Developer

2001-09-24 Thread Carlisle, Eric
Sounds good. I was just curious :) EC -Original Message- From: Tristram Charnley [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 10:04 AM To: CF-Talk Subject: RE: Certified Master ColdFusion 5 Developer Brainbench do a Master Cert - I can't remember my score but

RE: Certified Master ColdFusion 5 Developer

2001-09-24 Thread Mark Smyth
has anyone taken both tests, how do they compare for difficulty? Mark -Original Message- From: Mike Tangorre [mailto:[EMAIL PROTECTED]] Sent: 24 September 2001 15:11 To: CF-Talk Subject: Re: Certified Master ColdFusion 5 Developer Brainbench and Allaires test are like apples and

twoselectsrelated

2001-09-24 Thread Steven Dworman
I've been playing with twoselectsrelated, and for some reason I'm running into a bind. I have a multipart form where I'm storing the data using the following methodology. I take the data and throw it into an array and store the array in a structure and then finally keep it in a WDDX packet.

Re: Certified Master ColdFusion 5 Developer

2001-09-24 Thread Mike Tangorre
Brainbnech is easy comparatively, you get like 60 or 90 seconds per question. I just took the Allaire CF 5.0 exam and did not do so well... the questions for the cf 5 exam (form allaire) are much harder than those at Brainbench. :-) Mike - Original Message - From: Mark Smyth [EMAIL

Recursively calling CFCONTENT

2001-09-24 Thread Boardwine, David L.
I have a list of PDF documents I want the user to be able to download using CFCONTENT. I've been unable to write the code to recursively call CFCONTENT since no code after that tag is executed. Is there a way to do this ? Should I be looking at some other method to accomplish this ? Any

Re: OT: E-mail Services

2001-09-24 Thread Jeffry Houser
I don't know how to implement it, but I do know that it was ( fairly easily ) done by a UNIX guy I used to work with. Mail stuff (I.E. smtp requests?) can easily be redirected to one place while http requests are directed to another. ( wouldn't it have made more sense to contact your

RE: WDDX and structures

2001-09-24 Thread Alistair Davidson
John, To encode (serialize) a structure into WDDX - CFWDDX action=CFML2WDDX input=#MyStructure# output=MyWDDXPacket will create a string called MyWDDXPacket with the WDDX encoding of MyStructure. To get it back (de-serialize) - CFWDDX action=WDDX2CFML input=#myWDDXPacket#

Find in-coming form fields

2001-09-24 Thread Steven Monaghan
I have a situation where I need to accept a form, but I don't know the names of the form fields that are set. I can't access the posting form, since it's hidden in someone else's app, so I can't find the names that way. I want to build a simple page where I can accept the post, then dump out

RE: SQL Development and VSS (or other SCM)

2001-09-24 Thread Matt Wisdom
The whole DB is part of the backup, but that really is only worthwhile for catastrophic situations. Matt -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 12:17 AM To: CF-Talk Subject: RE: SQL Development and VSS (or other SCM) Maybe it

SQL - Oracle Functions

2001-09-24 Thread Scott Mulholland
Let me see if I can explain this clearly...I am trying to join 2 tables, using a field from table A to match just a part of a field in table B (re-working of my tables and what I store will fix this, but I want to see if it can be done in my current setup) select A.event_id,

RE: Certified Master ColdFusion 5 Developer

2001-09-24 Thread C. Hatton Humphrey
On the line of the Allaire certification, I've always wondered on one thing. The sample exam at forta.com has 25 questions and (that I can see) does not enforce a time limit. Maybe I've just always answered within the restrictions, tho. How many questions are there on the exam, or is that not

RE: Find in-coming form fields

2001-09-24 Thread Yager, Brian T Contractor/NCCIM
Could you possibly turn on debugging and see what form fields are being returned?? Brian Yager President - North AL Cold Fusion Users Group Sr. Systems Analyst NCCIM/CIC [EMAIL PROTECTED] (256) 842-8342 -Original Message- From: Steven Monaghan [mailto:[EMAIL PROTECTED]] Sent: Monday,

RE: Find in-coming form fields

2001-09-24 Thread Mark Smyth
try this cfoutput #Form.FieldNames# /cfoutput hth mark -Original Message- From: Steven Monaghan [mailto:[EMAIL PROTECTED]] Sent: 24 September 2001 15:34 To: CF-Talk Subject: Find in-coming form fields I have a situation where I need to accept a form, but I don't know the names of the

RE: Find in-coming form fields

2001-09-24 Thread Raymond Camden
Here is one example: CFOUTPUT CFLOOP COLLECTION=#Form# ITEM=Field Form.#Field# = #Form[Field]#BR /CFLOOP /CFOUTPUT It simply uses the form as a structure and loops over the items. It will tell you the field name and display the value.

RE: Find in-coming form fields

2001-09-24 Thread Christopher Olive
the FORM scope is a structure in CF4.5+. try a COLLECTION CFLOOP. to get all the names and values. christopher olive, cio cresco technologies, inc http://www.crescotech.com -Original Message- From: Steven Monaghan [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 10:34 AM

Re: Certified Master ColdFusion 5 Developer

2001-09-24 Thread William J Wheatley
They are very similar i would say i found the brain bench one a little more challenging and recieved a master cert for that but the allaire one had its fun questions Bill Wheatley Director of Development Certified Advanced ColdFusion 5 Developer AEPS INC Allaire ColdFusion Consulting Partner

RE: Find in-coming form fields

2001-09-24 Thread Alistair Davidson
Steven Every form post contains a field called Fieldnames, which is a comma-separated list of fields in the form. So you could do - cfloop list=#FORM.fieldnames# index=i FORM.#i# = #FORM[i]# /cfloop Hope that helps Alistair Davidson Senior Developer Rocom New Media www.rocomx.net

RE: Find in-coming form fields

2001-09-24 Thread William Swain
Hello Steve, I was just doing this very thing this morning. The formfields are passed as a variable Form.FieldNames. This is the reply I got when I posted a similar question: cfloop index=formfield list=#Form.FieldNames# Cfoutput #formfield# - #evaluate(form.formfield)#br

RE: Certified Master ColdFusion 5 Developer

2001-09-24 Thread Chris Bohill
One of the Guys in our place took the exam recently. He had been using the Study book as well, but found that there were a substantial number of Questions relating to new features within CF5, which the current study guide does not cover. My advice would be to print off a copy of the new CF5

Re: File information

2001-09-24 Thread Kevin Derby
Can you make this truly dynamic, where you feed it the name of itself (via CGI variable) to get the datelastmodified field? Kevin - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 5:48 AM Subject: RE: File

RE: Find in-coming form fields

2001-09-24 Thread C. Hatton Humphrey
When a form is submitted CF provides a variable, FieldNames, which includes a comma-separated list of all the form fields. You could do something like this if you wanted to find out what you were getting: cfloop list=#fieldnames# index=curfield cfoutput b#curfield#/b -

RE: SQL - Oracle Functions

2001-09-24 Thread Henderson, Maurice
try this. It works in Oracle's SQL: .. where A.event like '%' || B.name || '%' (Beware, though, any indexes you have on A.event and B.name may not work in this sort of statement. Run it through Oracle's Explain Plan to see.) Maurice. -Original Message- From: Scott Mulholland

RE: cf and apache

2001-09-24 Thread Justin Greene
After a few conversations MM agreed to compile it and said it would be available in a few weeks. That was at the end of August. I have asked for an update but have not gotten a reply. Justin -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 23,

Re: SQL - Oracle Functions

2001-09-24 Thread Deanna Schneider
You could probably do something like this with a combination of instr and substr...something like upper(substr(a.event, 2, instr(a.event, chr(10))) But, my guess is that you're going to end up with a boggy query. As a temporary fix, I'd create another field in your table, run the above on

Re: Find in-coming form fields

2001-09-24 Thread Craig Fisher
CFDUMP VAR=#form# - Original Message - From: Steven Monaghan [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 9:33 AM Subject: Find in-coming form fields I have a situation where I need to accept a form, but I don't know the names of the form fields

Re: CFSILENT

2001-09-24 Thread Colin Fyfe
Hi Bruce - no problem for the mail, I'm just glad it helped clear a few things up. The general rule I use to decide whether or not to build the content as a big string and then dump it either incrementally or at the end is a bit rough but basically: If the template/custom tag is primarily a data

RE: Recursively calling CFCONTENT

2001-09-24 Thread Dave Watts
I have a list of PDF documents I want the user to be able to download using CFCONTENT. I've been unable to write the code to recursively call CFCONTENT since no code after that tag is executed. Is there a way to do this? Should I be looking at some other method to accomplish this? Any

CFCASE Issue

2001-09-24 Thread Bruce Sorge
OK.This error message is pretty straightforward: CFCASE CFCASE tag cannot appear after a CFDEFAULTCASE tag. The error occurred while processing an element with a general identifier of (CFCASE), occupying document position (24:2) to (24:28). However the issue is that I do NOT have a

RE: SQL - Oracle Functions

2001-09-24 Thread Steven Monaghan
Not one function, but a combination of two should serve your purpose... select A.event_id, to_char(A.event_date,'mm/dd/ hh24:mi:ss'), A.event_type, A.event, B.name, B.description from table_a A, table_b B where upper(B.name) = substr(upper(a.event), instr(a.event, '.', -1), 2) A quick

Re: E-mail Services

2001-09-24 Thread Kevin Derby
My personal suggestion: shift your domain registrar to register.com. The have web-based DNS, relatively cheap email hosting, and it's all web-driven. Everything you list is available. Kevin - Original Message - From: Jackson Moore (CFTalk) [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: File information

2001-09-24 Thread Raymond Camden
Sure, just use CGI.SCRIPT_NAME. Or: thispage = getfilefrompath(getbasetemplatepath()); === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally

RE: cf and apache

2001-09-24 Thread Jesse Noller
For the windows version of the module? -jesse -Original Message- From: Justin Greene [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 11:16 AM To: CF-Talk Subject: RE: cf and apache After a few conversations MM agreed to compile it and said it would be available in a few

query of query and aliasing

2001-09-24 Thread Deanna Schneider
Hi folks, I've searched for this answer, but haven't been able to find anything. Does query of query not support aliasing? If I try to do either a table or a column alias, I get an error: cfquery name=trythis dbtype=query SELECTa.shortdate, a.totalmilkavg as youravg, b.totalmilkavg as allavg

Re: Certified Master ColdFusion 5 Developer

2001-09-24 Thread Kamie Curfman
I found this to be the case as well. I took the CF5 exam a little over a month ago. My Web App Construction Kit 4.0 book had been long well-worn (the 5.0 version came out a week or two after my exam, so I didn't have it in advance). My Developer Study Guide was read cover-to-cover twice and

RE: Passing a recordset INTO an Oracle Stored Procedure

2001-09-24 Thread Henderson, Maurice
Deanna, Sorry, the proper code snippet should look like this: !--- This cfscript block just creates a simple recordset --- cfscript empRS = QueryNew(l_emp_number,l_first_name); for(i = 1;i lte 3;i = i + 1){ QueryAddRow(empRS);

Re: E-mail Services

2001-09-24 Thread Gary Kraeger
Kevin: Were do you find there web based dns gary - Original Message - From: Kevin Derby [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 11:24 AM Subject: Re: E-mail Services My personal suggestion: shift your domain registrar to register.com. The

Absolute Path Usage

2001-09-24 Thread Bruce Holm
I have a NT based hosting company hosting a domain for me. They support CF and Access for the db. When I use CFINCLUDE relative paths work fine. But I'm finding that if I specify an absolute path starting with the web root / it doesn't find the template. For example I have a global

RE: Studio 5.0

2001-09-24 Thread William Swain
Its now a Release Candidate, so not sure you still can beta it, but try contacting [EMAIL PROTECTED] or [EMAIL PROTECTED] Will -Original Message- From: Mike Tangorre [mailto:[EMAIL PROTECTED]] Sent: 23 September 2001 22:12 To: CF-Talk Subject: Studio 5.0 Does anyone know the email to

WDDX

2001-09-24 Thread Duane Boudreau
Is there any limit to the length that a string can be inside a wddx packet? TIA, ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ:

RE: Absolute Path Usage

2001-09-24 Thread Gary P. McNeel, Jr.
You need a mapping setup in the CF Administrators by the hosting company, if they will do that for you. -Gary -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 11:30 AM To: CF-Talk Subject: Absolute Path Usage I have a NT based

Re: E-mail Services

2001-09-24 Thread Kevin Derby
It's part of the package. Yes, the registration fee is the top price ($35/year), where you can instead get yearly fees for much lower, but getting web-based DNS and one free email address (web POP3 accessible) is worth the extra few bucks a year. And they seem to have their TTL set pretty low,

RE: E-mail Services

2001-09-24 Thread Rachel Luxemburg
Shameless self-promotion You might want to take a look at what my company does - UltraDNS. We do DNS hosting and URL/email forwarding services - you could create and forward as many aliases as needed into a 3rd party email account. In fact, you could just use 'wildcard' forwarding and point

Re: CFCASE Issue

2001-09-24 Thread cf refactoring
The syntax of cfswitch/cfcase is cfswitch cfcase ... /cfcase cfcase ... /cfcase cfdefaultcase ... /cfdefaultcase /cfswitch The only place where other statements should go is in the ... If you place statements anywhere else within the cfswitch/cfcase construct, then the

Cf removing extra spaces

2001-09-24 Thread Michael S. Kimmett
Does anyone know how to keep CF from stripping extra spaces (ie. seven) from a form submission? I am trying to get a form to submit a value (example: abc 123) to java object, but when I get the output before I go to the java object I see (example: abc 123). Is there any way to keep

Re: Passing the results from the CFDIRECTORY to another template?

2001-09-24 Thread phumes1
How can I pass the results from the CFDIRECTORY to another template? Name Size Type..etc ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

Software Migration

2001-09-24 Thread Mike Tangorre
Hello. Our company is upgrading from SQL Server 7.0 to SQL Server 2K and from Cold Fusion 4.01 to Cold Fusion 5.0. Does anyone know a site online or any documentation discussing upgrading issues? What I am mainly concerned with is how things will function when we upgrade. What are the

Ways to pass variables

2001-09-24 Thread Michael S. Kimmett
Ok, one more question. I have a client that does not want variables passed through the URL ( security reasons ). But I am having problems passing a variable through a form (see previous message). Session variables are a not permitted on thie project. Does anyone have another idea on how

Re: Ways to pass variables

2001-09-24 Thread Bruce Sorge
How about client variables? - Original Message - From: Michael S. Kimmett [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 12:02 PM Subject: Ways to pass variables Ok, one more question. I have a client that does not want variables passed through the

Re: Ways to pass variables

2001-09-24 Thread Mike Tangorre
hidden form fields - Original Message - From: Michael S. Kimmett [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 1:02 PM Subject: Ways to pass variables Ok, one more question. I have a client that does not want variables passed through the URL (

CPU 100% notification?

2001-09-24 Thread Chad Gray
Is there a fix for the 100%CPU problem with CF 4.5 yet? Also does anyone know of a way to send a notification email when the CF server pegs at 100%CPU and wont come back down? ~~ Get the mailserver that powers this list at

Re: Passing the results from the CFDIRECTORY to another template?

2001-09-24 Thread Bruce Holm
There are multiple ways to pass it. What directory info are you wanting to pass? You can pass info from one template to another via: Session vars Client vars Application vars Form fields URL parameters etc You may want to store the directory info you want into a

Error 232

2001-09-24 Thread Kevin Roche
Hi, I am getting NT error 232 when I run some of the pages in my CF application. I have looked through the archive and see several other people have suffered from it but none of the suggested answers seem to cure it. Does anyone know what causes it ? Kevin Roche

Re: Ways to pass variables

2001-09-24 Thread Bruce Holm
Hidden form fields can be views in the HTML page source view...so not ideal for security reasons either. It's less blatantly obvious but still viewable to prying eyes. Bruce [EMAIL PROTECTED] - Original Message - From: Mike Tangorre [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

RE: Passing the results from the CFDIRECTORY to another template?

2001-09-24 Thread Kevin Roche
Hi, You could save them in a session variable or pass them in a form field. Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 24 September 2001 18:01 To: CF-Talk Subject: Re: Passing the results from the CFDIRECTORY to another template? How can I pass

Re: WDDX

2001-09-24 Thread Mike Randolph
Hello Duane, http://www.w3.org/TR/REC-xml is the XML specifications, I haven't seen any specific limits while transmitting a packet via WDDX. I would just take note of the physical connection available (T1, 56k, etc), as if the packet is too big you'll wind up causing timeouts, possible

Re: Passing the results from the CFDIRECTORY to another template?

2001-09-24 Thread phumes1
At 10:28 AM 9/24/01 -0700, you wrote: There are multiple ways to pass it. What directory info are you wanting to pass? All the information from the CFDIRECTORY Name, Type etc. You can pass info from one template to another via: Session vars Client vars Application vars

Re: Ways to pass variables

2001-09-24 Thread Mike Tangorre
good call Bruce, that thought didn't even come into mind.. :-) - Original Message - From: Bruce Holm [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 1:30 PM Subject: Re: Ways to pass variables Hidden form fields can be views in the HTML page source

RE: Ways to pass variables

2001-09-24 Thread Adkins, Randy
well then client vars is another way. -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 1:30 PM To: CF-Talk Subject: Re: Ways to pass variables Hidden form fields can be views in the HTML page source view...so not ideal for security reasons

Re: Ways to pass variables

2001-09-24 Thread Alex
wddx or cookie On Mon, 24 Sep 2001, Mike Tangorre wrote: hidden form fields - Original Message - From: Michael S. Kimmett [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 24, 2001 1:02 PM Subject: Ways to pass variables Ok, one more question. I

RE: Search Engines

2001-09-24 Thread Pete Freitag
Google does not charge for search engine listings, as suggested below. You can buy ads on google that use the keywords, but they do not effect the rankings in the engine one bit. In google's creators are very strongly opposed to such practices, I don't think you will ever have to pay for

Re: OT: E-mail Services

2001-09-24 Thread CFTalk
Yes - I know it can be done; I'm just looking for recommendations on companies that provide e-mail services. Swishmail.com is one, for example; they host mail for your domain and let you configure your own accounts and check e-mail via the web or POP. I just wanted to see if anyone else had

AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Robert Everland
This @#$^@ HTML will work in everything but Netscape 4 and my eyes hurt from going over and over and over and over again trying to see something. Hopefully a new set of eyes will find it. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN html head titleUntitled/title /head

RE: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Steven Dworman
Works for me in netscape 4.7. what version of 4 are you using? Steven D Dworman - Web Consultant Systems Administrator ComSpec International - http://www.comspec-intnl.com phone: 248.647.8841 cell: 734.972.9676

RE: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Alex Santantonio
You are missing a TD COLSPAN=2 on line 31 just before you are opening your 3rd nested table. You have a lot of nested tables that are unnecessary, and I don't think with your current layout it will do quite what you are intending. Try this instead. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0

FW: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Kelly Matthews
Remove the /td from td width=4nbsp;/td table width=616 Should be td width=4nbsp; table width=616 You close it later down the page... -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Monday,

FW: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Kelly Matthews
Didn't work in 4.7 for me, only a partial table showed... found the problem already though... He had an extram /td tag closed too early. -Original Message- From: Steven Dworman [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 2:16 PM To: CF-Talk Subject: RE: A

RE: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Robert Everland
4.77 Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Steven Dworman [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 2:16 PM To: CF-Talk Subject: RE: A Netscape HTML Question Works for me in netscape 4.7. what version of

Re: Passing the results from the CFDIRECTORY to another template?

2001-09-24 Thread phumes1
I'm dumping the session variables but something strange is happening. cfparam name=dir default=d:\ cfdirectory action=LIST directory=#dir# name=dirlist cfoutput query=dirlist table border=0 cellpadding=0 cellspacing=0 width=100% height=20

Re: AHHHHHHHH Netscape HTML Question

2001-09-24 Thread Todd Ashworth
/tr tr td width=4nbsp;/td table width=616 tr td width=616 colspan=2 nowrap --- snip --- Right here, you are opening a new table in the middle of nothing. If I remember, Netscape has issues with malformed tables. Todd - Original Message - From: Robert Everland [EMAIL PROTECTED] To:

  1   2   >