RE: Log reporting error - No actual error

2002-09-18 Thread Mosh Teitelbaum
Well... I think I've gone through all of my ask these first questions. The only other thing I can think of is a code review of the complete code. Dunno. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original

RE: Just curious possible problem

2002-09-19 Thread Mosh Teitelbaum
What code are you using to perform the copy? -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Webmaster [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 10:35 AM To: CF

RE: cfinclude, how granular can you make it?

2002-09-19 Thread Mosh Teitelbaum
So I think you've already discovered that CFINCLUDE is not that granular. It seems as though you just want a way to encapsulate your CFIF expression. UDF (User Defined Functions -- introduced in CF5) may be the way to go here. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933

RE: cftry cftransaction order

2002-09-19 Thread Mosh Teitelbaum
Database Exception CFTRANSACTION ACTION=Rollback / /CFCATCH /CFTRANSACTION /CFTRY -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original

RE: Finding next 2 items in query

2002-09-20 Thread Mosh Teitelbaum
to set these 2 values to active. Note that in the 5b, you're getting all approved items, not just those less than the last 2 approved items. This is just in case you only have to items that are currently approved. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL

RE: encryption - CF SQL Server

2002-09-20 Thread Mosh Teitelbaum
Encrypted in the DB but not encrypted in the flat file? Do you ever need to decrypt the encrypted data? I'm not much of a COM guy but Java has internal encryption classes (dunno if that's an option for you). -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL

RE: parsing user input to get count

2002-09-20 Thread Mosh Teitelbaum
, -)) CFSET endNum = Trim(GetToken(currEle, 1, -)) CFSET count = count + (endNum - beginNum) + 1 /CFIF /CFLOOP CFOUTPUTThere were #count# numbers entered./CFOUTPUT -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax

RE: encryption - CF SQL Server

2002-09-23 Thread Mosh Teitelbaum
-83F600508B94F85Amethod=Full You're on your own for finding the non-CF versions though 8^). Good luck. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent

RE: Finding next 2 items in query

2002-09-23 Thread Mosh Teitelbaum
records. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Costas Piliotis [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 7:42 PM To: CF-Talk Subject: RE: Finding next 2 items

RE: Finding next 2 items in query

2002-09-23 Thread Mosh Teitelbaum
be optimized. But this should at least get you going. Good luck. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20

RE: encryption - CF SQL Server

2002-09-23 Thread Mosh Teitelbaum
://www.macfergus.com/niels/code/TwofishClib.html -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 7:11 PM To: CF-Talk Subject

RE: CFMAIL message resent, completed this time.

2002-09-24 Thread Mosh Teitelbaum
\Temp\#FILE.ServerFile# Hello. Here's the file. /CFMAIL HTH. If not, send some code along. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Adams, Stephen [mailto

RE: Forging a web page

2002-09-24 Thread Mosh Teitelbaum
If you're talking about the date that is commonly displayed in the header or footer when you print a web page, it's usually as simple as changing the date/time on your computer. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: input tag

2002-09-25 Thread Mosh Teitelbaum
definition. It's assumed and, therefore, no necessary. And finally, note the code used in the onClick definition. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: FlashGuy [mailto:[EMAIL

RE: Array Help

2002-09-25 Thread Mosh Teitelbaum
And, in case you're still fuzzy, it's no longer a list because of the call to ListToArray(). -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED

RE: CFFILE/SCHEDULE

2002-09-25 Thread Mosh Teitelbaum
You would use CFCONTENT to send the file back to the browser. Either use another CFFILE after the CFCONTENT to delete the file or run a scheduled event to routinely delete any *.ins files. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: Display 3 column text

2002-09-25 Thread Mosh Teitelbaum
Try moving the CFSET x = 1 bit in front of the CFLOOP tag. Every iteration of the loop current resets x back to 1. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: FlashGuy [mailto

RE: CFFILE/SCHEDULE

2002-09-25 Thread Mosh Teitelbaum
Uhh... yeah, or that 8^). BTW, Isaac, did you get that link I sent about the free C lib for the Twofish algorithm? -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: S. Isaac Dealey

RE: please do my work for me

2002-09-25 Thread Mosh Teitelbaum
Just to clarify... YOU'RE PARSING THE URL MANUALLY?!?!?!? CF does this for you. You can access the variable as URL.pCode from anywhere in your code, as in: CFOUTPUT The value of the pCode URL variable is #URL.pCode#. /CFOUTPUT -- Mosh Teitelbaum evoch, LLC Tel

RE: CFFILE/SCHEDULE

2002-09-25 Thread Mosh Teitelbaum
You're welcome and no problem. I just wanted to make sure that you got it, cause my service provider keeps mucking up my email. Yay Comcast! -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message

RE: CFMAIL problems

2002-09-26 Thread Mosh Teitelbaum
messages until a couple of days after they were sent. I don't remember where I read about it, but maybe that's what's going on here. (Jeez... I feel like I'm spreading an Urban Legend or something). -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW

RE: CFCONTENT and file downloads

2002-09-26 Thread Mosh Teitelbaum
FILE=something.pdf DELETEFILE=No Make sure that the VALUE attribute of the CFHEADER tag begins with attachment instead of inline. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message

RE: dot test

2002-09-26 Thread Mosh Teitelbaum
Using Outlook 2000, I'm seeing 1 less dot than there should be in each of the 3 samples provided. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED

RE: Time calculation

2002-09-26 Thread Mosh Teitelbaum
!--- Get number of seconds --- CFSET dspSeconds = diffSeconds !--- Display in day:hour:minute:second format --- CFOUTPUT #dspDays#:#dspHours#:#dspMinutes#:#dspSeconds# /CFOUTPUT -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: Time calculation

2002-09-26 Thread Mosh Teitelbaum
Got one of these for SQL Server? j/k 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 5:36 PM

RE: Sorting By Column

2002-09-26 Thread Mosh Teitelbaum
# /CFIF /CFQUERY TABLE TR TDA HREF=currentPage.cfm?Filter=#FORM.Filter#Sort=col1Col1/A/TD TDA HREF=currentPage.cfm?Filter=#FORM.Filter#Sort=col2Col2/A/TD /TR CFOUTPUT QUERY=GetRecords ... display rows based on query ... /CFOUTPUT /TABLE -- Mosh

RE: Time calculation

2002-09-26 Thread Mosh Teitelbaum
Crap. Change all of the LTEs to GTEs and all of the MODs to / (divided by). That'll teach me not to test code. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Mosh Teitelbaum [mailto

RE: Time calculation

2002-09-26 Thread Mosh Teitelbaum
Mosh Teitelbaum wrote: Got one of these for SQL Server? From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] You mean it doesn't work? You should really get a better database :-) You mean MS Access? I don't think it'll work in that either 8^). ducks -- Mosh Teitelbaum evoch, LLC Tel: (301

RE: Why oh *WHY* is this *now* working?

2002-09-26 Thread Mosh Teitelbaum
sure that the first hit you make against the server is of the form http://localhost/ As the error message said: The ColdFusion engine must be stopped and restarted to reset the permitted IP address. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email

RE: Time calculation

2002-09-27 Thread Mosh Teitelbaum
Jeez... must I say it again? CRAP 8^) Thanks for the correction. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Everett, Al [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27

RE: Help attaching a dynamic pdf to an email

2002-09-30 Thread Mosh Teitelbaum
is that the recipient opens the FDF, Acrobat sees that /F bit and downloads the indicated PDF, filling in the fields as indicated in the FDF. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From

RE: Adding two fields and displaying in a third

2002-09-30 Thread Mosh Teitelbaum
#.value)+... ^^ BTW, why are you using eval()? -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Thane Sherrington [mailto:[EMAIL

RE: Adding two fields and displaying in a third

2002-09-30 Thread Mosh Teitelbaum
At 11:22 AM 9/30/02 -0400, Mosh Teitelbaum wrote: onchange=window.document.ExpenseForm.TotalAmount#Line#.value=eval (window.document.ExpenseForm.Mileage#Line#)+eval(window.document. ExpenseForm.CostOfMeals#Line#); Add .value to the end of the 2 fields you're trying to add

RE: SQL Text question from a beginner

2002-09-30 Thread Mosh Teitelbaum
A whopping 16 characters? 8^) Actually, according to my SQL Server reference, the TEXT datatype can store 2,147,483,647 bytes. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Tony Weeg

RE: Virus Checking

2002-10-01 Thread Mosh Teitelbaum
http://devex.macromedia.com/developer/gallery/info.cfm?ID=DB43FE22-4A73-11D5 -83F600508B94F380method=Full Or just use CFEXECUTE to call your own virus scanner (NAV, Panda, whatever) from the command line. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL

RE: Browser forgetting form values

2002-10-01 Thread Mosh Teitelbaum
of stored pages). Also, check that you're not sending back page expiration headers. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: How to get directory from full URL?

2002-10-01 Thread Mosh Teitelbaum
Pardon? Reversed the delimiter? Reverse simply changes the order of the characters. It doesn't hold them up to a mirror and get new characters. Reverse(/) = / Reverse(\) = \ Reverse(/\) = \/ Reverse(\/) = /\ -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL

RE: MS Access Date format

2002-10-01 Thread Mosh Teitelbaum
CreateODBCDate(date) -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 1:19 PM To: CF-Talk Subject: MS Access Date

RE: SQL Text question from a beginner

2002-10-01 Thread Mosh Teitelbaum
No worries... I'm j/k with you. I've certainly sent out my fair share of emails while under the influence of heavy doses of caffeine 8^). The ever nice, Mosh 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Forcing Word to open

2002-10-01 Thread Mosh Teitelbaum
). -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Hugo Ahlenius [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 12:55 PM To: CF-Talk Subject: RE: Forcing Word to open Yes, I

RE: How to get directory from full URL?

2002-10-01 Thread Mosh Teitelbaum
Ahh... PATH_TRANSLATED. You're right (not that you need me to tell you this), PATH_TRANSLATED will use backslashes. Wasn't the original question about a URL, tho? Confused in CF-Talk -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: Virus Checking

2002-10-01 Thread Mosh Teitelbaum
Well, nothing useful. You could always do the virus checking manually and, once verified as virus free, move the file to where the rest of the world can find it. But without the ability to install an antivirus app, your kind of sol. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301

RE: Detecting Acrobat?

2002-10-01 Thread Mosh Teitelbaum
/BODY /HTML -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 4:07 PM To: CF-Talk Subject: OT: Detecting Acrobat

RE: SQL Text question from a beginner

2002-10-01 Thread Mosh Teitelbaum
Actually, I'm a Coke and Mountain Dew coder. Hot caffeine just doesn't do it for me. But than, this is off topic, isn't it? 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Tony

RE: CFM Files are Locked?

2002-10-01 Thread Mosh Teitelbaum
*ARE* the same user, so you can delete them. But if you are a different user, even one with Admin privileges, the system maintains the lock. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: CFQUERY and STARTROW=0 (??!)

2002-10-01 Thread Mosh Teitelbaum
He's wrong. And computers don't start at 0. It's up to the compiler/interpreter to decide what the first index is. In Cold Fusion, the first index is always 1. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Random Stuff

2002-10-02 Thread Mosh Teitelbaum
How about CreateUUID()? -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 10:42 AM To: CF-Talk Subject: Random

RE: MIME type question

2002-10-02 Thread Mosh Teitelbaum
Just out of curiosity, what does doesn't work mean in your context? What are you trying to do? I'm assuming you're trying to place the mime-type in the ACCEPT attribute. Are you trying to accept CSV but deny MS Excel format? -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651

RE: OT--- Close Main window

2002-10-02 Thread Mosh Teitelbaum
You used to be able to trick IE and Netscape into thinking that you had opened the current window and than use JS to close the window. This would get around the prompt. However, that particular hole has been patched. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email

RE: MIME type question

2002-10-02 Thread Mosh Teitelbaum
generated (ugly) messages and you don't have to worry about different client configurations. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Brian Ferrigno [mailto:[EMAIL PROTECTED]] Sent

RE: Application Cf Include

2002-10-03 Thread Mosh Teitelbaum
ExcludeList=/someDir/special.cfm CFIF ListFindNoCase(ExcludeList, CGI.SCRIPT_NAME) NEQ 0 CFINCLUDE TEMPLATE=Header.cfm /CFIF !--- Do other Application.cfm stuff --- -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED

RE: CF Search Debugging ??

2002-10-04 Thread Mosh Teitelbaum
If the code hasn't changed, check the collection. You might try to reindex/repair/recreate the collection. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Ian Vaughan [mailto:[EMAIL

RE: changing the file extension of cfm to html?

2002-10-04 Thread Mosh Teitelbaum
The exact process differs from one web server to the next. But basically, you need to change the association of the .html file extension so that it points to the CF executable. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: Cumulative Patch for SQL Server (Q316333) Crtical for 2000

2002-10-04 Thread Mosh Teitelbaum
their seatbelt while the fasten seatbelt sign is, the plane quacks at you, seizes up completely, and falls from the sky. 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: CFX_EXCEL ERROR

2002-10-07 Thread Mosh Teitelbaum
Do you have Excel installed on the server? -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: JAIME HOI [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 3:11 AM To: CF-Talk

RE: Encapsulating CFFTP within an A HREF is not respected

2002-10-07 Thread Mosh Teitelbaum
to a file on a remote FTP site. In that case, do not use CFFTP. Instead, simply write your A HREF as: A HREF=ftp://ftp.foo.com/bar/baz.txt;Click to download/A -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Time Required for Updating DB

2002-10-08 Thread Mosh Teitelbaum
inadvertently making this harder than need be. Does the situation allow for you to update the column via a single UPDATE query as in: UPDATE fooTable SET barColumn = barColumn + 1 If so, this will be infinitely quicker than having to perform 1 UPDATE query per record. -- Mosh Teitelbaum

RE: Time Required for Updating DB

2002-10-08 Thread Mosh Teitelbaum
UPDATE Product SET price= #newprice# WHERE dealerpartno = #dealerpartno# /CFLOOP /CFTRANSACTION -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: Time Required for Updating DB

2002-10-08 Thread Mosh Teitelbaum
be fine. It's still probably going to take several minutes to perform (you *ARE* running 20,001 queries). Good luck. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Srimanta [mailto:[EMAIL

RE: QUestion about Input File and CFFILE

2002-10-09 Thread Mosh Teitelbaum
Brian: Is there a particular reason why you have to change the filename before you use CFFILE for upload? Because you can always follow your CFFILE ACTION=Upload with a CFFILE ACTION=Rename if necessary. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL

RE: Ways of Submission

2002-10-09 Thread Mosh Teitelbaum
Mark: The code would look something like: onClick=document.FormName.submit(); Just change FormName to whatever you've named your form. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message

RE: The Myth of Bugs (Was Huge Ungainly thread of Doom)

2002-10-09 Thread Mosh Teitelbaum
to MM and all the MM guys here on the list. And with that... back to (prolly) not responding to this thread. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Adding a target to a CFLOCATION URL?

2002-10-09 Thread Mosh Teitelbaum
The TARGET attribute needs to be used on the client side (in an A HREF or the FORM, etc.). It won't work from the server side. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Russ

RE: The Myth of Bugs (Was Huge Ungainly thread of Doom)

2002-10-09 Thread Mosh Teitelbaum
temper, on personal matters that are simply off topic... I *expect* him to be passionate about his ideas and fervent about his expression of them. Without that.. Why not just setup an automated push-button responder and fire all the humans? Just my .02... Auto-response 1936782047 -- Mosh

RE: Push and CFFILE Question - one more question!

2002-10-09 Thread Mosh Teitelbaum
Stick the following code above the CFCONTENT tag: CFHEADER NAME=content-disposition VALUE=attachment; filename=someFILE.fnm -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: cfinclude inside a cffile tag?

2002-10-09 Thread Mosh Teitelbaum
Use CFSAVECONTENT as in: CFSAVECONTENT VARIABLE=sqlOutput CFINCLUDE TEMPLATE=CFOutputApp.cfm /CFSAVECONTENT CFFILE ACTION=write FILE=d:/whatever/myfile OUTPUT=#sqlOutput# -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191

RE: Push and CFFILE Question - one more question!

2002-10-09 Thread Mosh Teitelbaum
I sent a response to that one too 8^). Check the list. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 1:06 AM

RE: cfinclude inside a cffile tag?

2002-10-10 Thread Mosh Teitelbaum
expect to see HTML tags when you open the file in a text editor. If you want to display it, than replace the word attachment in the CFHEADER tag with inline. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original

RE: OT DB field contains but is not first list element

2002-10-10 Thread Mosh Teitelbaum
conditional clause. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: JS [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 10:49 AM To: CF-Talk Subject: OT DB field contains

RE: cfinclude inside a cffile tag?

2002-10-10 Thread Mosh Teitelbaum
=app_OUTPUT.cfm /cfsavecontent CFSET sqlOutput = ReplaceNoCase(sqlOutput, BR, #Chr(13)##Chr(10)#, ALL) CFSET sqlOutput = ReplaceNoCase(sqlOutput, nbsp;, , ALL) cffile action=WRITE ... -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933

RE: cfinclude inside a cffile tag?

2002-10-10 Thread Mosh Teitelbaum
Well, since some of these answers were provided after standard business hours, I'll have to bill you at the overtime rate. Oh, wait... what the hell am I talking about? 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Attribute validation error for tag CFFILE

2002-10-10 Thread Mosh Teitelbaum
not running under the same user account that created the mapped drive. Instead of a mapped drive, try accessing the file via UNC (i.e., \\machine\share\path\file.ext). -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: Version info in spooled mail

2002-10-10 Thread Mosh Teitelbaum
The Cold Fusion server version? Are you running on CF4.5? -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10

RE: copying db info with cf

2002-10-10 Thread Mosh Teitelbaum
Why not just do a dump of the data from the development environment and import it into the other DBs? Granted, this is often considered a Bad Thing in place of importing a fresh schema complete with lookup data, but it sounds like it's what you're after. -- Mosh Teitelbaum evoch, LLC Tel: (301

RE: CFX not allowed

2002-10-10 Thread Mosh Teitelbaum
You can use a command-line zip utility with CFEXECUTE. But, I would imagine that if the host doesn't want you to use CFXs they also won't want you to use CFEXECUTE. But it's something you can look into. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL

RE: Version info in spooled mail

2002-10-10 Thread Mosh Teitelbaum
(in this case, I guess) didn't change from version 4.5 to 5. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 9

RE: BlueDragon (was RE: How is CFMX J2EE implemented?)

2002-10-14 Thread Mosh Teitelbaum
product, but this splitting, if you will, of the CFML language kind of worries me. Kind of like the early M$ vs. Netscape days when each company would introduce their own variants of HTML. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: BlueDragon (was RE: How is CFMX J2EE implemented?)

2002-10-14 Thread Mosh Teitelbaum
to be asking for it). Anyway, just my $0.02. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Vince Bonfanti [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 5:05 PM To: CF-Talk

RE: BlueDragon (was RE: How is CFMX J2EE implemented?)

2002-10-14 Thread Mosh Teitelbaum
the power of accepting somewhat complex values while saving on the performance as you suggest. Interpreted languages, obviously, wouldn't be able to do this. So, that may be why CF doesn't accept complex values being interpreted and all. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933

RE: CFML standardization (was RE: BlueDragon (was RE: How is CFMX J2EE implemented?))

2002-10-14 Thread Mosh Teitelbaum
want to get caught up in another scenario like the above. I mean, can you imagine writing code for a client only to find out later that they require variation A of CFML instead of variation B? -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: switch-case was RE: BlueDragon (was RE: How is CFMX J2EE implemented?)

2002-10-14 Thread Mosh Teitelbaum
wonder if we'd really notice the speed improvement. For something with a ton of options, it'd probably be better to find a different way of doing it (kind of like what Issac was saying). -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http

RE: BlueDragon (was RE: How is CFMX J2EE implemented?)

2002-10-15 Thread Mosh Teitelbaum
, namely compatibility with the accepted CFML language. The alternate naming scheme would not do anything about splitting the core CFML language among competing products. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: How Good is the Job Market for ColdFusion?

2002-10-15 Thread Mosh Teitelbaum
LOL - Mr. Know It All but Knows Nothing Web Dork -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:54 PM To: CF

RE: Form object

2002-10-15 Thread Mosh Teitelbaum
FORM.FieldNames will work irrespective of whether or not you go with CFFORM or code your own. But, if you don't set METHOD=Post as an attribute of the FORM tag, then the FORM.FieldNames variables won't exist. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL

RE: entering time

2002-10-16 Thread Mosh Teitelbaum
; that's a trick question. Every Merkin knows that the sun (and everything else in the universe) rotates around the Earth. Sheesh. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: The Hidden CF factor was RE: How Good is the Job Market for ColdFusion?

2002-10-16 Thread Mosh Teitelbaum
Umm... Create a back door into the intranet for easy demonstrations of your internal apps? 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED

RE: The Hidden CF factor was RE: How Good is the Job Market for ColdFusion?

2002-10-16 Thread Mosh Teitelbaum
Damned integrity... It's a curse. :) Yeah, I hear that can be tough to live with. 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ ~| Archives: http

RE: entering time

2002-10-16 Thread Mosh Teitelbaum
if you tell them that WWE is on at 1930. Maybe they're looking at you funny because WWE PPVs are on at 20:00... 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: The Hidden CF factor was RE: How Good is the Job Market for ColdFusion?

2002-10-16 Thread Mosh Teitelbaum
Because the application does not belong to Isaac, it belongs to his previous employer. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED]] Sent

RE: The Hidden CF factor was RE: How Good is the Job Market for ColdFusion?

2002-10-16 Thread Mosh Teitelbaum
Actually, on second thought, it may belong to the previous employer's client depending on the situation/contract/etc. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Mosh Teitelbaum

RE: Advise Needed

2002-10-16 Thread Mosh Teitelbaum
they've already given you. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: chad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 11:24 PM To: CF-Talk Subject: Advise Needed

RE: It WAS working I tell you...

2002-10-23 Thread Mosh Teitelbaum
Access sometimes returns this error message if you make reference to an object (table, column, etc.) that does not exist or is not identified in the query. Is it possible that you misspelled one of the column names? -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email

RE: Anybody using manual 304 not modified response?

2002-10-23 Thread Mosh Teitelbaum
A boolean specifying whether httpTimeString should be converted to local time. Defaults to false. (Optional) * @return Returns a string in Cold Fusion Time Stamp format. * @author Mosh Teitelbaum ([EMAIL PROTECTED]) * @version 1, October 23, 2002 */ function getTimeStamp(httpTimeString

RE: Anybody using manual 304 not modified response?

2002-10-23 Thread Mosh Teitelbaum
STATUSTEXT=Not Modified CFABORT CFELSE CFHEADER NAME=Last-Modified VALUE=#GetHttpTimeString(Now())# /CFIF Again, I haven't really tested much of this, so just make sure the code works as expected before dropping into production 8^). -- Mosh Teitelbaum evoch

RE: Anybody want to start a petition for CF Studio!

2002-10-18 Thread Mosh Teitelbaum
Novak wrote: As long as we're using petty reasons I'll add my 2 cents. I can't stand the fact that an advanced editor like DWMX doesn't allow me to mark a COLUMN of text. Cheaper editors like UltraEdit allow this and have done so for many, may versions. Mosh Teitelbaum wrote: Just

RE: encrypt/hash tags/udfs

2002-10-18 Thread Mosh Teitelbaum
How about the built-in functions encrypt() and decrypt()? -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Bryan Stevenson [mailto:bryan;electricedgesystems.com] Sent: Thursday, October

RE: CFMX Developer Edition wish was Re: Pro v Enterprise?

2002-10-18 Thread Mosh Teitelbaum
hardware, we'd be able to get this request through easily. =) You know, I've been thinking... why can't I get some Dell PowerEdge servers for free? And some big-a$$ Sun boxen too, while we're at it. 8^) (aww, c'mon... you knew *someone* would reply like this) -- Mosh Teitelbaum evoch, LLC Tel

RE: Query Question

2002-10-18 Thread Mosh Teitelbaum
Your query looks fine. What do you mean it doesn't work? Are you getting an error message or just not getting the results you expected? -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From

RE: Concatenate SQL Text Field

2002-10-18 Thread Mosh Teitelbaum
My understanding is that SQL Server won't let you append text to a field of datatype TEXT. If you change the datatype to varchar or char, it should work fine. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com

RE: How can you get the latest version of a page.

2002-10-18 Thread Mosh Teitelbaum
to Edit | Preferences... | Advanced | Cache and use the radio buttons at the bottom of the dialog. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Adams, Stephen [mailto:sadams

  1   2   3   4   5   6   >