Totally OT: flash actionscript question

2002-10-15 Thread jtnewsletters
Sorry for the OT, just hoping someone out there can answer this... Ok, big question regarding NEW OBJECT() in Action Script: How is the object returned handled, as far as life cycle/scope is concerned? Does NEW allocate the space for the object on a heap, similar to C++/java, then garbage

RE: Hey Vernon! About Source Control

2002-10-15 Thread Candace Cottrell
Am I tripping, or doesnt DW have its own source control? Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 10/15/2002 12:59:52 PM WebDav is also

Email Support - Web-Based Front End

2002-10-15 Thread Tony Schreiber
Can anyone recommend a web-based email support system? What I'm looking for is something that will take incoming mail to a single address ([EMAIL PROTECTED] for example) and put it into a multi-user web-based support system. CF preferred, but PHP ok too. Tony Schreiber, Senior Partner

RE: Hey Vernon! About Source Control

2002-10-15 Thread Vernon Viehe
Not to split hairs, but about 70% of the features from CFStudio were included in DWMX. The other 30% would not be considered bugs (officially speaking). While they are no less important to those who miss/need a particular feature(s), feature request would be the correct option. =) -Vern

RE: Hey Vernon! About Source Control

2002-10-15 Thread Ken Wilson
You referring to that check-in/check-out capability? Not quite the same thing. Ken -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 1:16 PM To: CF-Talk Subject: RE: Hey Vernon! About Source Control Am I tripping, or doesnt DW have

RE: Hey Vernon! About Source Control

2002-10-15 Thread Vernon Viehe
What DW has (of it's own) is not really source control, I would say it's site management (link mgmnt, ftp, file synching, and so on). -Vern -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 10:16 AM To: CF-Talk Subject: RE: Hey Vernon!

Reality CFMX: Intranets and Content Management

2002-10-15 Thread Candace Cottrell
Just received my copy today. At a glance, it looks like exactly what I needed to help me overhaul our Intranet... woo-hoo!! Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL

basic calendar question

2002-10-15 Thread Tim Laureska
I am creating a calendar of events database CF app from scratch.. An initial question that comes to mind is.what is the best way to store event dates for this.using separate fields called something like from_day, to_day from_month to_month from_year to_year OR - should I somehow just use two

Re: Email Support - Web-Based Front End

2002-10-15 Thread Cedric Villat
Tony - shameless_plugWe have developed just a system. It is very simple to use and has great security. It is called CFTicket and you can check up on it at at http://www.cornfeed.com. /shameless_plug. If you have any questions about it, feel free to email me off list. Cedric Villat Lead Designer

HTMLDOC with ColdFusion

2002-10-15 Thread Joshua Miller
Has anyone out there used HTMLDOC with ColdFusion? Any opinions or things I should know about using the product to generate PDF from HTML (CFML) files? Thanks, Joshua Miller [EMAIL PROTECTED] ~| Archives:

RE: Collaborative Works Solutions - Slightly OT

2002-10-15 Thread Trey Rouse
We haven't been challenged with a specific set of requirements for this. This is one of these generic challenges of what solutions can you offer. I think the primary requirement is going to enable multiple users to work on separate pieces of a document independently and post them back to the

RE: Reality CFMX: Intranets and Content Management

2002-10-15 Thread Yves Arsenault
Cool I'm thinking of buying this book in a bit I may ask for feedback... Has anyone else read it? And maybe the Flash X integration? Yves -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: October 15, 2002 2:25 PM To: CF-Talk Subject: Reality CFMX:

Re: PDF to HTML on-the-fly

2002-10-15 Thread Sam Farmer
There is the html2pdf3 tag in the gallery that works quite well. And its free. Sam - Original Message - From: Joshua Miller [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, October 15, 2002 1:13 PM Subject: RE: PDF to HTML on-the-fly How about the other way around?

Re: basic calendar question

2002-10-15 Thread Mike Wokasch
Tim - You're asking a fairly complicated question. Let me simplify the way I ended up doing it was a related datamodel: event [event_id, ...details...] event_date [event_id, date (day, month, year), time, duration] Now, the important thing to note is that event_date is unique on event_id AND

RE: How Good is the Job Market for ColdFusion?

2002-10-15 Thread Trey Rouse
I have to agree with Casey on this one. There are practically no CF postings in the Texas market. Dallas has by far the most of any other regional market. I'm no longer a developer and have moved up past the architect tear, and honestly, I here 5x as many stories of people ditching CF than

re: try-catch was re: cfswtich et al...

2002-10-15 Thread S . Isaac Dealey
Here's a rudimentary test case. What's really interresting about this test is that, although the sum total time required to perform 1 ( or however many ) try-catch blocks to accomplish roughly the same thing as the cfswitch statements, is about 7-8 times as long, the maximum and average

Re: basic calendar question

2002-10-15 Thread Jerry Johnson
Definitely store it as a date. What about time? Do you ever foresee the need to know the time of an event? If so, use a datetime to store it. And if an event doesn't have a time, while others do, use a standardized placehlolder like midnight to designate don't care on the time object. Jerry

French Accents in CF

2002-10-15 Thread Brook
Hi, I'm having some trouble with french accents. I submit a form which has a french accent in one of the fields Hervé, on the next page outputting the form.fieldname displays Hervé. But the debugging output shows the correct value in the form field. What does one need to do to support french

RE: basic calendar question

2002-10-15 Thread Tim Laureska
Mike ... thanks for the responseI see the basis of what you saying is that an event could have multiple days with potentially different times on each day so set up a different record for each day the event occurs I'm still learning CF/SQL so I got lost in your last paragraph on

Re: SQL HELP

2002-10-15 Thread Ian Lurie
Ltrim(rtrim()) might help, though... On 10/15/02 6:03 AM, Joshua Tipton [EMAIL PROTECTED] wrote: The column is char 10 when I change it to int it truncates my numbers so I do not want that. Josh -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: French Accents in CF

2002-10-15 Thread Alex Hubner
If you're using CFMX please install the CFMX updater. Will solve many of your coding problems. http://dynamic.macromedia.com/bin/MM/software/trial/hwswrec.jsp?product= cfmx_updater []'s Alex | alex hübner | [EMAIL PROTECTED] | www.cfgigolo.com -Original Message- From:

OT: help with SQL 'IN' operator

2002-10-15 Thread Gyrus
I'm trying to run a query than uses the IN operator in a way I've not come across before: cfquery name=query datasource=#request.DB_DSN# dbtype=#request.DB_type# username=#request.DB_username# password=#request.DB_password# SELECT title FROM content WHERE 23 IN (keywordIDs) AND 12 IN

RE: French Accents in CF

2002-10-15 Thread Benoit Hediard
First of all, you have to make sure that you have put cfscript setEncoding(form, utf-8); setEncoding(url, utf-8); /cfscript cfcontent type=text/html; charset=utf-8 in your application.cfm. Then, check if you have installed the CFMX updater, it solves the bug related to encoding with forms post

OT: online payment processing w/out merchant account

2002-10-15 Thread Jeff Beer
We're new, and we sell adult merchandise, so getting a merchant account is pretty tough. We should be able to have our own merchant account in two or three months. I'm looking for a payment processing solution where a third-party provides the merchant account/credit card processing services, but

Re: PDF to HTML on-the-fly

2002-10-15 Thread Eric G. Myers
At 01:37 PM 10/15/2002 -0400, you wrote: There is the html2pdf3 tag in the gallery that works quite well. And its free. Sam Here's something that I ran across that doesn't seem to work (at least I couldn't make it work with MX). I don't have the author attribution easily available, but I'm

RE: SQL HELP

2002-10-15 Thread Bryan Love
trimming the value won't help. Numeric IDs are faster however. The DB pads chars with spaces when comparing anyway. Try this: SELECT* FROM temptblJOBEVL t LEFT OUTER JOIN tblEmployee tt ON t.sys_emp_id_nr = tt.emp_id_nr WHERE

RE: online payment processing w/out merchant account

2002-10-15 Thread Mark Stephenson - Evolution Internet
Try sfcommerce (www.sfcommerce.com) You don't need a seperate merchant account and they have a £99 setup fee!! Mark Stephenson New Media Director Evolution Internet T: 0870 757 1631 F: 0870 757 1632 W: www.evolutioninternet.co.uk E: [EMAIL PROTECTED] WARNING: ---

RE: help with SQL 'IN' operator

2002-10-15 Thread Bryan Love
First: put a comma before and after the list you are inserting into the DB. So a list of 1,2,3,4 becomes ,1,2,3,4, Second: use this query: cfquery name=query datasource=#request.DB_DSN# dbtype=#request.DB_type# username=#request.DB_username# password=#request.DB_password# SELECT title FROM

RE: basic calendar question

2002-10-15 Thread Tim Laureska
Mike it just occurred to me...what if you have an event that runs for a couple of months? Does the calendar administrator have to enter the same information 60 times? -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 2:05 PM To: CF-Talk

RE: Hey Vernon! About Source Control

2002-10-15 Thread Stacy Young
Just voted for CVS too -Original Message- From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 1:07 PM To: CF-Talk Subject: Re: Hey Vernon! About Source Control It would be super-helpful to let the DW team know what source control flavors you

group by in cfoutput

2002-10-15 Thread Dowdell, Jason G
Hi all, Here's a bit of a challenge. I have a single table storing category information similar to any search engine. The table structure looks like this ID NameParentIDLevel 1 Computers 0 1 2 Laptop 1 2 3

Re: OT: help with SQL 'IN' operator

2002-10-15 Thread S . Isaac Dealey
I'm trying to run a query than uses the IN operator in a way I've not come across before: cfquery name=query datasource=#request.DB_DSN# dbtype=#request.DB_type# username=#request.DB_username# password=#request.DB_password# SELECT title FROM content WHERE 23 IN (keywordIDs) AND 12

RE: Hey Vernon! About Source Control

2002-10-15 Thread Kevin Gilchrist
Hate saying this, Me too ;-) -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 2:25 PM To: CF-Talk Subject: RE: Hey Vernon! About Source Control Just voted for CVS too -Original Message- From: Massimo, Tiziana e Federica

RE: Totally OT: flash actionscript question

2002-10-15 Thread Mike Chambers
once there is no longer a reference to the object, it will eventually get garbage collected (although not necessarily immediately). btw, this is the type of question the flashcoder's list would drool over: http://chattyfig.figleaf.com hope that helps... mike chambers [EMAIL PROTECTED]

RE: basic calendar question

2002-10-15 Thread Mike Wokasch
Tim - In the first format, yes. If it happens often, then perhaps another solution is in order. However, if it is possible that place or time can change, you may end up with that result anyway In my production version, I think that the only thing that gets replicated are: id and date.

Dynamic checkboxes and the resultant page.

2002-10-15 Thread Greenberg, Lisa
I am trying to create dynamic checkboxes from a query result set and then pass a parameter as well to the resultant page: cfform action=checkout.cfm name=alignNewCustomer method=POST enablecab=Yes cfoutput query=QQQSearch tr td#old_terr_id#/td td

HTML2PDF3 on CFMX

2002-10-15 Thread Joshua Miller
I can't get HTML2PDF3 to work with CFMX ... I get a java.io.IOException error. The documentation seems a bit flaky too ... It refers to using the path to the executable wihtout the .exe or filename, then the sample file uses the full path and filename to the executable - it errors either way,

Re: BlueDragon (was RE: How is CFMX J2EE implemented?)

2002-10-15 Thread Michael Dinowitz
Thanks Vince. I know I debate hard but in truth the only thing I was worried about was the possibility of a language split and the weakening of CF because of it. Have you thought of placing some of the changes in BD into custom tags (CFX, COM, Class, etc.) for distribution? Other than the part

(Admin) Blue Dragon

2002-10-15 Thread Michael Dinowitz
Well, it seems that sending a message at 7:30 in the morning after not sleeping the whole night leads to missing instructions. The list archives as well as signup can be found here: http://www.houseoffusion.com/cf_lists/index.cfm?method=threadsforumid=26

Re: HTML2PDF3 on CFMX

2002-10-15 Thread Sam Farmer
I have it working fine on two different machines running cfmx. Make sure when you installed the htmldoc.exe file that you ran it...its a self-extracting file. That got me for about an hour. Heres a sample of the tag: CF_HTML2PDF3 myHTMLDOC=c:\cfusionMX\bin\pdf\htmldoc.exe

Re: group by in cfoutput

2002-10-15 Thread Sam Farmer
look at the group attribute of cfoutput. Should do what you want. HTH, Sam - Original Message - From: Dowdell, Jason G [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, October 15, 2002 2:30 PM Subject: group by in cfoutput Hi all, Here's a bit of a challenge. I

RE: group by in cfoutput

2002-10-15 Thread Dowdell, Jason G
It does a portion of what I want. I need to restrict the output of the group by to a max of 3 records per parent category. ~jason -Original Message- From: Sam Farmer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:11 PM To: CF-Talk Subject: Re: group by in cfoutput look

RE: group by in cfoutput

2002-10-15 Thread Everett, Al
Can you put maxrows=3 in the innermost CFOUTPUT? -Original Message- From: Dowdell, Jason G [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:15 PM To: CF-Talk Subject: RE: group by in cfoutput It does a portion of what I want. I need to restrict the output of the

RE: Dynamic checkboxes and the resultant page.

2002-10-15 Thread Michael Corbridge
try this: cfset variables.testVar = 102310OLD=QQQ100,202301OLD=QQQ200 cfset variables.nvPair1 = listGetAt(variables.testVar,1) cfset variables.nvPair2 = listGetAt(variables.testVar,2) cfset variables.var1=listGetAt(variables.nvPair1,1,) cfset

RE: group by in cfoutput

2002-10-15 Thread Dowdell, Jason G
Here is the secret language I was looking for... #ChildName[CurrentRow]# I needed to understand how the grouping actually worked in order to know what syntax I could use to access the CurrentIndex of the query. ~Jason -Original Message- From: Dowdell, Jason G [mailto:[EMAIL

RE: group by in cfoutput

2002-10-15 Thread Dowdell, Jason G
That's the piece I'm working on now. It won't allow you to do that since you must specify a query in order to specify maxrows. ~Jason -Original Message- From: Everett, Al [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:17 PM To: CF-Talk Subject: RE: group by in cfoutput

RE: Reality CFMX: Intranets and Content Management

2002-10-15 Thread Chris White
Did you get a copy of the cd with your book? I did not get a cd. The publisher said that the description was a misprint and there was not a cd. Ben said a couple of weeks ago that he was going to put the code on www.forta.com, it is not there yet. The book is interesting but would be a lot

RE: Dynamic checkboxes and the resultant page.

2002-10-15 Thread Greenberg, Lisa
Mike, I have been researching what list function to use and this looks great! However, I don't know how many checkboxes the end-user will select. How can I modify this code to accommodate for flexibility? Is a CFLOOP List Loop the answer? cfloop index = i list = #variables.testVar# delimiters

Re: Dynamic checkboxes and the resultant page.

2002-10-15 Thread S . Isaac Dealey
I'd probably use arrays on your action page... cfparam name=form.checkbox type=string default= cfif len(trim(form.checkbox)) cfset checkboxes = listtoarray(form.checkbox) cfloop index=x from=1 to=#arraylen(checkboxes)# cfset checkboxes[x] =

Dynamic Shipping Calculations

2002-10-15 Thread chris.alvarado
I have a fairly sizeable E-Commerce project on the horizon. I am currently in the R phase of R D and I am investigating shipping calculation methods. I know that UPS offers some kind of service / exposed API you can use to calculate shipping. I am sure FedEX has the same. Just curious if

RE: How Good is the Job Market for ColdFusion?

2002-10-15 Thread Paris Lundis
It's an economy and burnout thing... I mean how many people need software built? How many people are throwing hard cash at a software based business concept? Not many. Couple that with the reduced budgets everyone is facing across the board and bingo! Hiring isn't what is in, firing is...

Re: group by in cfoutput

2002-10-15 Thread S . Isaac Dealey
Hi all, Here's a bit of a challenge. I have a single table storing category information similar to any search engine. The table structure looks like this IDNameParentIDLevel 1 Computers 0 1 2 Laptop 1 2 3

RE: group by in cfoutput

2002-10-15 Thread S . Isaac Dealey
Even if you can, I suspect it's not a very efficient method. Can you put maxrows=3 in the innermost CFOUTPUT? -Original Message- From: Dowdell, Jason G [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:15 PM To: CF-Talk Subject: RE: group by in cfoutput It does a

Flash Communication Server

2002-10-15 Thread Huynh Weiming
Has anyboy got it to work? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk FAQ:

RE: BlueDragon (was RE: How is CFMX J2EE implemented?)

2002-10-15 Thread Mosh Teitelbaum
From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]] A way to minimize the problem would be for New Atlanta to use a different namespace (so to speak) for their tags. I'm not talking something as complicated as XML namespaces, but simply using a different naming scheme, such as bdforward.

Re: Collaborative Works Solutions

2002-10-15 Thread Jason Miller
Funny - I just received a newsletter from websitenotes.com http://www.websitenotes.com/ The home page is some guy writing a userless article- but listed are 3 seemingly open source/community type CMS's I do not know about them nor tested them - but am always on the look out for free to cheap

Oracle query help

2002-10-15 Thread Kris Pilles
Heres the query: SELECT ALL STUDENT.STUDENT_NUM, STUDENT.LASTNAME, STUDENT.FIRSTNAME, STUDENT.BIRTHDATE, STUDENT.SEX, STUDENT.SSNUM, STSERVICE.DATE_BEGIN, STSERVICE.DATE_END, STSERVICE.LOCATION, STSERVICE.HANDICAP, STSERVICE.CSIZE_RATIO, STSERVICE.ST_CLASS, STSERVICE.FUND, STSERVICE.SERVICE,

RE: How Good is the Job Market for ColdFusion?

2002-10-15 Thread Rob Rohan
At least you're not bitter. -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 12:37 PM To: CF-Talk Subject: RE: How Good is the Job Market for ColdFusion? It's an economy and burnout thing... I mean how many people need software built?

Re: Connecting to Oracle 7.3.4 database via Oracle server using C FMX

2002-10-15 Thread Smith, Don , , WHS/PSD
CFMX does not natively support Oracle 7.3 databases- this is something that is new with CFMX and was not an issue in CF 5.0. We ran into this problem on our Win2k test site. We created an ODBC, not JDBC, connection in Win2k and then connected the CFMX JDBC connector to an ODBC Socket. But

RE: Dynamic Shipping Calculations

2002-10-15 Thread Jeff Beer
http://www.intershipper.com/integrate.asp -Original Message- From: chris.alvarado [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:36 PM To: CF-Talk Subject: Dynamic Shipping Calculations I have a fairly sizeable E-Commerce project on the horizon. I am currently in the R

Announce: Fusebox class Wash DC area 10/16

2002-10-15 Thread Michael Smith
10% discount to readers of cf-talk for this class date only. Put cf-talk 10% discount in notes when signing up to get your savings! - Michael Smith, TeraTech, Inc http://www.teratech.com/ FB 201 - Intermediate Fusebox * Wednesday, October 16th, 2002 Full Day course

problems with http and wddx?

2002-10-15 Thread Kola Oyedeji
Hi I have a page which i have been testing locally which uses cfhttp to send form feilds to a page and receives a wddx packet. When i test the pages internally i have no problem however when i put it up on our staging server i get an internal server error. I know we have a proxy server and

Re: Oracle query help

2002-10-15 Thread Tony Schreiber
Remove ALL? Heres the query: SELECT ALL STUDENT.STUDENT_NUM, STUDENT.LASTNAME, STUDENT.FIRSTNAME, STUDENT.BIRTHDATE, STUDENT.SEX, STUDENT.SSNUM, STSERVICE.DATE_BEGIN, STSERVICE.DATE_END, STSERVICE.LOCATION, STSERVICE.HANDICAP, STSERVICE.CSIZE_RATIO, STSERVICE.ST_CLASS, STSERVICE.FUND,

percentage of hits

2002-10-15 Thread Robert Orlini
Using SUM (I think) how can I get a percentage when comparing it to a total? For example if #visits# is 490 and #total_visits# is 16000. What is the code to extract the percentage of 490 out of 16000? Below is part of my code: cfquery name=getsomedata datasource=log_stats select url,

RE: How Good is the Job Market for ColdFusion?

2002-10-15 Thread Jeffry Houser
Just for the record, my Herman Miller Aeron B Chair was worth every cent. ( I'm putting it on eBay in January to pay the mortgage ) At 03:36 PM 10/15/2002 -0400, you wrote: At least now I can laugh that Mr. Know It All but Knows Nothing Web Dorks and the idiot business school wanks with

RE: How Good is the Job Market for ColdFusion?

2002-10-15 Thread Mosh Teitelbaum
LOL - Mr. Know It All but Knows Nothing Web Dork -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:54 PM To:

RE: Totally OT: flash actionscript question

2002-10-15 Thread Josh Trefethen
Thanks Mike, That's exactly what I needed to know. You know I used to be on the flashcoders list, but haven't received any messages for about a month. I tried to subscribe to flashcoders again a few days ago, but have been unsuccessful...I haven't received any emails back. I wonder if they

RE: percentage of hits

2002-10-15 Thread Everett, Al
cfset percentOfVisits=visits / total_visits * 100 490 is 3.0625% of 16,000 -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:59 PM To: CF-Talk Subject: percentage of hits Using SUM (I think) how can I get a percentage when

RE: Flash Communication Server

2002-10-15 Thread Mike Chambers
yes. I am guessing there is more behind your question, but i have no idea what it is. mike chambers [EMAIL PROTECTED] -Original Message- From: Huynh Weiming [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:48 PM To: CF-Talk Subject: Flash Communication Server

Migrating CF 5 apps to CFMX for Jrun

2002-10-15 Thread Robert Shaw
Hi, Has anyone migrated their applications from CF5 to CFMX for Jrun? Just looking for any real-life experiences to pass on to my boss. I also noticed in the docs for CFMX they have a migrating 5 apps to CFMX and the docs for CFMX for J2EE don't have this section. Does anyone know if you can

Re: Oracle query help

2002-10-15 Thread Alex
are you connected to the correct schema On Tue, 15 Oct 2002, Kris Pilles wrote: Heres the query: SELECT ALL STUDENT.STUDENT_NUM, STUDENT.LASTNAME, STUDENT.FIRSTNAME, STUDENT.BIRTHDATE, STUDENT.SEX, STUDENT.SSNUM, STSERVICE.DATE_BEGIN, STSERVICE.DATE_END, STSERVICE.LOCATION,

Re: group by in cfoutput

2002-10-15 Thread Jochem van Dieten
Dowdell, Jason G wrote: Here's a bit of a challenge. I have a single table storing category information similar to any search engine. The table structure looks like this IDNameParentIDLevel 1 Computers 0 1 2 Laptop 1

RE: Oracle query help

2002-10-15 Thread Kris Pilles
I got it... Fogot to remove one of my dummy variables xstart... Duh... -Original Message- From: Kris Pilles Sent: Tuesday, October 15, 2002 3:54 PM To: CF-Talk Subject: Oracle query help Heres the query: SELECT ALL STUDENT.STUDENT_NUM, STUDENT.LASTNAME, STUDENT.FIRSTNAME,

supposedly simple query

2002-10-15 Thread Jeremy Bunton
I have this VERY simple query like cfquery name=getmessages datasource=mydns select * from message where thread = #threadnumber# /cfquery where #threadnumber# is set by cfset threadnumber=#trim(URL.thread)# coming from a cflocation url=messages.cfm?thread=cfoutput#formthread#/cfoutput If I

RE: problems with http and wddx?

2002-10-15 Thread Kola Oyedeji
Not to worry, i just needed a longer timeout! Kola -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] Sent: 15 October 2002 20:55 To: CF-Talk Subject: problems with http and wddx? Hi I have a page which i have been testing locally which uses cfhttp to send

Re: problems with http and wddx?

2002-10-15 Thread jon hall
Don't know if this helps, but a 500 - Internal Server Error is a web server error. It basically means that the url or a header made the server choke. -- jon mailto:[EMAIL PROTECTED] Tuesday, October 15, 2002, 3:55:07 PM, you wrote: KO Hi KO I have a page which i have been testing locally

RE: Oracle query help

2002-10-15 Thread Lofback, Chris
Instead of createodbcdate(), try using Oracle's TO_DATE() function on your dates like this: STSERVICE.DATE_BEGIN BETWEEN TO_DATE('07/01/00','mm/dd/yy') AND TO_DATE('06/30/01','mm/dd/yy') Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com

RE: supposedly simple query

2002-10-15 Thread Everett, Al
Try using cfqueryparam. cfquery name=getmessages datasource=mydns select * from message where thread = cfqueryparam cfsqltype=CF_SQL_INTEGER value=#threadnumber# /cfquery -Original Message- From: Jeremy Bunton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 4:23 PM To:

RE: supposedly simple query

2002-10-15 Thread Matthew Walker
Try [thread] -Original Message- From: Jeremy Bunton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 16 October 2002 9:23 a.m. To: CF-Talk Subject: supposedly simple query I have this VERY simple query like cfquery name=getmessages datasource=mydns select * from message where

RE: supposedly simple query

2002-10-15 Thread Russ
Shouldn't that be WHERE thread= #URL.threadnumber# ? -Original Message- From: Jeremy Bunton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:23 PM To: CF-Talk Subject: supposedly simple query I have this VERY simple query like cfquery name=getmessages

re: try-catch was re: cfswtich et al...

2002-10-15 Thread I-Lin Kuo
I haven't tried running it yet, but this profiling code seems suspicious. I don't think CF's GetTickCount() function has sufficiently small resolution that the execution time of 10 or 20 CF statements can be meaningfully measured. My recollection was that CF5's GetTickCount was only accurate

Got an error using html2PDF3

2002-10-15 Thread Huynh Weiming
This is the error message: Cannot execute c:\cfusion\CustomTags\html2PDF3 Windows NT error 5 occurred. Windows NT error 5 ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: supposedly simple query

2002-10-15 Thread Fregas
In your access database, is the thread column set as a numeric data type or text? FWI, in any coldfusion tag, you don't need cfoutput. So you could just write this: cflocation url=messages.cfm?thread=#formthread# Craig - Original Message - From: Jeremy Bunton [EMAIL PROTECTED] To:

OT: Syndicated Content -- querystrings on URLs

2002-10-15 Thread Carlisle, Eric
I'm looking to provide a client with syndicated content via an XML feed. I'm hoping to provide a solution that can be automated.. something the user can pull down with an HTTP call. I need the user to provide security credentials before they can download. I was thinking of trying this:

RE: supposedly simple query

2002-10-15 Thread Cantrell, Adam
The cfoutput in your cflocation is causing unwanted spacing in your URL. Try: cfoutput cflocation url=messages.cfm?thread=#formthread# /cfoutput instead of: cflocation url=messages.cfm?thread=cfoutput#formthread#/cfoutput Adam. -Original Message- From: Jeremy Bunton

Re: supposedly simple query

2002-10-15 Thread Jochem van Dieten
cflocation url=messages.cfm?thread=#formthread# cfquery name=getmessages datasource=mydns select * from message where thread = cfqueryparam cfsqltype=cf_sql_integer value=#url.threadnumber# /cfquery Jochem ~| Archives:

RE: How Good is the Job Market for ColdFusion?

2002-10-15 Thread Haggerty, Mike
I agree with your argument that the marketplace is not entirely to blame for the problems the Cold Fusion platform is facing esp. in enterprise solutions. What I always want to ask people who look at this from a cost standpoint is (and I ask this with all due respect): Do you pay your developers

Re: Dynamic Shipping Calculations

2002-10-15 Thread jon hall
All three have an XML API, Fedex having just implemented theirs so I don't have any info on it though, I am glad they finally have an alternative their previous lame API. I've heard rumors that UPS has a web service gateway as well, but I've never seen anything about that documented on their

Re: supposedly simple query

2002-10-15 Thread kpeterson
Is message or thread a reserved/keyword for your database? Try using cfqueryparam. Kore Peterson Database Development Specialist SEH - Minneapolis 612.758.6739

RE: French Accents in CF

2002-10-15 Thread Brook
Thank you Benoit. Are there any side effects of adding this encoding parameter that I should be aware of? Brook At 08:21 PM 15/10/02 +0200, you wrote: First of all, you have to make sure that you have put cfscript setEncoding(form, utf-8); setEncoding(url, utf-8); /cfscript cfcontent

RE: supposedly simple query

2002-10-15 Thread Janine Jakim
run a test on your query page do CFPARAM for url.thread than your CFSET then CFOUTPUT#Url.thread#/#threadnumber#/cfoutput see what values come back j ps Your url link in your email says it's outputtin formthread. do you mean thread -Original Message- From: Jeremy Bunton

RE: Flash Communication Server

2002-10-15 Thread Ben Johnson
Huynh, We have as well. Most of it is messing around but we're setting up a teleconference for a trade show that will be using FCS. We also played around with a collaborative ER Diagramming tool: http://www.glasswarrior.com/er-diagram.html Why do you ask? Ben Johnson Information

Re: Flash Communication Server

2002-10-15 Thread Huynh Weiming
We been have problems with it, are there any issues that you've come across? I was not involve in the project myself, so I can't go into the specifics. But we are trying to building a video conferencing/IM server/Chat server for our web collaboration community. -We need pop of presence

RE: supposedly simple query

2002-10-15 Thread Tony Schreiber
I don't think you need to use CFOUTPUT at all with CFLOCATION like that. CFLOCATION URL=messages.cfm?thread=#formthread# should work just fine. Yup, just checked, I use it like that all the time. The cfoutput in your cflocation is causing unwanted spacing in your URL. Try: cfoutput

Re: Oracle query help

2002-10-15 Thread Deanna Schneider
Generally, I think all is used as a qualifier to a subquery, much like you would use IN or BETWEEN. So, if you did: select * FROM mytable WHERE mycolumn = ALL(1,2,3) This would select everything where myid was equal to 1, 2 and 3. -d Deanna Schneider Interactive Media Developer [EMAIL

Request for Beta Tester of a Reporting Tool

2002-10-15 Thread CS
Hi all, We here at Hegel, LLC, a database productivity tool shop, have designed and developed a DSS/OLAP reporting application for MS SQL Server, we'd like to receive constructive thoughts/comments and other feedback from the CF community before rolling it out. Please try it at URL,

RE: supposedly simple query

2002-10-15 Thread Cantrell, Adam
As someone else pointed out, no cfoutput needed. And as others have pointed out - cfqueryparam cfqueryparam cfqueryparam. This will also prevent certain types of URL/'SQL injection' hacking. (I myself am going through an existing application using cfqueryparam where I should have from the

RE: supposedly simple query

2002-10-15 Thread Jeremy Bunton
That is exactly what it was, first I took the cfoutput/cfoutput out of the cflocation and wrapped them around the cflocation instead and it worked. Then after reading Craig's post I took them out all together and it is working fine now. Thanks. Jeremy -Original Message- From:

RE: BlueDragon (was RE: How is CFMX J2EE implemented?)

2002-10-15 Thread S . Isaac Dealey
From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]] A way to minimize the problem would be for New Atlanta to use a different namespace (so to speak) for their tags. I'm not talking something as complicated as XML namespaces, but simply using a different naming scheme, such as bdforward.

RE: How Good is the Job Market for ColdFusion?

2002-10-15 Thread Paris Lundis
those are the chairs... Glad to see you bought your own Jeff... I was reading a friends account of another defunct shop close out and the sadness of witnessing the dorks trying to cram there Aeron chair into their Saabs... Something redeeming about watching the waste be laid down. Paris

<    1   2   3   >