RE: Adobe hacked

2013-10-07 Thread Nathan Chen
The second link below mentions applying available security updates. Does anyone know what specific updates are available related to this incident? Nathan -Original Message- From: Billy Cravens [mailto:bdcrav...@gmail.com] Sent: Thursday, October 03, 2013 4:02 PM To: cf-talk Subject:

data source in CF 9 via jdbc

2013-08-30 Thread Nathan Chen
fine in Oracle SQL Developer command line. Has anyone seen this and know how to fix it? I am on Oracle 11g. and the entry on jdbc is: JDBC URL: jdbc:oracle:thin:@[my host name]:1521:[my service name] Driver Class: oracle:jdbc.OracleDriver Thanks in advance. Nathan Chen

RE: how to detect null value from QoQ result

2013-07-02 Thread Nathan Chen
. Nathan -Original Message- From: AJ Mercer [mailto:ajmer...@gmail.com] Sent: Monday, July 01, 2013 10:35 PM To: cf-talk Subject: Re: how to detect null value from QoQ result what do you see when you dump 'myAnotherQuery'? is it NULL?? On 2 July 2013 12:03, Nathan Chen nathan.c...@cu.edu

how to detect null value from QoQ result

2013-07-01 Thread Nathan Chen
All: I have a simple query of query as follow: cfquery name=myQuery dbtype=query Select count(*) as r_count from myAnotherQuery Where [some where clause] /cfquery I want the result to be dislayed as zero If it returns no records, So I use val() function cfoutput#val(myQuery.r_count)#/cfoutput,

RE: how to detect null value from QoQ result

2013-07-01 Thread Nathan Chen
myAnotherQuery Where [some where clause] /cfquery myQuery.RecordCount EQ 0 On 2 July 2013 11:38, Nathan Chen nathan.c...@cu.edu wrote: All: I have a simple query of query as follow: cfquery name=myQuery dbtype=query Select count(*) as r_count from myAnotherQuery Where [some where clause

RE: how to detect null value from QoQ result

2013-07-01 Thread Nathan Chen
do cfif myQuery.r_count is Nothing returned, dude! /cfif On Mon, Jul 1, 2013 at 10:38 PM, Nathan Chen nathan.c...@cu.edu wrote: All: I have a simple query of query as follow: cfquery name=myQuery dbtype=query Select count(*) as r_count from myAnotherQuery Where [some where clause

RE: Case statement inside cached query

2012-11-08 Thread Nathan Chen
-talk Subject: Re: Case statement inside cached query What does wouldn't work mean? Get results you didn't expect? If yes, what did you get and what did you expect? Get an exception? If yes, where's the stack trace? On Wed, Nov 7, 2012 at 5:22 PM, Nathan Chen nathan.c...@cu.edu wrote

Case statement inside cached query

2012-11-07 Thread Nathan Chen
All: Do cached queries allow SQL case statement at all or is there a way to get around it? I am trying to put this inside a cached query such as : Sum( case when A = 'B' then C else 0 end) as D ( C is numeric field). It wouldn't work. I am on CF 8 and Oracle 11g. Thanks. Nathan Chen

AD domain login passes to CF App.

2012-07-30 Thread Nathan Chen
. What they do is to login our organization's AD domain (different sever, different language) and AD would verify it and pass some kind of ID/token to my CF app. Is this possible and how can this be done? Any pointer is really appreciated. Thanks. Nathan Chen

RE: runing CF and ASP.NET on the same web server (IIS 6)

2011-11-02 Thread Nathan Chen
be anything to do with cf, what is the actual error you get. Regards Russ Michaels From my mobile On 31 Oct 2011 21:45, Nathan Chen nathan.c...@cu.edu wrote: Russ, no, it still didn't work after disabled CF. Nathan -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent

RE: runing CF and ASP.NET on the same web server (IIS 6)

2011-10-31 Thread Nathan Chen
CF on that site ? On Sat, Oct 29, 2011 at 2:21 AM, Nathan Chen nathan.c...@cu.edu wrote: Thank you, Russ, Lincoln, and Ben, for the replies. I thought it might have to do with the mapping handler but wasn't sure. I did according to Russ' solution on his site, and it didn't work so I also added

RE: runing CF and ASP.NET on the same web server (IIS 6)

2011-10-28 Thread Nathan Chen
\aspnet_isapi.dll but that didn't work either, still getting the same error. What else do I need to do? Nathan -Original Message- From: Ben Conner [mailto:b...@webworldinc.com] Sent: Wednesday, October 26, 2011 8:48 PM To: cf-talk@houseoffusion.com Cc: Nathan Chen Subject: Re: runing CF

RE: runing CF and ASP.NET on the same web server (IIS 6)

2011-10-28 Thread Nathan Chen
\aspnet_isapi.dll but that didn't work either, still getting the same error. What else do I need to do? Nathan From: Ben Conner [mailto:b...@webworldinc.com] Sent: Wed 10/26/2011 8:48 PM To: cf-talk@houseoffusion.com Cc: Nathan Chen Subject: Re: runing CF

runing CF and ASP.NET on the same web server (IIS 6)

2011-10-26 Thread Nathan Chen
All: If I set up a ASP.NET site along with my CF site under wwwroot, do I need to do anything special, or on separate port? Nathan Chen ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

RE: runing CF and ASP.NET on the same web server (IIS 6)

2011-10-26 Thread Nathan Chen
Dave, Thank you. Have you run both CF and ASP.NET on the same sever? I am trying to install a web program that we bought from a vendor(written in ASP.NET). After installation I encountered http error 404.17 - not found. I contacted the vendor and they said it would not work if both are on the

RE: Why cfajaximport tags=cfwindow works in CF 8 , but not CF 9

2011-10-21 Thread Nathan Chen
Dave, thank you for the help. I copied /cfide/ directory to my site directory and pointed my pages to it, and it worked. Thanks. Nathan -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Wednesday, October 19, 2011 1:59 PM To: cf-talk Subject: Re: Why cfajaximport

RE: Why cfajaximport tags=cfwindow works in CF 8 , but not CF 9

2011-10-19 Thread Nathan Chen
Yes, Dave, that's exactly what happened after I worked with my server folks on this issue. What happened was that the site is being hosted in a third party hosting company. Our server hits their server(some kind of proxy) but that server doesn't have \cfide\ folder. I changed my around and even

Why cfajaximport tags=cfwindow works in CF 8 , but not CF 9

2011-10-12 Thread Nathan Chen
the data pool. Has anyone experienced this? Nathan Chen -- cfajaximport tags=cfwindow cfform name=a table tr td valign=top align=left colspan=2 a href= onClick=ColdFusion.Window.create('myName', 'Nathan Chen

How to fix the wrong time of the scheduled task on Admin

2011-09-08 Thread Nathan Chen
with the server clock and it is correct. Does CF use another clock to do the scheduling? If so, where can I find? If not, how to fix such error? (I am on CF 8, IIS 6, Win 2008). Nathan Chen ~| Order the Adobe Coldfusion Anthology now

RE: How to fix the wrong time of the scheduled task on Admin

2011-09-08 Thread Nathan Chen
the server timezone setting changed at all? Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Sep 8, 2011, at 1:33 PM, Nathan Chen wrote: All: First, I am not talking about cfschedule tag; I am

cfmail doesn't work for cferror tag

2011-08-16 Thread Nathan Chen
Hi, In my application.cfm I have: cferror template=error.cfm type=exception exception=any In my error.cfm page I have some friendly text for end users and plus this: cfmail to=nathan.c...@cu.edu from=nathan.c...@cu.edu subject=CF Error Occurred: type=html Text for myself here.

RE: cfmail doesn't work for cferror tag

2011-08-16 Thread Nathan Chen
an error in the error template. how about if you set error.cfm as the default error template in the cfadmin, does it work then ? I know this method has no restrictions and you can do whatever you like in the error template. On Tue, Aug 16, 2011 at 7:51 PM, Nathan Chen nathan.c...@cu.edu wrote

RE: CF 9 ODBC data source with Windows 2008 64-bit

2011-08-07 Thread Nathan Chen
Dave, I tried Oracle jdbc and it worked. Thank you very much for your time. Nathan -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Saturday, August 06, 2011 4:55 PM To: cf-talk Subject: Re: CF 9 ODBC data source with Windows 2008 64-bit Actually what I am

RE: CF 9 ODBC data source with Windows 2008 64-bit

2011-08-06 Thread Nathan Chen
done this before? Nathan Chen -Original Message- From: Nathan Chen [mailto:nathan.c...@cu.edu] Sent: Thursday, August 04, 2011 1:08 PM To: cf-talk Subject: RE: CF 9 ODBC data source with Windows 2008 64-bit Dave and All: I downloaded and installed JDBC 4.2 from DataDirect site. Now

RE: CF 9 ODBC data source with Windows 2008 64-bit

2011-08-04 Thread Nathan Chen
Dave and All: I downloaded and installed JDBC 4.2 from DataDirect site. Now I am not sure what the strings on the CF Admin data source setup page should look like. I select Other on the driver drop-down and on the second page: should I enter these? JDBC URL:

RE: CF 9 ODBC data source with Windows 2008 64-bit

2011-08-04 Thread Nathan Chen
Dave, I am using Standard. Nathan -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, August 04, 2011 1:19 PM To: cf-talk Subject: Re: CF 9 ODBC data source with Windows 2008 64-bit Is it possible for you to use the JDBC driver instead - either CF

CF 9 ODBC data source with Windows 2008 64-bit

2011-07-25 Thread Nathan Chen
All: I am guessing this issue has been discussed but I just haven't followed it. In my production server(Windows 2008 R2 64-bit), I installed Oracle 11g client and I was able to connect to my Oracle 10g DB via the odbc DSN I created. But when I went to CF Admin and tried to create a DSN using

(ot) IIS doesn't display html

2011-04-21 Thread Nathan Chen
to trouble shoot IIS 6? What are the possible causes? Thanks a lot. Nathan Chen ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

left outer join in query of query

2010-10-25 Thread Nathan Chen
All: I am on CF 8 now. Does anyone know if CF 9 supports left outer join in query of query? CF 8 doesn't allow left outer join. Nathan Chen ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

(ot) IIS 7 renders htm but not html

2010-09-14 Thread Nathan Chen
mapping all associated with html. But it just won't work. What else do I need to look? Nathan Chen ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp

RE: (ot) IIS 7 renders htm but not html

2010-09-14 Thread Nathan Chen
Never mind, I found the problem. It was the permission under Handler Mappings that wasn't set to script. Thank you. Nathan Chen -Original Message- From: Nathan Chen [mailto:nathan.c...@cu.edu] Sent: Tuesday, September 14, 2010 11:24 AM To: cf-talk Subject: (ot) IIS 7 renders htm

Upgrade to Windows 2008 server with IIS 7 while still running CF 8

2010-09-01 Thread Nathan Chen
All: Has anyone experienced any problem when upgrading the server to Windows 2008 with IIS 7 while keeping CF 8? My IT is planning the upgrade but I am still running CF 8 and would like to know any issue so I can be prepared. Nathan Chen

RE: Has anyone experienced a blank screen created by ColdFusion.Window.Create?

2010-06-30 Thread Nathan Chen
I forgot to mention an important thing. This doesn't happen in FireFox, just in IE 8.0. Most my users use IE. Is this just an IE thing? Nathan From: Nathan Chen Sent: Wednesday, June 30, 2010 12:11 PM To: cf-talk@houseoffusion.com Subject: Has anyone experienced a blank screen created

Has anyone experienced a blank screen created by ColdFusion.Window.Create?

2010-06-30 Thread Nathan Chen
a little bit by clicking the edge of the window, then the query result shows up perfectly. Has anyone seen this before? What's the solution? Nathan Chen ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

What is the version of Java SDK CF should use?

2010-05-12 Thread Nathan Chen
All: I am using CF 8 and the System Info page shows the Java Version is 1.6.0_01 and Java VM Version is 1.6.0_01b-06. Is that the latest java CF should use? If not, what's the latest one? Is it the Version 6 Update 20 on java.com? Nathan Chen

RE: How to query encrypted password

2010-01-06 Thread Nathan Chen
Yes, and it is in Oracle 11g. Nathan -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, January 05, 2010 9:05 PM To: cf-talk Subject: Re: How to query encrypted password I need to query an Oracle user table where username and encrypted password are

How to query encrypted password

2010-01-05 Thread Nathan Chen
All: I need to query an Oracle user table where username and encrypted password are stored. I need to compare the user input password with the encrypted password in the table. Can the CF Decrypt function do the work? Can someone give me a pointer? Nathan

how to detect user login attempts

2009-10-20 Thread Nathan Chen
Hi, All: This might have been asked but I am not experienced CF programmer so I need help. I am building a login module that requires detecting user login attempts. After the user fails after three tries, the acct will be suspended. Has anything been done, e.g, tags, components, custom tag?

How to clear local cache when users logout

2009-09-24 Thread Nathan Chen
All: How do you clear users' local cache after they log out and the session variable is cleared? I can clear the session on the server, but if users click the Back button, they can still get back and that's not what I want. This must have been discussed but I guess I missed. Nathan Chen

RE: Is this possible with component methods in cf8?

2009-09-15 Thread Nathan Chen
Dave, you mentioned about checking virus on the uploaded files on No.4 below. How do you do that, via virus program on the server? Nathan -Original Message- From: Dave l [mailto:cfl...@jamwerx.com] Sent: Monday, September 14, 2009 2:37 PM To: cf-talk Subject: Re: Is this possible with

CF validation working with JS validation

2009-07-08 Thread Nathan Chen
to do it in CF, I created a JS. The problem is that it rolls to the next page(meaning submits the form) rather than return false. Has anyone seen such issue or just me missing something? Nathan Chen script language=javascript

RE: CF validation working with JS validation

2009-07-08 Thread Nathan Chen
Charlie, Thank you so much. It works! Nathan From: Charlie Griefer [mailto:charlie.grie...@gmail.com] Sent: Wed 7/8/2009 4:15 PM To: cf-talk Subject: Re: CF validation working with JS validation On Wed, Jul 8, 2009 at 3:08 PM, Nathan Chen nathan.c

Detect data change in cfform

2009-06-26 Thread Nathan Chen
Hi, All: I am building a form that allows users to edit data retrieved from multiple tables. There are many fields in the form. If the users don't change anything and hit the cancel button, then I don't need to do the update, otherwise several sql update statements will be executed. Is there

RE: Detect data change in cfform

2009-06-26 Thread Nathan Chen
Maybe I wasn't clear. Sometimes users would make some changes and then click the cancel button by mistake and find out they lose the changes. I need a routine that detects if data have been altered. Nathan -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Friday,

RE: convert doc file to html file

2009-04-03 Thread Nathan Chen
are on Windows. G! On Mon, Mar 30, 2009 at 12:56 AM, Nathan Chen nathan.c...@cu.edu wrote: Hi, Everyone: Is there a tag or tool that can convert a Word file to an html file? Let's say, the end user uploads a doc file, the tag/scripts/tool reads the file, converts it to html, and saves

RE: convert doc file to html file

2009-04-01 Thread Nathan Chen
So does anyone know this or is this something not available? Nathan -Original Message- From: Nathan Chen [mailto:nathan.c...@cu.edu] Sent: Sunday, March 29, 2009 10:56 PM To: cf-talk Subject: convert doc file to html file Hi, Everyone: Is there a tag or tool that can convert

RE: convert doc file to html file

2009-04-01 Thread Nathan Chen
-220-2835 -Original Message- From: Nathan Chen [mailto:nathan.c...@cu.edu] Sent: Wednesday, April 01, 2009 3:20 PM To: cf-talk Subject: RE: convert doc file to html file So does anyone know this or is this something not available? Nathan -Original Message- From: Nathan Chen

convert doc file to html file

2009-03-29 Thread Nathan Chen
Hi, Everyone: Is there a tag or tool that can convert a Word file to an html file? Let's say, the end user uploads a doc file, the tag/scripts/tool reads the file, converts it to html, and saves it in a pre-defined directory on the server. I need a tool like this to complete one of my

populate cfselect based on onClick of a radio button

2009-02-04 Thread Nathan Chen
is to pass the value A, B, or C from one of the cfinput to cfselect so that the query inside cfselect would be query=A, or query=B, or query=C. I know I have to do a onClick inside cfinput but how do I pass the value? Is there any CF tag that does this? Any pointer is appreciated. Nathan Chen

CFContent tag

2008-08-16 Thread Nathan Chen
Hi, All: I have a query that selects a BLOB field (embedded file) from a table. Then I use cfcontent to output the string to the browser. The code has running fine until today all of a sudden it won't display the files. All the files in that BLOB field are pdf files. The code looks like this:

RE: CFContent tag

2008-08-16 Thread Nathan Chen
the enable BLOB checkbox ticked. On Sun, Aug 17, 2008 at 11:44 AM, Nathan Chen wrote: Hi, All: I have a query that selects a BLOB field (embedded file) from a table. Then I use cfcontent to output the string to the browser. The code has running fine until today all of a sudden it won't display

upgrade java in CF

2007-03-19 Thread Nathan Chen
Hi, All: Does anyone know if it is ok to upgrade the current Java version(1.4.2_09) to the newest java 1.5.0_06? My network security guys found a vulnerability on my CF server and would like to upgrade to 1.5.0_06. Does anyone know the upgrade will affect anything? Nathan Chen

display Blob field

2007-03-09 Thread Nathan Chen
Hi, All: If I store files in Blob field in Oracle(10g), is there a way to output the entire file(e.g. pdf, Word) to the browser using cfcontent? If so, can someone give me an example? I was told that it is possible but am having hard time figuring it out. Nathan Chen

RE: Storing Documents

2007-03-09 Thread Nathan Chen
, e.g. pdf file) How do I output Content field directly to CF template? Any pointer is appreciated. Nathan Chen -Original Message- From: Zaphod Beeblebrox [mailto:[EMAIL PROTECTED] Sent: Friday, February 10, 2006 12:53 PM To: CF-Talk Subject: Re: Storing Documents I'm currently working

RE: Storing Documents

2007-03-09 Thread Nathan Chen
Hi, All: Has anyone successfully outputted blob field to a CF template? How did you do it? Nathan -Original Message- From: Zaphod Beeblebrox [mailto:[EMAIL PROTECTED] Sent: Friday, February 10, 2006 12:53 PM To: CF-Talk Subject: Re: Storing Documents I'm currently working on a real

file download in cfm file

2007-02-14 Thread Nathan Chen
. Do I need to change some setting to make it work? Nathan Chen ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk

RE: Is there a way to maintain formated text

2006-02-09 Thread Nathan Chen
Yes, Aaron was right. I didn't state clearly. I pasted the text into the textarea field and the html and formatted stuff went away. The FCKeditor Ray pointed to will be helpful. --Nathan -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006

Is there a way to maintain formated text

2006-02-08 Thread Nathan Chen
it. When the text goes to the database, they are stripped away. Is there a way to maintain those format and the cfm page can display them well? Any help is appreciated. Nathan Chen ~| Message: http://www.houseoffusion.com

RE: Is there a way to maintain formated text

2006-02-08 Thread Nathan Chen
Hi, Ray, Thank you! This looks very powerful. I'll have to play with it and might have more questions. Nathan Chen -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 5:16 PM To: CF-Talk Subject: Re: Is there a way to maintain formated

OT: Foxpro issue

2002-03-29 Thread Nathan Chen
Hi, All: Sorry for this OT, but I really need to know if there is an ODBC driver available for Foxpro 2.6 database(I know it is very old). I am trying to convert Foxpro 2.6 to SQL 7.0 and I can't find anything on Microsoft web site. Nathan FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Using XML as data source

2002-03-24 Thread Nathan Chen
Hi, Everyone: I have a client who is very concerned about the security of his database. He needs an application that involves with customers' bank accounts and credit card numbers. He wants to use XML files generated from his database and make them available for downloading every time my

How to make CFFTP work

2002-03-22 Thread Nathan Chen
cfftp connection=myconnection action=close Nathan Chen FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Re: How to make CFFTP work

2002-03-22 Thread Nathan Chen
=111.111.111.111 directory=mydirectory stoponerror=yes cfftp connection=myconnection action=close Nathan Chen FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com

Re: SQL help please

2002-03-13 Thread Nathan Chen
I think if you have to group by all the fields you select. try select ... count(paycatid) as samepaycatid group by paycatid,employeeid, startdate, enddate - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 4:10 PM Subject: Re:

basics about how CF works with XML

2002-03-11 Thread Nathan Chen
Hi, Can anyone give me an idea or a site that describes how CF server reads XML files that contain data and how CF updates the data in those XML files? Nathan __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM

Re: is there a way to get a count of elements in a list??

2002-03-10 Thread Nathan Chen
Do you need to count the how many items in a list? If so, use function ListLen. Nathan Chen - Original Message - From: Jeff Fongemie [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, March 10, 2002 5:37 PM Subject: is there a way to get a count of elements in a list

ODBC for Interbase

2002-03-09 Thread Nathan Chen
Hi, All: Does anyone has experience working with Interbase database? I assume you need an ODBC driver for CF Server to talk to Interbase. Where can I get the driver? Any hint is appreciated. Nathan Chen __ Dedicated

OT: e-commerce package

2002-02-24 Thread Nathan Chen
Hi, All: Can you anyone suggest a good, off-shelf e-commerce package? Someone told me that Mr Ben Forta has quick store. Is that right? Where can I find it? Nathan __ Get Your Own Dedicated Windows 2000 Server PIII 800 /

Re: Current URL?

2002-02-18 Thread Nathan Chen
Try cfset my_file_path = GetTemplatePath() Nathan - Original Message - From: Cornillon, Matthieu [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 18, 2002 11:50 AM Subject: Current URL? Hi, everyone. I feel silly for asking such a simple question, but I can't

Re: Calculations in Query?

2002-02-17 Thread Nathan Chen
Of course it is possible. Try SELECT D_ID, D_Name, D_Loss/D_Goal*100 as MyValue FROM diet Then put a % after the output value. e.g. cfoutput#MyValue#/cfoutput% - Original Message - From: Ann Harrell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, February 17, 2002 8:41 PM

Session variable vs. other variables

2002-02-17 Thread Nathan Chen
, then the users can't go anywhere. I don't want them to experience such situation either. I suspect I shouldn't use session variable at all. Is cookie a better choice in this case? How do you guys do when dealing with such situation? Any idea is appreciated. Nathan Chen

Re: Calculations in Query?

2002-02-17 Thread Nathan Chen
the lateness of the hour than anything. I'll start fresh in the morning. Ann Harrell -Original Message- From: Nathan Chen [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 17, 2002 11:01 PM To: CF-Talk Subject: Re: Calculations in Query? Of course it is possible. Try SELECT

Re: Session variable vs. other variables

2002-02-17 Thread Nathan Chen
a relatively low session timeout, and the session times out while the user is filling in a form. Jim - Original Message - From: Nathan Chen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, February 17, 2002 10:50 PM Subject: Session variable vs. other variables Hi

Re: Session variable vs. other variables

2002-02-17 Thread Nathan Chen
is appreciated. Nathan Chen __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ

Re: simple question - how do you manually time out a session variable

2002-02-15 Thread Nathan Chen
your not using a cflocation __ steve oliver atnet solutions, inc. http://www.atnetsolutions.com -Original Message- From: Nathan Chen [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 1:50 AM To: CF-Talk Subject: Re: simple question - how do you

Re: Suppressing CFID CFTOKEN

2002-02-15 Thread Nathan Chen
How about using frames, put the pages inside a frame. just a thought. Nathan - Original Message - From: Smith, Daron [PA] [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, February 15, 2002 11:28 AM Subject: Suppressing CFID CFTOKEN I have CFID and CFTOKEN showing up in

simple question - how do you manually time out a session variable

2002-02-14 Thread Nathan Chen
Hi,All: I know you can set time out for a session variable by changing the default value in CF administration, but can you time out a session variable manually? For example, if the user clicks a button called logout, then the next page sets the session expire or time out. Nathan

Re: simple question - how do you manually time out a session variable

2002-02-14 Thread Nathan Chen
Thank you, Paul and Steve, for your help. - Original Message - From: Paul Giesenhagen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 14, 2002 9:31 PM Subject: Re: simple question - how do you manually time out a session variable If you are wanting the

Re: simple question - how do you manually time out a session variable

2002-02-14 Thread Nathan Chen
totally and my example keeps the session, but drops anything in it. Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector - Commerce Builder - Original Message - From: Nathan Chen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 14, 2002 10

Re: simple question - how do you manually time out a session variable

2002-02-14 Thread Nathan Chen
Steve, Thanks for the posts. But I tried your codes and still haven't got it to worked. If you have time, can you give me a little detail? My JS level is pretty junior. nathan - Original Message - From: Steve Oliver [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday,

cffile action=read...

2001-09-24 Thread Nathan Chen
Hi, Everyone, I am having a problem with cffile action=read... tag trying to read a text file and display the file content. I basically copied the syntax from CFML Language Reference book as follow: cffile action=read file=c:\temp\myfile.txt variable=message When I did

Re: cffile action=read...

2001-09-24 Thread Nathan Chen
Thank you, Jim, Scott, and Howard, for the help. #message# does work. Jim McAtee wrote: The scope of the variable you've specified would be variables, so use: cfoutput#variables.message#/cfoutput or just: cfoutput#message#/cfoutput Jim - Original Message - From: Nathan

Re: OT: another sql syntax

2001-08-18 Thread Nathan Chen
Thank you so much, Dick and Marius. It works. Dick Applebaum wrote: Try: insert into address (name,phone,address) select name, phone,address from prod_address HTH Dick At 11:36 PM -0600 8/17/01, Nathan Chen wrote: Hi, There, Can someone show me how do this simple

OT: another sql syntax

2001-08-17 Thread Nathan Chen
it but the error message points to the select query. I know you can declare variables and store the result of the select query in them, then insert into the table. Does anyone know this? I am using SQL Server 7.0 and I want to run it from Query Analyzer, not cfm page. Thanks a lot. Nathan Chen

Re: SQL Syntax

2001-08-16 Thread Nathan Chen
. right click on the table that you want the data in and go to all tasks import data. point to the text file and follow the steps to import. HTH. d -Original Message- From: Nathan Chen [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 8:57 AM To: CF-Talk Subject: OT: SQL Syntax

Re: SQL Syntax

2001-08-16 Thread Nathan Chen
to the directory using the MS text driver. I have some info on dynamic connections at http://www.basic-ultradev.com/articles/dsnlesscoldfusion tom Nathan Chen [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Thank you, David, that's my next best option.

Re: Print without bringing print dialogue?

2001-07-11 Thread Nathan Chen
dialogue? actually, you can't. it's a JS security feature. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Nathan Chen [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 12:46 PM To: CF-Talk Subject: Print without

Print without bringing print dialogue?

2001-07-09 Thread Nathan Chen
is to send the displayed information to the printer directly without bringing this print dialogue box. Is this possible? Any hint or suggestion will be appreciated. Nathan Chen ~~ Structure your ColdFusion code with Fusebox. Get the official book

Re: CF-talk (Michael Dinowitz)

2001-07-03 Thread Nathan Chen
I finally got 7 posts today. The last post I received was on June 18. --Nathan Bruce, Rodney wrote: Mike I am still not getting emails and was wondering if there was a way to search the archives for a subject and if there was a way to download old postings? I am using

Re: is this list dead?

2001-07-02 Thread Nathan Chen
looks like it is working now, thanks a lot for fixing it! Michael Dinowitz wrote: We finally found the problem. It's fixed and a full report will be forthcoming. This is the first one i've had in over a week!!! I thought the list was Dead!! Jason Lees National Express Email :

what's going on?

2001-06-25 Thread Nathan Chen
Is it just me or something is wrong with this list? I haven't received posts for several days. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: OT: Coldfusion vs. ASP

2001-06-20 Thread Nathan Chen
I can see the Chinese with my NJ Star Chinese viewer except the second character under the column SQL LEFT 5 and CF LEFT 5 becomes ?? mark. It might be because my viewer doesn't work well, but give you an feedback. Nathan Chen Paul Hastings wrote: I've had to learn ASP to compliment my

Automatic Printing

2001-06-15 Thread Nathan Chen
(e.g. a report). Has anyone done this before? Any pointer will be appreciated. Nathan Chen ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf

Re: What does OT mean?

2001-03-01 Thread Nathan Chen
I believe it is Off Topic, something that is not related to CF topics directly. Phoeun Pha wrote: Other things?? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

deleting cookie

2001-02-21 Thread Nathan Chen
Hi All: Does anybody know how to delete a cookie without closing the browser? The method mentioned in ColdFusion manual(cfcookie name="..." value="..." expires="now") doesn't do the work; it deletes the cookie only when the user closes the browser, but I want to delete it without closing it.

Re: deleting cookie

2001-02-21 Thread Nathan Chen
your Dreams and the Web, Together as One [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Cell: 949-283-5138 Personal Fax: 208-485-1170 -Original Message- From: Nathan Chen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 4:30 PM To: CF-Talk Subject: deleting cookie Hi

How to disable Back function on browser

2001-01-18 Thread Nathan Chen
Hi All: Is there a way to disable the "Back" function when the user right click the mouse? What I am trying to do is to prevent the user from going back to the previous page. Nathan Chen ~~ Structure your ColdFusion code with Fu

Re: data in columns

2001-01-18 Thread Nathan Chen
First, try using where cbi like 'CBI%' Second, you can just use #Get.recordcount# to return the number of records you query finds. --Nathan Robert Orlini wrote: Hello, I'm still a newbie with this one though I've tried. How can I count data in certain columns of a table for each

multi variables in stored procedures

2000-12-21 Thread Nathan Chen
e=#myname2 cfsqltype="cf_sql_integer" cfprocparam type="in" dbvarname=@myname3 value='#myname4#' cfsqltype="cf_sql_char" cfprocresult name="my_result_name" /cfstoredproc - I guess I must have missed some

Re: Not Working in Netscape

2000-12-15 Thread Nathan Chen
Hi Jay, I ran into a similar problem and I used your code below, but it does submit the value in the input field but doesn't fire the Javascript of onClick function. I wonder if I did something wrong. Here is my code: script language="Javascript" function checkfield() { if

  1   2   >