RE: ASP for Cold Fusion Disciples

2001-04-19 Thread Zhou, Mei Y (Mei)
Since you comes from CF, and know what web about, then the best place I think is: www.asptoday.com excellent site, it seems to charge a little bit now ( economy reason? ), but it is very worth it. Mei -Original Message- From: Greg Jordan [mailto:[EMAIL PROTECTED]] Sent: Thursday,

DateAdd in CF and Date Field in Oracle...

2001-04-12 Thread Zhou, Mei Y (Mei)
Does anyone use DateAdd in ColdFusion before and tell me why I can not use the return value from DateAdd to compare with date field in a table? My problem is: cfset endDate = DateAdd('d', 2, '#mon[1]#') and it does

CFQuery and CFloop.....

2001-03-26 Thread Zhou, Mei Y (Mei)
Hi, can someone give a hand for this: I have dynamically expanded similar queries, so I would like to put in a loop, however, when I tried to create a array to store the query names, it seems does not work, it may be just how to pass the queryname... Any suggestion will be greatly appreciated.

template and thread...

2001-03-23 Thread Zhou, Mei Y (Mei)
Hi, does anyone know that how template behavior? My question is: when I have a bunch of CFInclude template="../includes/1.cfm" CFInclude template="../includes/2.cfm" CFInclude template="../includes/3.cfm" .. .. CFInclude

loop in CFSCript

2001-03-22 Thread Zhou, Mei Y (Mei)
Can someone please tell me where I can find the resource about how to loop inside CFSCript instead of CFLOOP? My problem is: I have use the combination of CFScript arrayYes = ArrayNew(1); /CFScript CFLOOP from= 1 to = #varLength# Index="k" CFSET arrayYes[k] = ( #someNum[k]# /

RE: loop in CFSCript

2001-03-22 Thread Zhou, Mei Y (Mei)
(1); for (k=0;k lte varlength;k++) arrayYes[k]=(#SomeNum[k]#/#othernum[k]#)*100; /cfscript Jason Lees National Express Email : [EMAIL PROTECTED] -Original Message- From: Zhou, Mei Y (Mei) [mailto:[EMAIL PROTECTED]] Sent: 22 March 2001 15:33 To: CF-Talk Subject: loop

RE: loop in CFSCript

2001-03-22 Thread Zhou, Mei Y (Mei)
, Application Developer, Freeserve Plc The Observatory, 36-41 Clerkenwell Close, London EC1R OAU T: 0207 5534832, M: 0797 1024911, F: 0207 5534866 -Original Message- From: Zhou, Mei Y (Mei) [mailto:[EMAIL PROTECTED]] Sent: 22 March 2001 16:02 To: CF-Talk Subject: RE: loop in CFSCript

RE: loop in CFSCript

2001-03-22 Thread Zhou, Mei Y (Mei)
of "Advanced cf app development" (Ben Forta) is all about cf scripting. Available at fine booksellers everywhere. ;-) Douglas Malcolm -Original Message----- From: Zhou, Mei Y (Mei) [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 8:29 AM To: CF-Talk Subject: RE: loop i

calculation / number convert?

2001-03-22 Thread Zhou, Mei Y (Mei)
EC1R OAU T: 0207 5534832, M: 0797 1024911, F: 0207 5534866 -Original Message----- From: Zhou, Mei Y (Mei) [mailto:[EMAIL PROTECTED]] Sent: 22 March 2001 16:29 To: CF-Talk Subject: RE: loop in CFSCript James: It works !! many thanks. By the way, do you have any resource for syntax withi

RE: To ASP or not to ASP

2001-03-21 Thread Zhou, Mei Y (Mei)
Hi, I think I am in the opposite position as you, I have worked for ASP for more than 3 years, and now I have to learn ColdFusion. Since I do not know CF as much as ASP, what I can say is that: 1. ASP is much powerful for people who comes from programming background, you can have much

RE: Pros and Cons on using MS Visual SourceSafe for managing CF p rojects?

2001-03-21 Thread Zhou, Mei Y (Mei)
I have worked with VSS with ASP, it works beautifully, however, with CF, how about ClearCase? I have asked the instructor when I got training in Allaire, he told me that Allaire is using ClearCase... -Original Message- From: Nick Texidor [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: To ASP or not to ASP

2001-03-21 Thread Zhou, Mei Y (Mei)
a situation where I wished I was back in ASP-land. Plus I have never encountered a language where it is easier than CF to decipher and understand code written by someone else -- even bad code. Also, CFQUERY sure beats all that ADO code. -Original Message- From: Zhou, Mei Y (Mei

RE: stored procedure and resultset

2001-03-09 Thread Zhou, Mei Y (Mei)
. Then you've got named CFQUERY objects you can work with. -Original Message- From: Zhou, Mei Y (Mei) [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 3:43 PM To: CF-Talk Subject: stored procedure and resultset Can we loop all the recordsets in the stored procedures with CF 4.5 and Oracle

stored procedure and resultset

2001-03-08 Thread Zhou, Mei Y (Mei)
Can we loop all the recordsets in the stored procedures with CF 4.5 and Oracle 8.1? I have done this with ASP and SQL Server 7.0: E.g. create procedure sp_Money select * from tbl1 where fname = "mei"; select * from tbl2 where targetSalary = "1,000,000"; then, after execute

pie chart /Database Component Framework...

2001-03-01 Thread Zhou, Mei Y (Mei)
: pie chart I don't think it comes with CF 4.5, but you'll have those java class when you installed spectra, if you want to, email me off the list may be i can mail those jave class to you. - Original Message - From: "Zhou, Mei Y (Mei)" [EMAIL PROTECTED] To: "CF-Talk" [E

RE: pie chart

2001-02-28 Thread Zhou, Mei Y (Mei)
I am working on iPlanet/CF 4.5, but I can not find the directory called CFGraphs, can someone gives me a hint? Thanks. -Original Message- From: Sean Renet [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 5:19 AM To: CF-Talk Subject: Re: pie chart its in

generating report like crystal report with coldfusion...

2001-02-22 Thread Zhou, Mei Y (Mei)
Hi, all: I am very new to ColdFusion, does anyone knows any tools or any feature in ColdFusion of which will help you to generate reports-on-fly on the web? Of course, the report need to look and feel like crystal report... Thanks. MZ ~~