Re: sorting within date range

2001-09-06 Thread Fuon See Tu
Look at your query closely. it's asking for everything that's greater than c, AND select everything less than e. so that means it will select a through z. umm I think. instead, use the BETWEEN thingy. dunno =) From: Will Swain [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To:

Message Board Threads confusion

2001-09-06 Thread Fuon See Tu
hey guys i wanna build a message board, but am having difficulty with the concept of threads. Let's say there is a message, and 10 people respond to that same message. Are those ten people in the same thread? or not? But let's say that person B replied a message From person A, then person

CFPARAM vs. CFSET

2001-09-04 Thread Fuon See Tu
Hey guys i still don't understand the difference between CFPARAM and CFSET. anyone got a working concept? i see no use for CFPARAM :) ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the

Re: from web media to print?

2001-09-04 Thread Fuon See Tu
We've tried using the Html to PDF exe (and u download the cfmodule from allaire). the module just runs the HTML pdf program, and u specify in the tag where the static HTML page is located and what not. Users were able to dynamically generate an event schedule based on their interest.

Re: alternating colors, last week and a structure problem.

2001-09-04 Thread Fuon See Tu
you're treating the structure as an array :P why dont u just do an arraynew instead of structnew Pooh Bear Web App Developer Picture Below (chicks dig my head!) HTML HEAD/HEAD BODY IMG SRC=http://www.geocities.com/kickerazn_2000/sniffles_138x92.jpg; /BODY /HTML From: Paris Lundis [EMAIL

Re: from web media to print?

2001-09-04 Thread Fuon See Tu
it's an ancient smurf saying. From: Jim McAtee [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: from web media to print? Date: Tue, 04 Sep 2001 16:43:45 -0600 - Original Message - From: Fuon See Tu [EMAIL PROTECTED] To: CF-Talk [EMAIL

IP address of datasource

2001-09-01 Thread Fuon See Tu
hey guys, is there a way to get the IP address of your datasource using SQL? ~~ 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

Detecting Variables names

2001-08-31 Thread Fuon See Tu
hey guys, part of my application allows users to create their own forms via a coldfusion template, and they can make it required and set different attributes and what not. Now, on the page where all of their forms are rendered, I have a problem... first of all, is there a way for coldfusion

Re: negative numbers

2001-08-31 Thread Fuon See Tu
u can do a CFIF number GT 0 or number LT 0 or, do a multiplication with a number like 5. if the result is 0, then that number is a zero. if the result is a negative number, then that number is negative. there's lots of ways :) From: Joshua Tipton [EMAIL PROTECTED] Reply-To: [EMAIL

Re: (I havereceivedyoure-mail but will be out of the office)

2001-08-31 Thread Fuon See Tu
bahehehehe :) From: Tony Gruen [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: (I havereceivedyoure-mail but will be out of the office) Date: Fri, 31 Aug 2001 15:14:43 -0700 So - are we all really looking at 10 days of this while he is out of the

Stored Procedure

2001-08-30 Thread Fuon See Tu
hey guys, in the WHERE part of my stored procedure in the SQL 7 database, it has something like a.friendID IN (@funnyID) @funnyID is declared as a varchar in the procedure. in coldfusion, the value is passed as a Quoted value list, like '54','56','53' and so on. the problem is, i get this

RE: Stored Procedure

2001-08-30 Thread Fuon See Tu
Do I lose speed, or do i not gain speed? there is a difference :) From: Nate Smith [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Stored Procedure Date: Thu, 30 Aug 2001 18:14:59 -0400 Ah... I see what the problem is. What you'll then want to do

RE: Stored Procedure

2001-08-30 Thread Fuon See Tu
ive tested it, and it doesnt work. it seems that it is loking at the commas too!!! From: Nate Smith [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Stored Procedure Date: Thu, 30 Aug 2001 18:14:59 -0400 Ah... I see what the problem is. What

Re: add on-click event to href within block of text

2001-08-29 Thread Fuon See Tu
just do aCFIF Pooh Bear Web App Developer Picture Below (chicks dig my head!) HTML HEAD/HEAD BODY IMG SRC=http://www.geocities.com/kickerazn_2000/sniffles_138x92.jpg; /BODY /HTML From: John Lucas [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: add

Re: subtracting quantity

2001-08-29 Thread Fuon See Tu
Instead of looping out the input, use QuotedValueList() function, thatputs the value into a comma delimited list and wraps each value inside single quotes, and then you use the IN SQL function. So let's say for example, 1 value was passed, QuotedValueList(a) would equal '343'. if 3 values

RE: shopping cart / online store

2001-08-29 Thread Fuon See Tu
Coding wise, you better use a real good methodology (gotta do that at all times anyways :P ). Net(fo'got the name) uses fusebox as said on their site. Database wise, you better depend a lot on stored procedures and triggers :) makes things a lot easier and faster. I started working with

RE: shopping cart / online store

2001-08-29 Thread Fuon See Tu
it all onto several really fast ColdFusion servers and they do the business logic. -Original Message- From: Fuon See Tu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 5:29 PM To: CF-Talk Subject: RE: shopping cart / online store Coding wise, you better use a real good

Re: Dynamic Fieldnames database update

2001-08-29 Thread Fuon See Tu
use the evaule function. in your loop, do this (lets say the counter is equal to 3) #Evaluate('form.dateofbirth' counter)# coldfusion will read that as #form.dateofbirth3# Pooh Bear Web App Developer Picture Below (chicks dig my head!) HTML HEAD/HEAD BODY IMG

Graphics Automation

2001-08-23 Thread Fuon See Tu
ok, so a friend wants to be able to hook up a digital camera at the event, and connect it to a laptop with internet connection. At certain times in the day, he takes a snapshot. Ideally, we'd like the process after the snapshot to be automatedthat is...have the picture resized to a

Re: OT: Way Slow web pages

2001-08-23 Thread Fuon See Tu
here are some things 1. Virus Scanner running on server 2. Low memory 3. Low HD space 4. Bad memory 5. Bad Connection 6. Virus 7. bad coding/scripting From: Bruce, Rodney [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: OT: Way Slow web pages

Re: Bar Code Scan (TOny)

2001-08-22 Thread Fuon See Tu
, CueCats are free. Visit your local RadioShack or do a web search. -R http://www.rickosborne.org/CueCat/ -Original Message- From: Fuon See Tu [mailto:] Sent: Tuesday, August 21, 2001 16:31 To: CF-Talk Subject: Bar Code Scan hey guys, I am working on a bar

Re: creating a standalone app from CF web app

2001-08-22 Thread Fuon See Tu
nope! Pooh Bear Web App Developer Picture Below (chicks dig my head!) HTML HEAD/HEAD BODY IMG SRC=http://www.geocities.com/kickerazn_2000/sniffles_138x92.jpg; /BODY /HTML From: river [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: creating a standalone

Bar Code Scan

2001-08-21 Thread Fuon See Tu
hey guys, I am working on a bar code scanning ticketing solution for a certain festival. People can print their tickets online (it generates a gif image of a bar code). What I wanted to know was how would the bar code scanner work with the database? Is there some intermediatory software

Re: We've been assimilated...

2001-08-21 Thread Fuon See Tu
maybe cuz ie looks better than netscape :) Pooh Bear Web App Developer Picture Below (chicks dig my head!) HTML HEAD/HEAD BODY IMG SRC=http://www.geocities.com/kickerazn_2000/sniffles_138x92.jpg; /BODY /HTML From: Howie Hamlin [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk

Re: Diary of a hack attempt

2001-08-16 Thread Fuon See Tu
whats even better, is if u can set up in SQL server or your DB program a personal string to append to your SQL code. that way it only runs when it sees that string there, so URL hacks will be almost useless Pooh Bear Web App Developer Picture Below (chicks dig my head!) HTML HEAD/HEAD BODY

Re: looping form collection

2001-08-16 Thread Fuon See Tu
errr, try #form.fld# heh Pooh Bear Web App Developer Picture Below (chicks dig my head!) HTML HEAD/HEAD BODY IMG SRC=http://www.geocities.com/kickerazn_2000/sniffles_138x92.jpg; /BODY /HTML From: Timothy Lynn [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

Session vs. Cookies

2001-08-15 Thread Fuon See Tu
hey guys, a friend of mine who is a pretty advanced CF programmer says that I should stay away from using sessions when developing sites that have a pretty good load of users, because sessions take up wa too much memory, and that I should resort to cookies or client cookies instead.

Client Cookies Question

2001-08-15 Thread Fuon See Tu
I got a reply that client cookies can be manipulated fully by coldfusion. So, errr, where are they stored? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

Dynamic E-commerce Store

2001-08-14 Thread Fuon See Tu
hey all, would you know of any really good online ecommerce builders (Like Yahoo.Store) (and doesn't have to be in coldfusion)? We are thinking of taking on such a project and want to take a look at existing ones. Or maybe you might have some suggestions as on how to approach it (it will be

Re: OT: Change Win2k Serial?

2001-08-13 Thread Fuon See Tu
try looking at the registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion OR HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion OR HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows 2000\CurrentVersion and look for something called Productkey i think Pooh Bear Web

Re: Dynamic array names

2001-08-09 Thread Fuon See Tu
I dont think this will work, but it's worth a shot. try puttin hash marks around evaluate(arrayname) teehee Pooh Bear Web App Developer Picture Below (chicks dig my head!) HTML HEAD/HEAD BODY IMG SRC=http://www.geocities.com/kickerazn_2000/sniffles_138x92.jpg; /BODY /HTML From: Cold

Re: Securty

2001-08-09 Thread Fuon See Tu
I'd just do it like in Ben's book. in the Application.cfm, check to see if A Session.Logged exists. If not, then make it and set it to False or 0 (or however u wnna do it), and close the CFIF tag. Then do another CFIF to check if Session.Logged is FALSE and if it is, check to see that they

Re: Cold Fusion Developer - beginner

2001-08-07 Thread Fuon See Tu
hey Amanda, we have a coldfusion project coing up soon later near the end of this year (and lasting till next year). It would be nice to work with a chick! From: Amanda Stern [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Cold Fusion Developer - beginner

RE: Cold Fusion Developer - beginner

2001-08-07 Thread Fuon See Tu
- From: Fuon See Tu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 2:04 PM To: CF-Talk Subject: Re: Cold Fusion Developer - beginner hey Amanda, we have a coldfusion project coing up soon later near the end of this year (and lasting till next year). It would be nice to work

RE: Cold Fusion Developer - beginner

2001-08-07 Thread Fuon See Tu
-Original Message- From: Fuon See Tu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 2:04 PM To: CF-Talk Subject: Re: Cold Fusion Developer - beginner hey Amanda, we have a coldfusion project coing up soon later near the end of this year (and lasting till next year). It would be nice

OT: Female Programmers

2001-08-07 Thread Fuon See Tu
I'm currently taking my CS degree in college, and most of the people are are...well..females! I was surprised. Is the number of female programmers rising? or is mine just a special case? You alla re probably familiar with the typical cocky and laidback male programmer, but I always

Re: One More Time.. Deleting a Listed Project?

2001-08-07 Thread Fuon See Tu
have u tried rightclicking on the project's name and choosing DELETE? Pooh Bear Web App Developer Picture Below (chicks dig my head!) HTML HEAD/HEAD BODY IMG SRC=http://www.geocities.com/kickerazn_2000/sniffles_138x92.jpg; /BODY /HTML From: Lee Fuller [EMAIL PROTECTED] Reply-To: [EMAIL

I dont understand session locking :(

2001-08-06 Thread Fuon See Tu
i know why, but i dont know why! Why won't CF just lock it all the time automatically who would want shared data with sessions when they can already use an application variable for that. Also I dont understand nested lockings and how it works. All I usually end up doing is putting a Session

File Downloads

2001-07-30 Thread Fuon See Tu
hey yall, i allow members to download fields from a certain directory. How do i keep them from remembering the URL and downloading files at will??? i mean how do Sites that let u purchase and download stuff do it? ~~ Structure your ColdFusion

Re: Something wrong with my CFIF

2001-07-30 Thread Fuon See Tu
Do a trim to make sure that if it takes out the spaces. Cuz i found out that sometimes SQL appends spaces to my rows that has nothing in it :) cfif Trim(qGetLab.Critical_High) NEQ tr TH Critical High /TH td #Critical_high# /td /tr /cfif From: Bruce Sorge [EMAIL

RE: Something wrong with my CFIF (to Lee Fuller)

2001-07-30 Thread Fuon See Tu
I think CF treats Null and as the same. Right? From: Lee Fuller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Something wrong with my CFIF Date: Mon, 30 Jul 2001 15:29:26 -0700 The DB field isn't .. It's most likely NULL. Try using ISNULL and/or

Re: File Downloads (to Bruce)

2001-07-30 Thread Fuon See Tu
- Original Message - From: Fuon See Tu [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, July 30, 2001 5:19 PM Subject: File Downloads hey yall, i allow members to download fields from a certain directory. How do i keep them from remembering the URL and downloading files

Re: To hell with it all......

2001-07-30 Thread Fuon See Tu
: Monday, July 30, 2001 6:59 PM To: CF-Talk Subject: RE: Something wrong with my CFIF (to Lee Fuller) No.. It doesn't. Take a look at the ISNULL CF function. Lee -Original Message- From: Fuon See Tu [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 3:32 PM To: CF

RE: To hell with it all......

2001-07-30 Thread Fuon See Tu
-0400 Another Monday. -Original Message- From: Fuon See Tu [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 7:09 PM To: CF-Talk Subject: Re: To hell with it all.. huh??? From: BT [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: To hell