CFINCLUDE not including: FB3/Linux

2006-10-18 Thread Josh Nathanson
but it had no effect. I have Trusted Cache unchecked, Save Class Files checked, and Cache web server paths unchecked. Anyone seen anything like this before? -- Josh ~| Introducing the Fusion Authority Quarterly Update. 80 pages

Re: CFINCLUDE not including: FB3/Linux

2006-10-18 Thread Josh Nathanson
to it, except that it happens after I upload a change to the file that is supposed to be included (but not every time I do this). -- Josh - Original Message - From: Sandra Clark [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, October 18, 2006 12:20 PM Subject: RE

Re: CFINCLUDE not including: FB3/Linux

2006-10-18 Thread Josh Nathanson
What version of CF? You may need to clear out the cached classes? It's 7.0.2 -- Do I need to restart to clear the cached classes? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,

Re: CFINCLUDE not including: FB3/Linux

2006-10-18 Thread Josh Nathanson
Have you checked the permissions on the files after you upload them. The ftp server could be changing them on upload not allowing CF/ Apache to read them. Dave Permissions seem to be fine. -- Josh ~| Introducing

Re: Why does CF remove my leading 0''s??

2006-10-13 Thread Josh Nathanson
When you are inserting/updating into your db, you would need this: ccfield = '#form.ccfield#' rather than ccfield = #form.ccfield# I think if you do the first, it should save your 0. If you do the second, CF thinks it's not a string. -- Josh - Original Message - From

Re: Money no Object - Best Online Editor for dealing with cut'n p aste from Word

2006-10-12 Thread Josh Nathanson
Heh...my gf works at a big law firm, and she says the lawyers are the biggest spoiled babies...they absolutely refuse to lift a finger to learn anything...their attitude is someone else should do that for me, I'm a lawyer...I shouldn't have to learn anything... They don't even answer email...

Re: mySql connector J

2006-10-12 Thread Josh Nathanson
You're all good, except in the JDBC URL, you need the name of your actual database rather than the datasource name, if they're not the same. It's looking for the database name, as it doesn't know the datasource name yet. -- Josh - Original Message - From: Doug Brown [EMAIL PROTECTED

Re: IDE's

2006-10-11 Thread Josh Nathanson
Hey... not everyone here hates Dreamweaver. It's a bit sluggish sometimes, but since I am always doing design stuff as well as coding, I need the WSIWYG, the find/replace is awesome, and it ties in nicely with CF. -- Josh - Original Message - From: Dave Watts [EMAIL PROTECTED

Re: tutorials on how to slice a design up?

2006-10-11 Thread Josh Nathanson
! -- Josh - Original Message - From: Ben Nadel [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, October 11, 2006 8:45 AM Subject: RE: tutorials on how to slice a design up? Andy, AWESOME response my man. Thanks so much for taking time to read through my

Re: IDE's

2006-10-11 Thread Josh Nathanson
the information you're looking for. http://www.cfquickdocs.com -- Josh - Original Message - From: Snake [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, October 11, 2006 9:26 AM Subject: RE: IDE's No, whats online is better. -Original Message- From: Aaron

Re: Tricky Form validation Question (for me at least)

2006-10-10 Thread Josh Nathanson
in the case of other. -- Josh - Original Message - From: Les Mizzell [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, October 10, 2006 9:27 AM Subject: Tricky Form validation Question (for me at least) This is probably going to take more javascript than I know

Re: removing bad emails from bounced emails and db

2006-10-07 Thread Josh Nathanson
Sweet! Glad to be of service. -- Josh - Original Message - From: Dave Lyons [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, October 06, 2006 10:24 PM Subject: Re: removing bad emails from bounced emails and db what i ended up doing was downloading all

Re: removing bad emails from bounced emails and db

2006-10-06 Thread Josh Nathanson
dandy. I also used Ray's getEmail function to parse out the email addresses. -- Josh - Original Message - From: Dave Lyons [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, October 05, 2006 7:08 PM Subject: removing bad emails from bounced emails and db yes I

Re: URL Parameters Ignored

2006-10-06 Thread Josh Nathanson
when the query string is malformed (it needs that fuseaction in the query string either directly or via rewrite.) -- Josh - Original Message - From: Virginia Neal [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, October 06, 2006 11:30 AM Subject: URL Parameters

Re: URL Parameters Ignored

2006-10-06 Thread Josh Nathanson
OK sorry, I got the same behavior as Ben when I clicked the link on the page, so it probably is a session issue. -- Josh - Original Message - From: Ben Nadel [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, October 06, 2006 11:46 AM Subject: RE: URL Parameters

Re: cfdocument underline in Linux

2006-10-06 Thread Josh Nathanson
at the bottom by disgruntled users of the tag. At the bottom there is a link called bug reporting. -- Josh - Original Message - From: Brad Wood [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, October 06, 2006 12:08 PM Subject: RE: cfdocument underline in Linux

Re: removing bad emails from bounced emails and db

2006-10-06 Thread Josh Nathanson
was in essentially the same situation as you, and I didn't want to go through 300 emails and manually remove each email from the db. You still might want the activsoftware tag though, those are good for keeping bad emails out of your db in the first place. -- Josh - Original Message - From

Re: removing bad emails from bounced emails and db

2006-10-06 Thread Josh Nathanson
be kind of sketchy, so you'll probably want to break them into chunks somehow. Although if you have a relatively new Mac it should be able to handle it. Hope it works out for you. -- Josh - Original Message - From: Dave Lyons [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent

Re: removing bad emails from bounced emails and db

2006-10-06 Thread Josh Nathanson
all as separate .eml files, which are just text files containing the email source. So I didn't really do any exporting as such, just drag and drop. Not sure if this will work in plain Outlook or not. -- Josh - Original Message - From: Dave Lyons [EMAIL PROTECTED] To: CF-Talk cf-talk

Re: How do I disable view source?

2006-10-04 Thread Josh Nathanson
If you disable the user, then you have to make your site 508 compliant. Heh. -- Josh - Original Message - From: Ian Skinner [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, October 04, 2006 11:03 AM Subject: RE: How do I disable view source? Hell lets

Re: standards with error handling

2006-10-02 Thread Josh Nathanson
In my CFERROR tag and handler, I have it so it emails me whenever an error occurs, with all the information about the error. This has been tremendously helpful as I am immediately alerted to any errors in the application. I highly recommend it. -- Josh - Original Message - From

Re: replace function

2006-10-02 Thread Josh Nathanson
You need to add the parameter All as the scope in your Replace tag -- Replace(get_ing_img.sbclc_item, , , All) That tells it to replace all occurrences rather than just the first one. -- Josh - Original Message - From: [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent

Re: Anyone know a good authorize.net reseller?

2006-09-27 Thread Josh Nathanson
Have you tried PayQuake? I've had good results with them. I think they're pretty huge. -- Josh - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, September 27, 2006 9:59 AM Subject: OT: Anyone know a good authorize.net

Re: Help displaying a query result

2006-09-27 Thread Josh Nathanson
. -- Josh - Original Message - From: Doug Brown [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, September 27, 2006 11:06 AM Subject: Help displaying a query result I have a list of categories, and I want to sort them ascending, but I need to have the category

Re: Help displaying a query result

2006-09-27 Thread Josh Nathanson
Whoops sorry, that should be add a column to your CATEGORIES table not products table as in my first post. Then of course you would add ORDER BY SortOrder to your query. -- Josh - Original Message - From: Doug Brown [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent

Re: Anyone know a good authorize.net reseller?

2006-09-27 Thread Josh Nathanson
with your merchant account. For more details on Authorize.net's gateway, click here. - -- Josh - Original Message - From: Russ [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, September 27, 2006 1:18 PM Subject: RE: Anyone know a good authorize.net reseller

Bizarre Flash/AS error

2006-09-21 Thread Josh Nathanson
download or something? Could it be that you can't define functions in the trial version? Arg. -- Josh ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your

Re: Bizarre Flash/AS error

2006-09-21 Thread Josh Nathanson
the '{' on the second line as you did, same error. It's kind of amusing that it shows me the '{' in the error while it says it is missing. This is definitely in the WTF category. -- Josh The flash compiler takes the scripts in the movie and creates a cache of them called ASO files. Is this script

Re: Bizarre Flash/AS error

2006-09-21 Thread Josh Nathanson
There are no other brackets, functions or anything in the script. Just that one function. When the error started happening I moved everything else out of the file to isolate the function. I'm about to uninstall and go re-download the application again... -- Josh - Original Message

Re: Flash Form stalls at PreLoad

2006-09-20 Thread Josh Nathanson
results. If remote you are subject to fluctuations in your connection speed, so that could make a difference. -- Josh - Original Message - From: Scott Hoff [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, September 20, 2006 9:17 AM Subject: Re: Flash Form stalls

Re: CFchart scaleFrom and scaleTo

2006-09-20 Thread Josh Nathanson
to not get set to 0. Then make a note of it in your axis labels, something like values x 1000 or whatever. At least this may get you some results. -- Josh - Original Message - From: Ian Skinner [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, September 20, 2006 9:43

Re: MySQL Front

2006-09-18 Thread Josh Nathanson
If you are talking about a GUI to manage MySQL databases -- Navicat!! Best $99 I ever spent on software. -- Josh - Original Message - From: Chad Gray [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, September 18, 2006 12:50 PM Subject: MySQL Front I logged onto

Re: ColdFusion URL and anchors.

2006-09-11 Thread Josh Nathanson
to, though I think Charlie's method using just the query string would work fine. The above should work with or without a query string. -- Josh ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up

Re: Need help!!

2006-09-08 Thread Josh Nathanson
with ColdFusion MX 7 because of mySQL Bug 13469. Connector/J 3.1.13 fixes this bug, so driver version 3.1.10 or 3.1.13 should be used. All Connector/J version 3.0 releases and all (currently beta) version 3.2 releases work with ColdFusion MX 7. -- Josh

Re: Need help!!

2006-09-08 Thread Josh Nathanson
I don't know if you need to do anything Windows ODBC related since Connector/J is JDBC -- I didn't need to do anything additional to get it working with CF besides dropping in the JAR file and restarting CF -- but I'm sure others will chime in. -- Josh - Original Message - From

Re: Need help!!

2006-09-08 Thread Josh Nathanson
Your JDBC url should look like: jdbc:mysql://localhost:3306/yourdbnamehere (no []'s) Driver class should be: com.mysql.jdbc.Driver -- Josh - Original Message - From: Doug Brown [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, September 08, 2006 1:06 PM Subject

Re: mySql question?

2006-09-07 Thread Josh Nathanson
+1 for Navicat. Best $99 I ever spent for software, I would pay much more. Has saved me uncountable hours of work. Plus, 30 day free trial. http://www.navicat.com -- Josh - Original Message - From: Ray Champagne [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent

Re: another mySql question...

2006-09-07 Thread Josh Nathanson
/knowledgebase/index.cfm?id=tn_19170 -- Josh - Original Message - From: Munson, Jacob [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, September 07, 2006 3:35 PM Subject: RE: another mySql question... I've always used MySQL's JDBC driver, not ODBC. If you search

Re: OT: can you resolve this domain?

2006-09-06 Thread Josh Nathanson
=429144aedcddc7f1d70655bd55f2e133threadid=22147perpage=15highlight=named%20failedpagenumber=1 -- Josh - Original Message - From: Claude Schneegans [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, September 06, 2006 5:54 AM Subject: Re: OT: can you resolve this domain? No, @ videotron.ca serving

OT: can you resolve this domain?

2006-09-05 Thread Josh Nathanson
are on, or if you use a different dns server than your isp's, whose dns server you're using. For example yes - comcast or no - cox. So far ones that can't resolve are Speakeasy and Verizon, while it seems others can. The domain is: http://www.igigi.com TIA! -- Josh

Re: can you resolve this domain?

2006-09-05 Thread Josh Nathanson
Egads. So far, so not good. Thanks for the responses. -- Josh - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, September 05, 2006 2:52 PM Subject: Re: can you resolve this domain? No - Uniserve.com (Canadian ISP

Re: Replying after the message

2006-09-05 Thread Josh Nathanson
, on the average, it would seem putting the reply at the top would save the most scrolling time. -- Josh - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, September 05, 2006 3:57 PM Subject: OT: Replying after the message I

Re: Must I Use Evaluate() Here?

2006-08-30 Thread Josh Nathanson
performance issues with Evaluate which is why it has a bad rep. -- Josh - Original Message - From: Charlie Griefer [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, August 30, 2006 9:12 AM Subject: Re: Must I Use Evaluate() Here? not saying we didn't...but i don't

Re: Must I Use Evaluate() Here?

2006-08-30 Thread Josh Nathanson
Yup, looping over the collection if you have a structure is more elegant than using evaluate. Here's an interesting one though...I am dynamically generating queries/query names, is there any way to evaluate the query results dynamically without using evaluate? I would do a single query and

Re: Must I Use Evaluate() Here?

2006-08-30 Thread Josh Nathanson
Swet. Forgot about the Variables scope. -- Josh - Original Message - From: Sean Coyne [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, August 30, 2006 10:12 AM Subject: RE: Must I Use Evaluate() Here? Variables['q#dayspan#'].totalorders -Original

Re: Cold Fusion growth

2006-08-24 Thread Josh Nathanson
I think Adobe is trying to hire folks to work on CF as well. That's got to mean something positive. -- Josh - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, August 24, 2006 2:21 PM Subject: Re: Cold Fusion growth

Encrypted data insert

2006-08-21 Thread Josh Nathanson
in the real world it must be done sometimes. -- Josh ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year

RE: Performance problem

2006-08-17 Thread Josh Adams
://www.newatlanta.com/c/products/bluedragon/self_help/archiveSearch/show Search Josh -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 11:03 AM To: CF-Talk Subject: Performance problem I have some code that dynamically generates CSV, TAB

RE: BlueDragon no seeing IIS on W2K3

2006-08-16 Thread Josh Adams
? I don't know that I have anything for you but I'm also not sure I completely follow what you need it to do. Josh -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 16, 2006 10:57 AM To: CF-Talk Subject: RE: BlueDragon no seeing IIS on W2K3 Yeah I

RE: OT: Anyone else affected by the hostmysite outage?

2006-08-16 Thread Josh Adams
of data center redundancy, they do offer that, but naturally you have to pay for it. Josh -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 16, 2006 10:55 AM To: CF-Talk Subject: Re: Anyone else affected by the hostmysite outage? What, no redundancy

Re: OT: Anyone else affected by the hostmysite outage?

2006-08-16 Thread Josh Nathanson
insurance so if I were HMS I'd nail them to the wall, they could probably get a settlement without even going to court. If the cables weren't marked though, then that's somebody else's fault, not the construction company's. Not sure who'd be responsible for that. -- Josh - Original Message

Re: Printing issues

2006-08-16 Thread Josh Nathanson
You can do a page break with css: span style=page-break-before: always;/span Put that where you want a page break to go. I think that will work across browsers. Of course, if the page is dynamically generated you'll need to take that into account. -- Josh - Original Message

Re: announce: cfportal

2006-08-14 Thread Josh Nathanson
Thanks Ray, already got it bookmarked! -- Josh - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 14, 2006 12:38 PM Subject: announce: cfportal This morning I launched a page much like flex.org. The basic idea

Re: announce: cfportal

2006-08-14 Thread Josh Nathanson
I get that text overlap too, on FireFox 1.5.0.6. Looks fine on IE. -- Josh - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 14, 2006 2:42 PM Subject: Re: announce: cfportal Odd. I can't reproduce it here. Don't

RE: what if the next CF...

2006-08-08 Thread Josh Adams
) and that it might have fallen off their radar screen because I can't find anything about active development of that project nor can I even find an active website for it. Josh -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Saturday, August 05, 2006 1:59 AM

RE: what if the next CF...

2006-08-08 Thread Josh Adams
resources is significantly less when deploying BlueDragon than you're finding them to be when deploying CFMX. Josh -Original Message- From: Tanguy Rademakers [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 11:59 AM To: CF-Talk Subject: Re: what if the next CF... You do realize

RE: cfquery - single quotes become doubled

2006-08-08 Thread Josh Adams
But note that using the render() function with untrusted data opens you up to CFML injection attacks so you'll need to sanitize for those. Josh -Original Message- From: David Carter [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 4:34 PM To: CF-Talk Subject: Re: cfquery - single

RE: what if the next CF...

2006-08-08 Thread Josh Adams
, shoot me an email off-list and I'll put you in touch with the right people here at New Atlanta. Josh -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Saturday, August 05, 2006 8:42 AM To: CF-Talk Subject: RE: what if the next CF... I've been reading about Coral Web

Re: Authorize.net CFC

2006-08-04 Thread Josh Nathanson
If you Google google you can probably find out what it means. :0) Wait, I just spun myself into an infinite loop... brain.crash / -- Josh - Original Message - From: Emmet McGovern [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, August 04, 2006 12:36 PM Subject

RE: Query problem with lists of values

2006-08-03 Thread Josh Adams
Why don't you use a join table via which to associate your items and categories? Josh -Original Message- From: Patrick Forsythe [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 1:47 PM To: CF-Talk Subject: Re: Query problem with lists of values that is kind of what I thought

OT: Security Cert, transferable?

2006-08-01 Thread Josh Nathanson
install public certificate at my host, all three components must be there: CSR, Private Key, Public cert Do I have this correct or am I missing something there. -- Josh ~| Introducing the Fusion Authority Quarterly Update. 80

Re: Hey, does anyone have any ideas regarding a top 40 voting system?

2006-08-01 Thread Josh Nathanson
not getting votes won't be penalized. -- Josh - Original Message - From: Greg Morphis [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, August 01, 2006 1:51 PM Subject: Re: Hey, does anyone have any ideas regarding a top 40 voting system? Have a main songs table with song

RE: IIS 6.0

2006-07-31 Thread Josh Adams
to BlueDragon.NET applications) some of those features can truly be lifesavers. Josh -Original Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 12:14 PM To: CF-Talk Subject: IIS 6.0 We are putting up a brand new web server and want to know if anyone has

Re: CFIDE not accessible - I think???

2006-07-31 Thread Josh Nathanson
. -- Josh - Original Message - From: Mingo Hagen [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, July 31, 2006 12:59 PM Subject: Re: CFIDE not accessible - I think??? Ok, I'm at a loss... anyone? Could it be the amount of items in the query? Or some illegal

RE: Sharing Sessions between a .Net machine and a CF machine

2006-07-31 Thread Josh Adams
, just as any other software vendor would. We are an accountable and customer-responsive organization in our 10th year of business. We're here, we stand behind our products, and we have no plans to go anywhere. Josh -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent

Re: CF 8 feature survey

2006-07-29 Thread Josh Nathanson
was too darn slow. For years the knock on CF was it's too heavy, too slow (in some circles people still think that) so at some point I imagine the developers were leaning toward speed over usability, and so they sacrificed error checking in cfmail content. Just a guess. -- Josh

Re: cfselect in CF Flash Form

2006-07-28 Thread Josh Nathanson
Maybe you already checked this but if you do a cfdump do you see data in your query? - -Josh - Original Message - From: Steve LaBadie [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, July 28, 2006 10:43 AM Subject: RE: cfselect in CF Flash Form Kelly, Thanks

RE: String Manipulation: get filename out of path

2006-07-26 Thread Josh Adams
Use the GetFileFromPath() function. There are a very large number of helpful CFML functions built right into the main CFML application servers--as soon as you can find the time, read through them a bit. Josh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent

RE: Problem with cflogoff tag

2006-07-25 Thread Josh Adams
So does cfapplication still get processed (I'm not sure where it lives in your app architecture) for the page with cflogout? If not, adjust things so that it does and see what happens. :) Josh -Original Message- From: Lewis Billingsley [mailto:[EMAIL PROTECTED] Sent: Tuesday, July

Re: Cool feature I didn't know about

2006-07-25 Thread Josh Nathanson
whereclause /cfquery Then on your cf page, #getData.revsum#, #getData.revmax#, #getData.revmin# will give you the desired output. -- Josh - Original Message - From: Peterson, Chris [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, July 25, 2006 11:34 AM Subject

Re: Cool feature I didn't know about

2006-07-25 Thread Josh Nathanson
GROUP BY on a column if you are using an aggregate function such as SUM. -- Josh - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, July 25, 2006 11:36 AM Subject: Re: Cool feature I didn't know about Not true

Re: Able Commerce

2006-07-24 Thread Josh Nathanson
be stuck with it, but let the powers that be know you could probably have CFWebstore up and customized (it's $300) in less time that you will be able to untangle the mess you're in with Able Commerce. -- Josh - Original Message - From: Snake [EMAIL PROTECTED] To: CF-Talk cf-talk

Re: send form elements with ajaxcfc

2006-07-24 Thread Josh Nathanson
What happens if you do document.form_name instead of document.form_name.elements? That would send the form object as a structure I think, which you could reference in your CFC. In your CFC you could work with the different kinds of form elements that would be sent. -- Josh

iif: am I understanding correctly?

2006-07-21 Thread Josh Nathanson
(for example) to return the correct value. So there is sort of a double evaluation going on. Am I understanding iif correctly or does someone have a better explanation as to how it works. The docs are kind of hard to fathom. -- Josh

Re: am I understanding correctly?

2006-07-21 Thread Josh Nathanson
like the cleanliness of doing it in one line, but if it's a big performance hit I guess it's not worth it. -- Josh - Original Message - From: Munson, Jacob [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, July 21, 2006 1:22 PM Subject: RE: am I understanding

Re: iif: am I understanding correctly?

2006-07-21 Thread Josh Nathanson
etc.) because I feel like I don't fully understand it, and if I can get it to work as desired, maybe I can come to a better understanding of how certain things in CF work in a more general sense. -- Josh - Original Message - From: Munson, Jacob [EMAIL PROTECTED] To: CF-Talk cf-talk

Re: Form.fieldnames doesn't contains all form field names?

2006-07-19 Thread Josh Nathanson
Any fields with duplicate names? That might mess things up. -- Josh - Original Message - From: Andy Matthews [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, July 19, 2006 1:49 PM Subject: Form.fieldnames doesn't contains all form field names? MX 6.1 here

Re: Form.fieldnames doesn't contains all form field names?

2006-07-19 Thread Josh Nathanson
, July 19, 2006 2:27 PM Subject: RE: Form.fieldnames doesn't contains all form field names? Those show up as a comma delimited list. -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 5:21 PM To: CF-Talk Subject: Re: Form.fieldnames doesn't

Re: Form.fieldnames doesn't contains all form field names?

2006-07-19 Thread Josh Nathanson
be pretty easy to diagnose, so that's probably not the issue. -- Josh - Original Message - From: loathe [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, July 19, 2006 2:42 PM Subject: RE: Form.fieldnames doesn't contains all form field names? The name shows up

Re: One-to-many application on one screen

2006-07-19 Thread Josh Nathanson
you don't have to worry about keeping track of your frames and trying to do JS across pages. Matt I think once you got into it a bit you could figure out AJAX stuff...if I can do it anyone can...it's just taking that first leap... -- Josh - Original Message - From: James Holmes [EMAIL

Re: sms msg and euent gateways

2006-07-12 Thread Josh Nathanson
PROTECTED] Alltel: [EMAIL PROTECTED] TMobile: [EMAIL PROTECTED] Sprint: -- Josh - Original Message - From: [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, July 12, 2006 9:29 AM Subject: RE: sms msg and euent gateways If you don't know where to start, make

Re: sms msg and euent gateways

2006-07-12 Thread Josh Nathanson
Thanks for that John. Maybe someone on this list with Nextel could do a test, send themselves a text message to that address and see if it works. That would be awesome. -- Josh - Original Message - From: Burns, John D [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent

Re: iframe scrolling

2006-07-06 Thread Josh Nathanson
situation. You can play around with the class and see what results you get. -- Josh - Original Message - From: Brad Wood [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, July 06, 2006 10:03 AM Subject: RE: iframe scrolling It actually scrolls about a quarter

Re: calling one function inside another

2006-07-06 Thread Josh Nathanson
Also the cfinvoke tag will work if you like that better -- from within your addUser function: cfinvoke component=mycfcs.conferences method=GetConferences -- any arguments, use cfinvokeargument -- /cfinvoke -- Josh - Original Message - From: Cutter (CFRelated) [EMAIL PROTECTED] To: CF

Re: JS Pop-up Window problems...

2006-06-30 Thread Josh Nathanson
increasing any virus risk. At least that would get them off your back for a while, and put the onus on them to address the issue on the client side. -- Josh - Original Message - From: Dan G. Switzer, II [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, June 30

Re: ajaxcfc and Call back

2006-06-30 Thread Josh Nathanson
query DWREngine._execute(_ajaxConfig._cfscriptLocation, null, 'doQuery', id, MyFirstArg, doQueryResults); doQueryResults(result) { theDesiredRow = result[glob]; } -- Josh - Original Message - From: Adkins, Randy [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday

Re: If the structure exists, otherwise ... consistency needed

2006-06-29 Thread Josh Nathanson
I think you may want: if(structKeyExists(AmazonXML.ItemLookupResponse.Items.Item.ItemAttributes, Author)) { Book.Author =AmazonXML.ItemLookupResponse.Items.Item.ItemAttributes.Author.XmlText; } How about giving that a try... -- Josh - Original Message - From: Howard Owens

Re: FJAX - discuss amongst yourselves

2006-06-23 Thread Josh Nathanson
://www.indiankey.com/cfajax/wiki/ow.asp?CFAjaxReturnTypes -- Josh - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, June 23, 2006 9:46 AM Subject: Re: FJAX - discuss amongst yourselves geesh...guess I missed some parts of CFAJAX

Re: Resistance is futile, you have been assimilated.

2006-06-22 Thread Josh Nathanson
That's good, solid customer service right there. I'm sure before this story broke, that rep was one of the most prized employees over there. They are probably trained to resist cancellations to the death. -- Josh - Original Message - From: Ian Skinner [EMAIL PROTECTED] To: CF

Re: appending two queries

2006-06-22 Thread Josh Nathanson
Off the top of my head I'd say no, because inserting more than one row at a time would mess up any auto-incrementing...however maybe someone has some fancy way to do it if you don't have an auto-increment field set up. -- Josh - Original Message - From: Crow T. Robot [EMAIL PROTECTED

Re: appending two queries

2006-06-22 Thread Josh Nathanson
up resources for a while, you might have to use one of the alternate routes others have mentioned. -- Josh - Original Message - From: Crow T. Robot [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, June 22, 2006 1:19 PM Subject: Re: appending two queries Well

Re: Can't open CF7 Administrator

2006-06-19 Thread Josh Nathanson
Hi Rick, Seems like you are close to getting Apache/CF working, I would gut it out and try to figure out what's wrong with your setup. In your Apache httpd.conf file (it's in Apache/conf), way down toward the bottom, there should be a section that was inserted when you installed CF. I think

Re: AJAX

2006-06-19 Thread Josh Nathanson
!--- insert standard Rick Root message about using AjaxCFC instead of CFAjax here --- - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, June 19, 2006 1:23 PM Subject: Re: AJAX Being that CFAJAX is setup to have your CFC

Re: Can't open CF7 Administrator

2006-06-19 Thread Josh Nathanson
OK, and in the line LoadModule jrun_module C:/CFusionMX7/runtime/lib/wsconfig/1/mod_jrun20.so The path is correct on your box, and the mod_jrun20.so module is in the correct place? Also, have you restarted Apache since your last CF install? -- Josh - Original Message - From: Rick

Re: Can't open CF7 Administrator

2006-06-19 Thread Josh Nathanson
that, Apache won't look for index.cfm if you go to /CFIDE/administrator/ (without the filename at the end of the path). -- Josh - Original Message - From: Rick Faircloth [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, June 19, 2006 2:02 PM Subject: RE: Can't open

Re: Can't open CF7 Administrator

2006-06-19 Thread Josh Nathanson
Rick, can you run: Start - All Programs - Adobe - CFMX7 - Web Server Config Tool And report back to the list what it returns. On my box it points to the directory that contains the Apache httpd.conf file. -- Josh - Original Message - From: Rick Faircloth [EMAIL PROTECTED] To: CF

Re: Can't open CF7 Administrator

2006-06-19 Thread Josh Nathanson
. - Third Party Modules Many third-party modules designed for version 2.0 will work unchanged with the the Apache HTTP Server version 2.2. But all modules must be recompiled before being loaded. --- -- Josh - Original Message - From: Munson, Jacob [EMAIL PROTECTED

Re: Can't open CF7 Administrator

2006-06-19 Thread Josh Nathanson
to rewrite all your old apps using CFCs. -- Josh - Original Message - From: Rick Faircloth [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, June 19, 2006 8:53 PM Subject: RE: Can't open CF7 Administrator You're right...design needs to be as good as the code

Re: cfdirectory-recurse

2006-06-17 Thread Josh Nathanson
, time created etc. -- check the livedocs for more info, search under cffile action=upload. -- Josh - Original Message - From: Bob Imperial [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, June 17, 2006 8:01 AM Subject: cfdirectory-recurse Stepping off the porch

Re: ACME Approach to Installation

2006-06-17 Thread Josh Nathanson
. -- Josh - Original Message - From: Rick Faircloth [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, June 17, 2006 9:48 AM Subject: ACME Approach to Installation Good morning, all... Mike Kear recommended to me that I use the ACME document as a guide

<    2   3   4   5   6   7   8   9   10   11   >