developer edition gateway limitations?

2005-10-22 Thread Paul Hastings
i *know* there's some kind of throttle on the developer & trial editions for gateways but i can't find the exact documentation (other than a vague mention in cfdocs Using Event Gateways: "In ColdFusion MX Developer Edition, some gateway types supplied with ColdFusion MX impose connection limi

Re: cfprocresult and recordcount

2005-10-22 Thread Pete Ruckelshaus
OK, the issue might be with my SP; I tried to dump the query structure and got an error. I'm pushing my personal stored procedure envelope here so might have made a mistake. Anyway, here's my cfstoredproc call: And here is the stored procedure: CREATE PROC

cfprocresult and recordcount

2005-10-22 Thread Pete Ruckelshaus
I'm using CFMX7, WinXP, MS SQL Server 2K. I'm trying to get the recordcount of the returned stored procedure result set, but it's throwing an error "Element RECORDCOUNT is undefined in GETNAVSUBELEMENTS" Is there a different way to get the recordcount from a stored procedure? Does it still retur

Re: OT - MSDE - EM/QA Tools

2005-10-22 Thread Pete Ruckelshaus
I use Aqua Data Studios as well, but I have also been using EMS MS SQL Manager lately, and I like it a lot. I think they have a lite version that is free. Pete ~| Find out how CFTicket can increase your company's customer suppor

CFAJAX Error Handler

2005-10-22 Thread James Holmes
This is for those not also on the CFAJAX list. Can those with some time who use CFAJAX try out this error handler technique and let me know if it works for you? http://jr-holmes.coldfusionjournal.com/cf_errors_in_cfajax.htm ~| L

Re: Email Server Commands

2005-10-22 Thread clark slater
Thanks Jeff that's very cool indeed! On 10/22/05, Jeff Garza <[EMAIL PROTECTED]> wrote: > > I believe that CFPOP and/or CF_IMAP (in the mm developer exchange) are > your > friends here... Just set up a scheduled task to go and check the mail > every > minute or so. Then you can parse out whatever

Re: anyone using mx7 in production?

2005-10-22 Thread Michael Dinowitz
House of Fusion has been running it since Sept. of 2004 and we've never looked back (from 5). Can you look over the logs to see where and what is crashing and post it as questions to the list. If it's a code issue, there are many here who are VERY willing to help. > It seems to be quite unstabl

RE: OT - MSDE - EM/QA Tools

2005-10-22 Thread Justin D. Scott
> Out of interest, how are people getting on with > MSDE? I've more or less ignored it up until today. IIRC, GoDaddy's "SQL Server" offering for their hosting plans uses MSDE for those databases, and not actually SQL Server. For your own use, it depends on what you want to do with it. Keep in mi

RE: OT - MSDE - EM/QA Tools

2005-10-22 Thread Andrew Stevens
Howdy, I just went thru the same exercise. I installed MSDE straight from SP4 for low hassles. MS have 'Web Data Administrator' but it just seemed to hang when trying to log in and connect to the DB. http://www.microsoft.com/downloads/details.aspx?familyid=C039A798-C57A-419E- ACBC-2A332CB7F959&dis

RE: Referencing filenames in cfindex

2005-10-22 Thread Adrian Lynch
The file name should be in the query returned from cfindex. It might be fully qualified so treat it as a list and extract it. Could be wrong though! :OI Ade -Original Message- From: Lilly Spa [mailto:[EMAIL PROTECTED] Sent: 23 October 2005 01:42 To: CF-Talk Subject: Referencing filenames

Referencing filenames in cfindex

2005-10-22 Thread Lilly Spa
I'm trying to run a cfindex on the files in a directory. Here's my syntax: This is one of three collections that I would like have use the same references such as custom1, custom2, etc. The only glitch I'm running into is with custom2. I would like that to be the filename. How would I go abo

RE: Any Interest in a Completely Free CFML Calendar?

2005-10-22 Thread Mark Fuqua
Hey Sean, No offense intended, just thought the Vivio calendar offer was a gracious one and was impressed with it's verboseness [is that a word?]. My comment about fusebox is colored by my ignorance of fusebox and frameworks in general and I was only thinking it would make it hard to incorporate/

RE: 500 Null at bottom of debug!

2005-10-22 Thread Adrian Lynch
Ok, in the comments section of livedocs here: http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/h tml/wwhelp.htm?context=ColdFusion_Documentation&file=0217.htm -- yoinky said on Sep 28, 2005 at 2:03 AM : HUGE Pain-In-The-Ass Solution: DO NOT U

500 Null at bottom of debug!

2005-10-22 Thread Adrian Lynch
I've just installed CF7 dev on a new machine. At the bottom of the page, beneath the debug there's a 500 Null line. The page runs as normal. I've checked to source to see if the real error was mentioned but it's only 500 Null at the bottom of the page. Here's a screen: http://www.adrianlynch.co.uk

RE: OT - MSDE - EM/QA Tools

2005-10-22 Thread Adrian Lynch
Ah nice one! Now I don't have to wait till Monday :OD Out of interest, how are people getting on with MSDE? I've more or less ignored it up until today. Adrian -Original Message- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: 23 October 2005 00:53 To: CF-Talk Subject: RE: OT - MSD

RE: OT - MSDE - EM/QA Tools

2005-10-22 Thread Justin D. Scott
If you download the eval for SQL Server 2000 from Microsoft it includes the client tools. -Justin > -Original Message- > From: Adrian Lynch [mailto:[EMAIL PROTECTED] > Sent: Saturday, October 22, 2005 7:49 PM > To: CF-Talk > Subject: OT - MSDE - EM/QA Tools > > I've just installed MSD

OT - MSDE - EM/QA Tools

2005-10-22 Thread Adrian Lynch
I've just installed MSDE on a local dev machine, I don't have the disk with EM and QA on and was about to hunt down some alternatives on the web. Doesn anyone have any recommendations? Web based would be ok too. Thanks. Adrian

RE: Email Server Commands

2005-10-22 Thread Jeff Garza
I believe that CFPOP and/or CF_IMAP (in the mm developer exchange) are your friends here... Just set up a scheduled task to go and check the mail every minute or so. Then you can parse out whatever is in the message and act on it as needed. Jeff -Original Message- From: clark slater [mai

Re: Any Interest in a Completely Free CFML Calendar?

2005-10-22 Thread Sean Corfield
On 10/22/05, Mark Fuqua <[EMAIL PROTECTED]> wrote: > As you say choice is good. However, the two apps are vastly different. In a > brief look at Vivio's, it seems more like outlook exchange, very robust and > not based on fusebox. I am not sure these two calendars compete/compare at > all. I was

Email Server Commands

2005-10-22 Thread clark slater
I have a requirement to allow changes to a live application via email. Basically there needs to be an admin email address that will receive mails, parse commands from the mail and make changes to various application wide settings. Has anyone done this and where should I start? I'm using CF7. Clar

RE: Any Interest in a Completely Free CFML Calendar?

2005-10-22 Thread Mark Fuqua
Sean, As you say choice is good. However, the two apps are vastly different. In a brief look at Vivio's, it seems more like outlook exchange, very robust and not based on fusebox. I am not sure these two calendars compete/compare at all. Mark -Original Message- From: Sean Corfield [mai

RE: Starting Open Source Shopping Cart

2005-10-22 Thread Jeff Garza
LOL... yes, it is. Usually, the UML diagrams come after the requirements gathering... If you can find a place that supports wikis, that might be the best way to get a requirements document in place... Cheers, Jeff -Original Message- From: Andy [mailto:[EMAIL PROTECTED] Sent: Saturday,

RE: Starting Open Source Shopping Cart

2005-10-22 Thread Andy
Good point. I was thinking about following a UML process. Start with Scenerios, define actors, create Use Cases, create requirements... >From an "infrastructure" side, we will need to decide on standards, frameworks, methodologiesOh CHRIST, this is sounding like real work! However, the first

Re: Custom tag knows coldfusion child tags?

2005-10-22 Thread Raymond Camden
As far as I know, the answer is no. A parent custom tag can introspect child custom tags, bu tnot child built-in tags. Again, afaik. On 10/22/05, Johnny Le <[EMAIL PROTECTED]> wrote: > This is a long shot, but is there anyway a custom tag can know about > coldfusion built-in child tags? For exam

Re: Any Interest in a Completely Free CFML Calendar?

2005-10-22 Thread Sean Corfield
On 10/14/05, Jordan Michaels <[EMAIL PROTECTED]> wrote: > For some time now, Vivio Technologies has been debating whether or not > to put forth the effort to complete the development of a completely > free, (under a modified open-source MIT license) CFML calendar > application. cfopen.org has a ve

Re: Any Interest in a Completely Free CFML Calendar?

2005-10-22 Thread Chris Montgomery
Jordan Michaels said the following on 10/14/2005 4:28 PM: > For some time now, Vivio Technologies has been debating whether or not > to put forth the effort to complete the development of a completely > free, (under a modified open-source MIT license) CFML calendar > application. The idea was to de

RE: Starting Open Source Shopping Cart

2005-10-22 Thread Jeff Garza
Trust me... Level 5 is not somewhere you want to go... unless you like being inundated with processes to manage your processes... ;-) Level 2/3 is about where you really gain from the process but aren't a complete slave to it. Cheers! Jeff -Original Message- From: Michael T. Tangorre

RE: Starting Open Source Shopping Cart

2005-10-22 Thread Michael T. Tangorre
> From: Jeff Garza [mailto:[EMAIL PROTECTED] > CMMI level 5 processes where I work are beginning to rub off on me... WOW, level 5? Pretty impressive... very few people reach that and maintain it! I thought level 3 was a lot...! ~

RE: Open Source Shopping Cart (was: Shopping Cart)

2005-10-22 Thread Bobby Hartsfield
Ha! Good point ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Saturday, October 22, 2005 3:21 AM To: CF-Talk Subject: RE: Open Source Shopping Cart (was: Shopping Cart) i know the damn slackers!

RE: Starting Open Source Shopping Cart

2005-10-22 Thread Jeff Garza
Sounds pretty good, but might I suggest that all of this start with a well defined requirements document? What is the purpose of the project? What functionality will be included, broken out by module? What other aspects of the project are there to be taken into consideration (Frameworks, methodo

RE: Starting Open Source Shopping Cart

2005-10-22 Thread Andy
How about "Order Management"? This encompasses at least: 1. Products 2. Catalogs 3. Shopping Cart 4. Customers 5. Orders 6. Shipping 7. Invoicing 8. Billing/Charge Cards -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Saturday, October 22, 2005 11:53

RE: Starting Open Source Shopping Cart

2005-10-22 Thread Michael T. Tangorre
> From: Snake [mailto:[EMAIL PROTECTED] > I might suggest cfdeveloper.co.uk > U then have everything in one place. I would also find a broader term to encompass what you guys are doing. To me, "shopping cart" means something to hold "item(s)" I want to "purchase". If you get into products catalog

RE: Starting Open Source Shopping Cart

2005-10-22 Thread Andy
I agree with the forum vs. list. Any other recommendations? -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Saturday, October 22, 2005 11:45 AM To: CF-Talk Subject: RE: Starting Open Source Shopping Cart I might suggest cfdeveloper.co.uk U then have everything in one pla

RE: Starting Open Source Shopping Cart

2005-10-22 Thread Snake
I might suggest cfdeveloper.co.uk U then have everything in one place. Free webspace, forums, support, CFMX7, MySQl and SQL Server. I would suggest using the forum to dicuss the project as it is cleaner than a list as you can put it all in a single thread (or I could give you a separate topic), wh

RE: Sandbox Security, CFC, and cftag Path. Oh My!!

2005-10-22 Thread Snake
-Maybe this is a better question. -Is it possible to restrict an application to use only certain paths stored in the Custom Tag Path with or without SandBox Security? Yes, by specifying which paths are allowed within the sanbox. This is the purpose of a sanbbox, to specify which paths/files/tags e

RE: Starting Open Source Shopping Cart

2005-10-22 Thread Andy
First decision is which site to use to coordinate our efforts. Any advantage to one site versus another? Once we decide this, I'll open a project and we can move the dialog to there. Second step is to agree on some definnitions to help us to move forward. Let me offer a first cut at some definit

Re: Sandbox Security, CFC, and cftag Path. Oh My!!

2005-10-22 Thread Troy Simpson
Maybe this is a better question. Is it possible to restrict an application to use only certain paths stored in the Custom Tag Path with or without SandBox Security? Is it possible to restrict an application to use only certain ColdFusion Mappings with or without SandBox Security? -- Thanks, Troy

Re: anyone using mx7 in production?

2005-10-22 Thread Tony
We run it in production for our web based reporting application. www.navtrak.net. :) its the shizzit! tw On 10/22/05, Sean Corfield <[EMAIL PROTECTED]> wrote: > On 10/21/05, dan martin <[EMAIL PROTECTED]> wrote: > > It seems to be quite unstable compared to 5.0. The performance also seems > >

Re: Starting Open Source Shopping Cart

2005-10-22 Thread Will Tomlinson
>OK, it seems like we have a quorum. How do we get started? What is the >next step? Let's pretend we're all clients - list all the features we'd like with our cart and make a decision on which ones we'll go with. Then the next part will probably be, CHANGING what we all agreed to. hahahahahaa

Custom tag knows coldfusion child tags?

2005-10-22 Thread Johnny Le
This is a long shot, but is there anyway a custom tag can know about coldfusion built-in child tags? For example: Is there anyway my custom tag know that it has has child tag called and the child tag has an attribute called startRow with a value of 10? Johnny ~

Starting Open Source Shopping Cart

2005-10-22 Thread Andy
OK, it seems like we have a quorum. How do we get started? What is the next step? ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a projec

Want to hire somebody for some quick XML work

2005-10-22 Thread Michael
I'm looking to hire an XML expert to write code to pull a set of local XML files into ColdFusion query objects. Please email me directly at [EMAIL PROTECTED] ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble T

Re: Any Interest in a Completely Free CFML Calendar?

2005-10-22 Thread Andy Mcshane
I would definately be interested as I am just about to start a project that would require me to write my own calendar and this would be a great help! The downloads don't work on the site though, is it not yet available? ~| Logwa

RE: Open Source Shopping Cart (was: Shopping Cart)

2005-10-22 Thread Taco Fleur
MM is no more ... Taco Fleur - CEO Pacific Fox http://www.pacificfox.com.au an industry leader with commercial IT experience since 1994 . ** Web Design and Development ** SMS Solutions, including developer API ** Domain Registration, .COM for as low as AUSD$15 a year, .COM.AU for AUSD$50 two

RE: Open Source Shopping Cart (was: Shopping Cart)

2005-10-22 Thread dave
i know the damn slackers! must be getting ready for the upcoming pummeling of the new "flash killer"... ~Dave the disruptor~ "Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time." From: "Bobby Har

RE: Open Source Shopping Cart (was: Shopping Cart)

2005-10-22 Thread Bobby Hartsfield
I was hoping those features would be released in the next update for the current version. C'mon MM... what's the hold up? ;) ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Saturday, October 22, 2005 2