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, Apr

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: and it does print out endDate as date, however, when I

and .....

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 .. .. are the CF process in the 1/2/3 order? or they process everything ( 1/2/ ... N ) at the same time ? according to what I understand, it

calculation / number convert?

2001-03-22 Thread Zhou, Mei Y (Mei)
534832, 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 James: It works !! many thanks. By the way, do you have any resource for syntax within ? according to CF documentation,

RE: loop in

2001-03-22 Thread Zhou, Mei Y (Mei)
"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 in James:

RE: loop in

2001-03-22 Thread Zhou, Mei Y (Mei)
ation 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 It won't work, be

RE: loop in

2001-03-22 Thread Zhou, Mei Y (Mei)
k=0;k lte varlength;k++) arrayYes[k]=(#SomeNum[k]#/#othernum[k]#)*100; 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 in Can someone please te

loop in

2001-03-22 Thread Zhou, Mei Y (Mei)
Can someone please tell me where I can find the resource about how to loop inside instead of ? My problem is: I have use the combination of arrayYes = ArrayNew(1); // someNum and otherNum has been defined and assigned values in the same pages before with template, but when I run

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

RE: To ASP or not to ASP

2001-03-21 Thread Zhou, Mei Y (Mei)
Hi, All: First of all, please do not take it PERSONALLY it is just a personal point of view, I am aware of that I might talk the wrong topic in the wrong place ( all CF gurus are here...), however, When we compare two technologies, we need to address the comparison is based upon what crite

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, March

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 flexibilit

RE: stored procedure and resultset

2001-03-09 Thread Zhou, Mei Y (Mei)
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 O

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 the

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: &

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 C:\Inetpub\wwwroot\

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 ~~ Struct