why use 3rd dimensional array??? You dont understand!

2001-02-05 Thread Phoeun Pha
: Monday, February 05, 2001 2:57 PM To: CF-Talk Subject: Re: why use 3rd dimensional array??? Since when was math stuff not a real situation - Original Message - From: "Phoeun Pha" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, February 05, 2001

RE: why use 3rd dimensional array??? You dont understand!

2001-02-05 Thread Phoeun Pha
dimensional array. Let me know if it works. - Original Message - From: "Phoeun Pha" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, February 05, 2001 2:55 PM Subject: why use 3rd dimensional array??? You dont understand! BAH! This is what i mean. What ar

RE: Cookie and tracking

2001-02-05 Thread Phoeun Pha
the BEST way is to have your users register with your site. then anytime they want to see the site, they have to log on and then u cna keep track of them. eh hehehe -Original Message- From: MJS @ Four Eyes [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 3:52 PM To: CF-Talk

Is the beta free???

2001-02-01 Thread Phoeun Pha
i hope it is! ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

CREATE COLUMN

2001-01-30 Thread Phoeun Pha
hey yall, how do i make a co9lumn in an existing table and specify dataype and length and stuff ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: bannière!

2001-01-29 Thread Phoeun Pha
Ces' le unt paleunt diste cre futie' re un..Al Bundy? - Original Message - From: Daive [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 29, 2001 11:00 AM Subject: bannière! salut, je cherche un site qui paye pour afficher leurs bannières, quelqu'un a une

Mel haisch diska??

2001-01-29 Thread Phoeun Pha
ooo eee ooo aaa aaa ting tang walla walla bing bang ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: Removing WhiteSpace

2001-01-29 Thread Phoeun Pha
CFOUTPUT #Replace(myvariable, " ", "", "ALL")# /cfoutput -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 12:21 PM To: CF-Talk Subject: Removing WhiteSpace The code listed below displays the following result: 1 0 0 01292001 0 0 0 0 19

RE: Insert NULL Values in SQLSERVER.

2001-01-29 Thread Phoeun Pha
instead of ' ', try just do NULL (not quotes) it should work -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 12:57 PM To: CF-Talk Subject: Insert NULL Values in SQLSERVER. I was trying to insert a blank or null value into the table, if

Coldfusion vs. Jsp

2001-01-29 Thread Phoeun Pha
who branded Jsp? and which is better? -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 1:40 PM To: CF-Talk Subject: White Space -- Solution Again, as soon as I send the e-mail out; I figuire it out... I just needed to concatanate a

RE: Mel haisch diska??

2001-01-29 Thread Phoeun Pha
wow! u figured out the plot! u want a cookie? -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 2:11 PM To: CF-Talk Subject: Re: Mel haisch diska?? Actually - it's Rugrats and another example of white noise on this list... And, it wasn't

FTP stuff help!

2001-01-29 Thread Phoeun Pha
how do i tell www.whatever.com to open lala.html as a default? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

Riehmann's approximation technique

2001-01-29 Thread Phoeun Pha
uhh, how did that formula go again? u know, that reihmann or something like that? with LRAM, RRAM, MRAM i dunno blah. i'm trying to loop the values and give them table heights (each with a pixel of 1) so i can make a cool looking wavy graph out of skinny rectangular tables!

RE: Data type mismatch....

2001-01-26 Thread Phoeun Pha
is Processed a char type field or numeric? -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Friday, January 26, 2001 12:00 PM To: CF-Talk Subject: Data type mismatch can anyone help me with this? i get this error on my checkout page... ODBC Error Code = 22005

RE: Session Variable Logout from Hal Helms

2001-01-25 Thread Phoeun Pha
it does kill the session, but it gives the session the same ID key lol -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 1:00 PM To: CF-Talk Subject: Session Variable Logout from Hal Helms I am looking at this code from Hal's website

RE: Dynamic variable construction and it's use

2001-01-25 Thread Phoeun Pha
when u dynamically name variables, it's always best to keep consistent with variable names. I usually append number increments to the end of dyn. vars -Original Message- From: Kevin Gilchrist [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 12:42 PM To: CF-Talk Subject:

RE: how to make bar, line chart in coldfusion

2001-01-25 Thread Phoeun Pha
why use a gif when u can just us te table and specify table color? -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 1:39 PM To: CF-Talk Subject: Re: how to make bar, line chart in coldfusion FWIW - one way is to create a .gif image and

OT: ColdFusion and Peachtree

2001-01-25 Thread Phoeun Pha
hey, i wanna make a coldufusion intranet application that enters data into peachtree software. anyone know how peachtree handles data? i was hoping it could read from a text file or sumpin ~~ Structure your ColdFusion code with Fusebox. Get the

RE: array length of a dimension?

2001-01-25 Thread Phoeun Pha
CFSET myarray=Arraynew(2) CFSET myarray[1][1]= "books" CFSET myarray[1][2]=2 CFSET myarray[2][1]="candy" CFSET myarray[2][2]=1000 CFOUTPUT #arraylen(myarray)# /CFOUTPUT which is 2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001

RE: Anyone else had this problem before?

2001-01-23 Thread Phoeun Pha
Is your datatype for the table field "UsersTotalPrice" small money or money? -Original Message- From: t nelson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 3:46 PM To: CF-Talk Subject: Anyone else had this problem before? Hi All, I was just wondering if anyone out

RE: business dates

2001-01-22 Thread Phoeun Pha
Tickets Membership Page blah. Needs punch up, make snazzier. i'm workin on that one -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22, 2001 9:55 AM To: CF-Talk Subject: Re: business dates Sounds like you need the datediff function,

Single Quotes in SQL HELP PLEASE!

2001-01-22 Thread Phoeun Pha
ok, I want to enter this character into a SQL table. ' but i get an error. how do I make it enter ' into the database? INSERT INTO MyTABLE(Stuff) VALUES = ''' ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: How to Convert currency to numeric value

2001-01-21 Thread Phoeun Pha
CFSET NumberIwant = Replace(Form.Number, "$", "ALL") - Original Message - From: Mike Kear [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, January 21, 2001 6:31 PM Subject: How to Convert currency to numeric value I'm doing a calculator that involves users entering

Re: How to Convert currency to numeric value

2001-01-21 Thread Phoeun Pha
, "", "ALL") to replace the $ signs with nothing. Thanks a heap Phoeun, have a great day. Cheers, Mike Kear -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 22 November 2000 11:46 AM To: CF-Talk Subject: Re: How to Convert cur

SQL syntax problem

2001-01-21 Thread Phoeun Pha
ok, i have a field where people type in the names of songs. The problem is, if the song title has an apostrophe in it, like "I'm comin' ova", i get an error. i think it's cuz SQL don't read dem apostrophes as text. how do i make the database accept them?!!

Re: SQL syntax problem

2001-01-21 Thread Phoeun Pha
ok, i am confused. what do i type to get this character ' and why is it different from this character ' ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

bah! forgot again

2001-01-20 Thread Phoeun Pha
remember u wanted some new ovals with text on them? would you mind sending me the HIF ai file (the one where u can edit the text in the ovals), and also what text u want on the ovals. The are two HIF ai files. the one with the shorter name is the one I want - Original Message - From:

Re: stop reposting of form data

2001-01-19 Thread Phoeun Pha
this is how i handle my stuff. let's say we have 2 templates. First template has the form fields and stuff. template 2 sends the information to a database and also displays a "Thank You!" message. if the user were to click "Refresh",the information could be entered twice, thats bad! The

RE: stop reposting of form data

2001-01-19 Thread Phoeun Pha
that wasn't the problem. he wants to know how to handle situations where a user REFRESHES a page after submitting a form (ya know, IE asks if ya want to repost data). and that enters data twice! -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Friday, January

RE: CF and FrontPage

2001-01-17 Thread Phoeun Pha
I don't like front page. it usually puts in junk code and code u don't use (a TH tag inside a table!). bah! -Original Message- From: Braver, Ben: [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 3:59 PM To: CF-Talk Subject: RE: CF and FrontPage Matthieu, Front Page fouls

RE: Dynamic state color

2001-01-16 Thread Phoeun Pha
I'd use Flash and coldfusion. they would both interact through text files which will hold variable values -Original Message- From: Williams, Ryan [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 1:20 PM To: CF-Talk Subject: Dynamic state color I was wondering if anybody has

RE: JS Question

2001-01-15 Thread Phoeun Pha
window.onload = document.FORMNAME.FIELDNAME.focus or sumthin like that -Original Message- From: David Hannum [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 10:13 AM To: CF-Talk Subject: OT: JS Question Hello, Is there a way to force the focus to a form field (text

RE: OT: Vacations and being banned

2001-01-15 Thread Phoeun Pha
I don't have anything important to say. I'm wasting your time ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

Re: how to retrieve excel data and to put into DB

2001-01-13 Thread Phoeun Pha
actually, it's very possible, but u gotta combine it with Access. ok, the whle Office suite can be integrated together, and when u change data in acess, it changes data in word or excel, or any of the combination. i kinda remember how to do this, but it's done by paste linking or something

looking for a certain custom CF tag

2001-01-13 Thread Phoeun Pha
I want to display images on a page, but i have a max height and width. I want to be able to get the width and heigth of an image, and change those numbers proportionatly if they happen to go over the max, and insert them into the IMG SRC tag. Is there custom CF tag that can retrieve the image

RE: looking for a certain custom CF tag

2001-01-13 Thread Phoeun Pha
of an image as variables. You have to insert them into the SRC tag yourself. You could manipulate the results to come close to your max. dimensions. http://devex.allaire.com/developer/gallery/info.cfm?ID=CA34747F-2830-11D4-AA 9700508B94F380method=Full HTH, Adrian J. Moreno Phoeun Pha wrote

What Does OT Stand For?

2001-01-12 Thread Phoeun Pha
~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

RE: Web Based SQL Manager

2001-01-12 Thread Phoeun Pha
The only practical use I see for this is to mess around with SQL without having a client license (and software). I'd like to see it though -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 9:26 AM To: CF-Talk Subject: Web Based SQL Manager

ColdFusion File Handling

2001-01-12 Thread Phoeun Pha
We got a bunch of file uploading forms. we want the max file size to be 5mb. is there a way coldfusion can check the file size without having the file being fully uploaded on the computer? please reply soon! thanx ~~ Structure your ColdFusion

OT: Virus Scan

2001-01-12 Thread Phoeun Pha
Friend wrote This was a README file in a virus scanner cd i got i had to laugh... HOORAY FOR TECH SUPPORT FILES!!! README.TXT- AVG 6.0 Antivirus system This README.TXT file contains the newest information which we were not able to include in manuals. Most of this information is

RE: Web Based SQL Manager

2001-01-12 Thread Phoeun Pha
i assume the utility would rely on the password and username attribute of the CFQUERY TAG -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 12:23 PM To: CF-Talk Subject: Re: Web Based SQL Manager Correct me if I'm wrong ... but don't

RE: Very frustrating form problem.

2001-01-12 Thread Phoeun Pha
please send over the code for the form page i wanna take a look -Original Message- From: Erika Foster [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 8:23 AM To: CF-Talk Subject: Very frustrating form problem. I am developing an application remotely, with absolutely no

RE: DateAdd

2001-01-12 Thread Phoeun Pha
u forgot to nest the DATEPART fucntion to evaluate the "w" -Original Message- From: Allan Pichler [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 3:59 PM To: CF-Talk Subject: DateAdd Hi all, is the datepart "w" not supported anymore ?? or is it just buggy ? IMHO

TimeFormat Function

2001-01-11 Thread Phoeun Pha
you know the tt mask in the timeformat function? well it always comes out Uppercase. is there a mask that makes it come out lowercase? I was thinking of using string functions to parse out the AM or PM and make them lowercase, but there must be a simpler way!

RE: TimeFormat Function

2001-01-11 Thread Phoeun Pha
thanx!! -Original Message- From: Brandon Paolin [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 1:22 PM To: CF-Talk Subject: Re: TimeFormat Function #lcase(TimeFormat(now(),'tt'))# - Original Message - From: "Phoeun Pha" [EMAIL PROTECTED] To: "

RE: cfserver.exe takes up 100% resources

2001-01-11 Thread Phoeun Pha
usually it's in your code. heh one time I did a loop that went on forever and the CPU and mem usage went up reaaal high. -Original Message- From: Deepak Agarwal [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 1:50 PM To: CF-Talk Subject: cfserver.exe takes up 100%

RE: checking multiple boxes w/single button?

2001-01-09 Thread Phoeun Pha
I'd use javascript. First, I'd have the checkboxes dynamically named like box1, box2, box3 and so on. Then, make a button, or some kind of image, and do an onclick to call a javascript. That javascript will perform an array loop to make all those boxes EQ true or sumthin like that. that way,

RE: Searching Multiple Data Ranges

2001-01-09 Thread Phoeun Pha
I usually get that error (the column name error) when I'm not careful with where the hashes go. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 2:55 PM To: CF-Talk Subject: Searching Multiple Data Ranges Hello, I am looking for

RE: cfquery

2001-01-08 Thread Phoeun Pha
BAH, you don't need to specify a date it was entered in the first place (unless u need it for some other reason). just make sure you have some kind of AUTO ID or increment for each record (u should anyways). and in your query, let it select the record with the highest Auto number (which is

RE: Just signed up for the Developer exam

2000-12-29 Thread Phoeun Pha
Bah, u dont really need to study much. most of the exam is based on knowledge (u know, like u just look up the bold words in history class and define them). they don't really test your depth. Got that info from CF developer's journal -Original Message- From: Lee Moore

RE: Adding items to Shopping cart

2000-12-21 Thread Phoeun Pha
of course CF can do this kind of thing -Original Message- From: JayB [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 21, 2000 11:08 AM To: CF-Talk Subject: Adding items to Shopping cart I apologize if this was sent twice...sent it yesterday and didn't see it show up

RE: Shopping Cart

2000-12-19 Thread Phoeun Pha
might as well start your own code. hard to re-code someone else's code to make it work with your site structure. The only reason I'd buy the shopping cart would be to look at the source code and get some inspiration -Original Message- From: Eric Homa [mailto:[EMAIL PROTECTED]]

RE: Shopping Cart

2000-12-19 Thread Phoeun Pha
i think it should be pretty easy. the hardest part of it is categorizing the products. -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 19, 2000 1:29 PM To: CF-Talk Subject: RE: Shopping Cart On 12/19/00, Phoeun Pha penned: might as well start your

RE: Preventing zero-length file uploads to CFFILE

2000-12-13 Thread Phoeun Pha
i may be wrong, but any file with 0KB prolly doesn't exist! -Original Message- From: Milks, Jim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 12:33 PM To: CF-Talk Subject: Preventing zero-length file uploads to CFFILE Hi all, I stumbled on an odd situatiuon, but need

RE: Another debate

2000-12-13 Thread Phoeun Pha
who cares, just ask for a raise, 4 Christmas bonuses, and free parking - All for learning PHP. It's not your company anyways, it's your [insert ignorant here] boss's -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 1:48 PM

ColdFusion to make bar codes

2000-12-11 Thread Phoeun Pha
Hey guys, i need some resources on how bar codes are made, and the exact width and height and spaces between the bars. I want to make those bar codes out of tables. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: ColdFusion to make bar codes

2000-12-11 Thread Phoeun Pha
t, and you have an instant bar code. Todd Ashworth - Original Message ----- From: "Phoeun Pha" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, December 11, 2000 11:26 AM Subject: ColdFusion to make bar codes | Hey guys, i need some resources on how bar codes a

RE: Radio buttons

2000-12-06 Thread Phoeun Pha
of course both values get passed. what you should do is name them differtently -Original Message- From: Jon Gage [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 10:05 AM To: CF-Talk Subject: Radio buttons I'm having a problem with radio buttons in my form. Sometimes

Query functions problem

2000-12-04 Thread Phoeun Pha
There's QueryAddrow, Query SetCell, IsQueryetc. WHY ISN'T THERE A DELETEQUERYROW?!! thanx ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Another YAFLAQ (yet another f****** lock question)

2000-12-04 Thread Phoeun Pha
Yes, page B will be allowed to include page C right away. The CFLOCK in this case will only lock out page C to those who access it through Page A by way of CFINCLUDE. -Original Message- From: Gregory Harris [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 11:47 AM To:

RE: CFFILE Issue

2000-12-04 Thread Phoeun Pha
U could use CFFTP, but design it in a way that the interface makes it look like you're using CFFILE -Original Message- From: Terri Stocke [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 12:04 PM To: CF-Talk Subject: CFFILE Issue Hey all, I spoke with an Allaire regional

RE: CF_Calendar

2000-11-29 Thread Phoeun Pha
DOn't get it. It's not really administratableblaablaggg. what i meant was, the only thing u set on it are the events and dates. thats all. There are some FREE nifty CF based event /planner calendar on the allaire site, which have a hugeload of cool stuff you can mess around with

RE: BLOB manipulation

2000-11-27 Thread Phoeun Pha
real good ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: Page Loading...

2000-11-27 Thread Phoeun Pha
I say make your page say "PAGE IS LOADING". Run the query on your page, and at the end of the query put all that info in forms, or turn them into url variables, then do a cflocation to a new page, and display that data there. unconventional but it works. OR another IDEA! Don't do it at all!

Awesome Hidden COldFusion Functions!

2000-11-27 Thread Phoeun Pha
made you look heh!!! bet you drooled ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: Order of variable scope checking

2000-11-20 Thread Phoeun Pha
This is the order in which CF evaluates variables if they aren't scoped. 1. Local vars created using CFSET and CFQUERY 2. CGI vars 3. File vars 4. URL vars 5. Form 6. Cookies 7. Client -Phoeun -Original Message- From: J.Milks [mailto:[EMAIL PROTECTED]] Sent: Monday, November

RE: Kooky Form Field/List question.

2000-11-20 Thread Phoeun Pha
cfloop index="test" list="#FORM.fieldnames#" delimiters="," #test# : #FORM.#test## br /cfloop Got too many Hash marks buddy. Should be #Form.test#, NOT #Form.#test##. Test is the NAME of the formfield as I can see. So using #Form.test# will display the value of that field

RE: Finding an Odd Number

2000-11-20 Thread Phoeun Pha
CFLOOP Index = "Number" FROM = 1 TO = 6 STEP = 1 CFOUTPUT #Number# - CFSET IsOdd = (#Number#)Mod(2) CFIF IsOdd EQ 0 This number is even CFELSE This number is odd /cfif brbr /CFOUTPUT /CFLOOP -Original Message- From: Jason Larson [mailto:[EMAIL PROTECTED]] Sent: Monday, November

RE: deleting records

2000-11-20 Thread Phoeun Pha
When I get a Datatype Mismatch criteria whatever error, it's usually because I used quotes for fields which I have labeled as being a primary key. taking them off helps -Original Message- From: Kylie Lovelock [mailto:[EMAIL PROTECTED]] Sent: Monday, November 20, 2000 10:36 AM To:

RE: Structures

2000-11-20 Thread Phoeun Pha
I recommend Assigning those orders into an array, or query variable -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Monday, November 20, 2000 10:33 PM To: CF-Talk Subject: Structures This is a multi-part message in MIME format.

<    1   2   3