RE: Why Does Edit with MS Word function stop working??

2003-03-28 Thread Hugo Ahlenius
Is that using Word to edit documents on the server... ? On an IIS that has recently been locked down/patched for the WebDAV security hole? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Multiple cfmail's on one page

2003-03-28 Thread Philip Arnold
I tried sending 5 emails from my CFMX box and all 5 were sent as expected. I then tried from my unix/cf5 box and i only got emails 1 and 5. 2-3 never got delivered. Does this sound like the same problem? Also, does this 0-byte email affect ALL cf5 platforms? Or only under certain conditions?

RE: Why Does Edit with MS Word function stop working??

2003-03-28 Thread Bruce H. Beinert
It works for some pages and not others within the same site, which is odd. The client wants to be able to save the dynamically generated reports to Word without copying and pasting (don't ask me why) and I offered the edit with Word as a solution because my host doesn't allow access to Com objects

RE: Why Does Edit with MS Word function stop working??

2003-03-28 Thread Hugo Ahlenius
So you want the user(s) to be able to get the dynamic html report into word for further editing/saving/printing etc? Try this: save the output to a file or variable. Output it with these headers: CFHEADER NAME=Content-Disposition VALUE=attachment;filename=report.doc CFHEADER

Re: SOT: Flash Communication Server MX 1.5 now available

2003-03-28 Thread Jochem van Dieten
Tilbrook, Peter wrote: No word on an upgrade for users of version 1.0 (which we only received last week!). http://www.macromedia.com/software/flashcom/productinfo/faq/#1_17 Jochem ~| Archives:

RE: Why Does Edit with MS Word function stop working??

2003-03-28 Thread Hugo Ahlenius
an even better solution might be to ask them to set up a windows shortcut (or help them with that) that maps to: winword.exe http://host.tld/report.cfm; Double clicking that will launch word and word will fetch the report!

Re: Mac OS X - Jrun 4/CFMX installation

2003-03-28 Thread Ryan Mitchell
It ships with apache, but you'll need to start it up. System Preferences Sharing tick personal web sharing The install is easy enough, just follow the MM instructions. Any problems give me a shout off-list Ryan On 28/3/03 3:14, Tilbrook, Peter [EMAIL PROTECTED] wrote: I'm going to attempt

RE: SQL Name Sounds Like Matching

2003-03-28 Thread webguy
I've done this in perl, but not cf look here http://www.oreilly.com/catalog/maperl/toc.html Chapter 9 or 10 i think Check out here too http://www.uta.fi/~ccjapu/Handson2.html WG -Original Message- From: Haggerty, Mike [mailto:[EMAIL PROTECTED] Sent: 27 March 2003 19:34 To: CF-Talk

RE: RegExp Help

2003-03-28 Thread David Collie (itndac)
Hi Jerry, was out the office yesterday [coder sees the light of day shock] and just wanted to say cheers for the help after my last post Good pointers in what I am needing to do in your code samples thanks :-)

RE: Why Does Edit with MS Word function stop working??

2003-03-28 Thread Bruce H. Beinert
I will suggest that! Thanks... -- Bruce H. Beinert p.808-637-0727m.917-627-4035 Web Development and Consulting: http://www.siliconmaui.com Weblog: http://www.bruceandwende.com -Original Message- From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 11:45 PM To:

Form Building software

2003-03-28 Thread Thane Sherrington
Is there any good software out there that will allow me to build simple forms for CF (I'm in the process of designing my own, but if there's something done, why reinvent the wheel?) I'm tired of creating the largely repetitive code for database entry forms and the connected add/update/delete

Oracle Thin Client

2003-03-28 Thread Robert Shaw
Morning, Does anyone know if the thin client (Type IV) uses the tnsnames file for SID to IP resolution? We've been looking at OCI since we know this does but it doesn't appear to be the best option. TIA, Rob ~|

RE: Form Building software

2003-03-28 Thread Benoit Hediard
If I were you, I would wait until the DRK3 comes out (April). I don't know if it will answer your needs, but it should provide some interesting CFMX tools, especially : - Advanced Data Manipulation Components, - Data Aggregation and Management Tools. DRK3 content overview :

CFCs - get'ers Vs. return object

2003-03-28 Thread Thomas Chiverton
I'm just starting to write my first CFC in anger, as it were, and was curious about what others were doing. Are people writing a number of of getX,getY,getName,get methods, each returning a string/numer and then using cfobject component=com.locavista.location name=objLocation

Re: login/PW (one more time please)

2003-03-28 Thread Thomas Chiverton
On Tuesday 25 Mar 2003 15:08 pm, Tim Laureska wrote: My first question is regarding the statement you then set a variable . do you do that in the application.cfm file or elsewhere? I'd check for it with isDefined in application.cfm, and redirect to the login page if it isn't found. And how

Re: OT: css, dhtml question

2003-03-28 Thread Thomas Chiverton
On Tuesday 25 Mar 2003 15:15 pm, Jason Miller wrote: through css isn't there a getElementByID(YourScrollName.height) or something similiar? obj= getElementByID(YourScrollName); iHeight=obj.height; -- Tom C Land of the free, home of the brave... you have to be brave to live there and enjoy

Re: login/PW (one more time please)

2003-03-28 Thread Thomas Chiverton
On Tuesday 25 Mar 2003 16:27 pm, Tim Laureska wrote: Why must you first define the default values for username password? I guess another way of putting it, what harm would it do to not have this section? It saves a pair of IsDefineds further down, when the length of the username and

RE: CFCs - get'ers Vs. return object

2003-03-28 Thread webguy
You can alos do it this way cfobject component=com.locavista.location name=objLocation cfset objLocation.init(156537) cfoutput#objLocation.getName()#/cfoutput cfoutput#objLocation.getXXX()#/cfoutput -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: 26 March 2003

SOT: soEditor and plain text

2003-03-28 Thread Tim Blair
Yo. Has anyone used soEditor to use plain text rather than HTML? I want to be able to use the cp, undo/redo etc funcionality but to edit plain text not HTML. I guess it could be done by forcing the user into the HTML edit mode (i.e. not WYSIWYG), but I can't figure out how to do that, and it

Re: Form Building software

2003-03-28 Thread Candace Cottrell
Credit goes to David (aka JollyGreenGiant) http://davidstoy.com/dty/formcreator.cfm 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] 3/28/2003

Re: Form Building software

2003-03-28 Thread Massimo, Tiziana e Federica
Thane Sherrington [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Is there any good software out there that will allow me to build simple forms for CF (I'm in the process of designing my own, but if there's something done, why reinvent the wheel?) I'm tired of creating the largely

OT: Current JS CSS help files for CF Studio 5?

2003-03-28 Thread Pete Ruckelshaus
Hi, I was wondering if there were any current JavaScript (to 1.3 at least) and Cascading Style Sheet (to 1.0/XHTML at least, 2.0 would be even better) help files that will work with Cold Fusion Studio 5? I found some online but they were dated 1998 and I think by now I have most of that stuff

Re: Form Building software

2003-03-28 Thread Clint
I have also just built a simple form builder that builds a form off of a SQL Server table. You just point it at a table and it generates a form. If anyone is interested I will put it in a zip file so that it can be downloaded. Clint - Original Message - From: Massimo, Tiziana e Federica

Re: Form Building software

2003-03-28 Thread Thane Sherrington
At 07:47 AM 03/28/03 -0600, Clint wrote: You just point it at a table and it generates a form. If anyone is interested I will put it in a zip file so that it can be downloaded. I'd love to see it. T ~| Archives:

Anyone have this problem with CFMX?

2003-03-28 Thread ctobin
Robert- I've used trim() successfully with U2 and U3 running your same config. Want to send me your particular reproducible scenario and I'll try it out? Thanks. Collin Tobin CFMX QA Engineer ~| Archives:

Re: OT: Current JS CSS help files for CF Studio 5?

2003-03-28 Thread Randell B Adkins
TopStyle works with CF5 for CSS. Not sure about JS [EMAIL PROTECTED] 03/28/03 08:39AM Hi, I was wondering if there were any current JavaScript (to 1.3 at least) and Cascading Style Sheet (to 1.0/XHTML at least, 2.0 would be even better) help files that will work with Cold Fusion Studio 5? I

RE: Form Building software

2003-03-28 Thread Dowdell, Jason G
Me too! -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 8:49 AM To: CF-Talk Subject: Re: Form Building software At 07:47 AM 03/28/03 -0600, Clint wrote: You just point it at a table and it generates a form. If anyone is interested I will

RE: Anyone have this problem with CFMX?

2003-03-28 Thread Robert Bailey
I get am [empty string] for anything I return. If I do not do the trim(), returns the XML doc perfectly fine The value I am getting that needs to be trimmed is in a list, so I have tried this hack: ListGetAt(results.data, 2, , ); adding the space as a delimter, but still to no avail. Still

RE: Form Building software

2003-03-28 Thread Tim Laureska
Clint I'd be interested also, if you're willing to share the zip file TIA -Original Message- From: Clint [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 8:47 AM To: CF-Talk Subject: Re: Form Building software I have also just built a simple form builder that builds a form off

Re: CFCs - get'ers Vs. return object

2003-03-28 Thread Thomas Chiverton
On Friday 28 Mar 2003 13:22 pm, webguy wrote: cfobject component=com.locavista.location name=objLocation cfset objLocation.init(156537) That's invalid isn't it ? You need a LHS and RHS in a cfset ? -- Tom C Land of the free, home of the brave... you have to be brave to live there and enjoy

RE: CFCs - get'ers Vs. return object

2003-03-28 Thread Raymond Camden
Nope. You don't need a LHS for cfset. So, you can do stuff like this as well: cfset arrayAppend(myBigArray,myInterestingValue) === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Member of Team Macromedia

RE: accessing parent cfc's variables

2003-03-28 Thread Raymond Camden
If the value is in the this scope, or in the global, unnamed scope, the 'lower' CFC can access it. However, you probably want to use a method in the parent cfc, like getFoo(), to get the data. === Raymond Camden, ColdFusion Jedi

Re: Form Building software

2003-03-28 Thread Clint
Here is my little form builder. I just want to reiterate - all this does is build the form. It does not build error checking, add queries or anything else at this point. I am going to enhance this form builder (I too, get tired of building the same old stuff over and over) and this will be added

Oracle Thin Client

2003-03-28 Thread Robert Shaw
Another question regarding this, if the Thin Client does not use the tsnames file is there any other connection, other than OCI, that does? Date: 03/28/2003 07:30 AM Author: Robert Shaw Short Link: http://www.houseoffusion.com/lists.cfm?link=m:4:22755:114677 Morning, Does anyone know if the

RE: Form Building software

2003-03-28 Thread Jack Ince
I would be interested also. I like this kind of application. TIA -Original Message- From: Clint [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 5:47 AM To: CF-Talk Subject: Re: Form Building software I have also just built a simple form builder that builds a form off of a SQL

OT-Online event registration

2003-03-28 Thread Boardwine, David L.
Hello All, Does anyone know of any online event registration software written in CF? Sorry for the OT post. David L. Boardwine Senior Analyst Ohio Department of Development/ITO Phone (614) 752-4431 [EMAIL PROTECTED] ~|

Re: OT-Online event registration

2003-03-28 Thread Thomas Chiverton
On Friday 28 Mar 2003 14:37 pm, Boardwine, David L. wrote: Hello All, Does anyone know of any online event registration software written in CF? We've got one, why ? -- Tom C Land of the free, home of the brave... you have to be brave to live there and enjoy the freedoms

RE: Anyone have this problem with CFMX?

2003-03-28 Thread Robert Bailey
I can use it in my CFM pages, trying to make it reproducible, but it is working in other CFC's, so I am not quite sure what the problem is. Without giving all my code, let me give you the gist: A query is made to the database, picking out the mail server. The query is called results, has a table

RE: OT-Online event registration

2003-03-28 Thread Mosh Teitelbaum
He was probably just curious to know if anyone knew of one. That's it. 8^) -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: Anyone have this problem with CFMX?

2003-03-28 Thread Collin Tobin
Robert- Are you actually using server for your variable? That's a restricted scope. Could you try your code with another variable name? Thanks. Collin Tobin CFMX QA Engineer Macromedia® What the web can be.(tm) Announcing Macromedia DevNet Subscriptions Maximize your power with our new

RE: Anyone have this problem with CFMX?

2003-03-28 Thread Robert Bailey
actually it is test_server, that is just something I wrote out real quick sorry Thanks! Robert Bailey Famous for nothing -Original Message- From: Collin Tobin [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 10:12 AM To: CF-Talk Subject: RE: Anyone have this problem with CFMX?

RE: CFMX Updater 3 Available

2003-03-28 Thread Ruggiero, Kevin D
I put Updater 3 in almost right away, since I was already on 2 and close to rolling back to CF 5 due to the serious problems with the server hanging. I will say that this release appears more stable so far (4 days). It had been hanging on us almost daily (one day 4 times). After applying

Re: CFMX Updater 3 Available

2003-03-28 Thread Thomas Chiverton
On Friday 28 Mar 2003 15:16 pm, Ruggiero, Kevin D wrote: to production level with CF MX know that it may be a good idea to give it a month or so at least and see what kind of feedback comes in. I'm not yet convinced that CF MX with updater 3 is necessarily up to snuff just yet. We've not had

RE: CFMX Updater 3 Available

2003-03-28 Thread Mike Brunt
Kevin, this may sound obvious apologies if so, but do you check the ColdFusion error logs regularly to see what sort of things are going on up to your server hanging? Kind Regards - Mike Brunt Webapper Services LLC Web Site http://www.webapper.com Blog http://www.webapper.net Webapper Web

RE: Anyone have this problem with CFMX?

2003-03-28 Thread Collin Tobin
Robert- Can you try this component on your server and let me know your results? cfcomponent cffunction name=testFunction access=public CFSCRIPT recordset = queryNew(serverinfo); queryAddRow(recordset,1);

CFHTTP - JavaScript - Frame Source (Dynamic)

2003-03-28 Thread Igor Ilyinsky
Guys, I am going nutty trying to figure this out!!! I have to capture an HTML 'snapshot' of a dynamic page and then save the source to a static HTML page. The reason is that I want to give my users a 'preview' of what the static page will be and allow them the option to keep it, or refresh and

Re: Form Building software

2003-03-28 Thread Thane Sherrington
At 09:44 AM 03/28/03 -0600, Clint wrote: I could port it to access. It would really depend on demand for it as I am busy with projects. But, if the demand proved to be high enough (like 20 people or more) I would port it to Access. I'd like to see it for Access. T

I've made two papers available

2003-03-28 Thread Simon Horwith
FYI - if you go up to http://www.how2cf.com I have added links to two papers that I think some of you may find useful - one on XML with ColdFusion MX and the other on Structured Exception Handling and Debugging. Enjoy!! ~Simon Simon Horwith Macromedia Certified Instructor Certified Advanced

RE: CFHTTP - JavaScript - Frame Source (Dynamic)

2003-03-28 Thread Neil Middleton
use document.innerHTML which will return the source for the frame. Neil -Original Message- From: Igor Ilyinsky [mailto:[EMAIL PROTECTED] Sent: 28 March 2003 15:56 To: CF-Talk Subject: CFHTTP - JavaScript - Frame Source (Dynamic) Guys, I am going nutty trying to figure this

Re: DB Driven Collapsable Tree

2003-03-28 Thread Bryan Stevenson
It will work that way (expandable tree). It all depends how you configure it (i.e. click to expand or expand on mouseover). I guess the point I'm trying to make is the script works in a lot of older browsers (i.e. Netscape 4.07about the worst NS browser ever) ;-) Bryan Stevenson B.Comm. VP

Re: Form Building software

2003-03-28 Thread Bryan Stevenson
Well Thane you could create a bunch of snippets which will take away alot of that repetitiveveness. I've also heard of a product/tool called XForms Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

RE: CFMX Updater 3 Available

2003-03-28 Thread Ruggiero, Kevin D
Yes, I check our logs regularly- especially after a crash. There's nothing strange to speak of in there. However, I did have some tnsnames timeouts connecting to our oracle server that day, which is why I thought it might have been caused by that. Regardless, something like that is no excuse

RE: CFHTTP - JavaScript - Frame Source (Dynamic) RESOLVED

2003-03-28 Thread Igor Ilyinsky
Thanks Neil... It worked with 'document.body.innerHTML' Igor -Original Message- From: Neil Middleton [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 10:28 AM To: CF-Talk Subject: RE: CFHTTP - JavaScript - Frame Source (Dynamic) use document.innerHTML which will return the source

Session Replication (was: Request for Review: Variables in CFML

2003-03-28 Thread Sean A Corfield
On Monday, Mar 24, 2003, at 22:04 US/Pacific, Jim Davis wrote: So lemme check for understanding here: Unless we specifially set up buddies sessions act just like they always did. (Server dies, session dies) Correct. When you DO set up buddies ALL session traffic (updates, creates, etc)

Re: Form Building software

2003-03-28 Thread Jason Miller
I had inquired about it so count me for vote number 2 - 18 more to go :) Thane Sherrington wrote: At 09:44 AM 03/28/03 -0600, Clint wrote: I could port it to access. It would really depend on demand for it as I am busy with projects. But, if the demand proved to be high enough (like 20 people

RE: Anyone have this problem with CFMX?

2003-03-28 Thread Robert Bailey
Works fine: 192.168.1.25 Not sure what is the problem in this CFC. I can not show all the code, but if you mail me off list, I can show you what is giving the problems, just do not want to post it here. Thanks! Robert Bailey Famous for nothing -Original Message- From: Collin Tobin

accessing parent cfc's variables

2003-03-28 Thread Brad Howerter
The child CFC automatically inherits all of its parents values, so to me it seems redundant to call a method to get them. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: Text Entries - on our guestbook

2003-03-28 Thread Jerry Johnson
My bet it is retaining the line breaks. It's just that HTML doesn't show them. You need to replace all the line breaks with br tags or use pre tags around the text Jerry Johnson [EMAIL PROTECTED] 03/28/03 11:54AM I am having some trouble with my guestbook code and wanted to see if anyone had

RE: accessing parent cfc's variables

2003-03-28 Thread Raymond Camden
It is a bit redundant, however, it adds a level of 'blackbox' to your architecture. So, for example, if the child needs to get a value from the parent, and you change the variable in the parent, all you would need to do is update the method, not the N children who extend the parent.

MX cannot connect to IBM DB2 Datasource

2003-03-28 Thread Andrew S. Peterson
Hi, I'm trying to connect to DB2 version 7.1 using DB2 Connect version 7 into our MVS. Our ColdFusion 5 Enterprise automatically identifies the connection in CFIDE, which is great. However, MX does not - it simply doesn't appear as a datasource, and so I cannot see DB2 with CFMX. I've tried

RE: Address standardization

2003-03-28 Thread webguy
vCard I've got a set of CFC's that use the vCard format works well. Been messing around with a LDAP front end for outlook etc to use ... -Original Message- From: Andres [mailto:[EMAIL PROTECTED] Sent: 28 March 2003 16:58 To: CF-Talk Subject: Address standardization Hello List, Has

RE: MX cannot connect to IBM DB2 Datasource

2003-03-28 Thread Dave Watts
I'm trying to connect to DB2 version 7.1 using DB2 Connect version 7 into our MVS. Our ColdFusion 5 Enterprise automatically identifies the connection in CFIDE, which is great. However, MX does not - it simply doesn't appear as a datasource, and so I cannot see DB2 with CFMX. I've tried

RE: Very odd behavior with data sources. please help if you can

2003-03-28 Thread Ruggiero, Kevin D
I continue to get this error message when conneting to an Access database: [MERANT][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '\\Denya2619\C-Drive\AccessTest\stdparts.mdb'. It is already opened exclusively by

Re: RE: Very odd behavior with data sources. please help if you can

2003-03-28 Thread ksuh
Are you or someone else opening the database in their desktop? - Original Message - From: Ruggiero, Kevin D [EMAIL PROTECTED] Date: Friday, March 28, 2003 10:34 am Subject: RE: Very odd behavior with data sources. please help if you can I continue to get this error message when

RE: Very odd behavior with data sources. please help if you can

2003-03-28 Thread Mark A. Kruger - CFG
This message usually occurs when someone is accessing the physical file using the access client (i.e. opening from a desktop). -mk -Original Message- From: Ruggiero, Kevin D [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 11:34 AM To: CF-Talk Subject: RE: Very odd behavior with

RE: Form Building software

2003-03-28 Thread webmaster
I am very interested as well. Thanks!! Regards, Eric J. Hoffman DataStream Connexion www.datastreamconnexion.com -Original Message- From: Jack Ince [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 8:41 AM To: CF-Talk Subject: RE: Form Building software I would be interested

accessing parent cfc's variables

2003-03-28 Thread Brad Howerter
Should the encapsulation extend to the children, or should they know about their parent? I would think they'd know, since they have to know what methods to override and provide anyway. ~| Archives:

Re: Form Building software

2003-03-28 Thread Clint
here is the link again... http://www.fishermenstudios.com/downloads/formbuilder.zip Clint - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, March 28, 2003 11:42 AM Subject: RE: Form Building software I am very interested as well. Thanks!!

Re: accessing parent cfc's variables

2003-03-28 Thread Sean A Corfield
On Thursday, Mar 27, 2003, at 18:37 US/Pacific, [EMAIL PROTECTED] wrote: If I have a cfc that is nested in another cfc, is there a way to access the parent object's variables? I have something like this. cfif NOT isDefined(session.user.order) cfset order = createObject(component,

Re: CFMX Updater 3 Available

2003-03-28 Thread Sean A Corfield
On Friday, Mar 28, 2003, at 07:16 US/Pacific, Ruggiero, Kevin D wrote: But, I want to let those who may be thinking of going to production level with CF MX know that it may be a good idea to give it a month or so at least and see what kind of feedback comes in. I'm not yet convinced that

Re: Mac OS X - Jrun 4/CFMX installation

2003-03-28 Thread Sean A Corfield
On Thursday, Mar 27, 2003, at 19:14 US/Pacific, Tilbrook, Peter wrote: I'm going to attempt to install CFMX for Mac OS X (again!). ... If I get stuck is there anyone in Canberra (Australia) who has installed it successfully themselves? I'm not even sure if the G4's ship with a web server

ANN: Variables in CFML Guide posted

2003-03-28 Thread Brad Howerter
Wow, what a thorough document it is! Thanks for sharing! ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ:

RE: Variables in CFML Guide posted

2003-03-28 Thread Hamm, Greg
Ya cheers, I'll defiantly be recommending this article for all the new developers I know, It even cleared up a few things for me. Good job! Greg Hamm Partner Coreillia Development [EMAIL PROTECTED] http://www.coreillia.com -Original Message- From: Brad Howerter [mailto:[EMAIL

Re: CFCs - get'ers Vs. return object

2003-03-28 Thread S . Isaac Dealey
I'm just starting to write my first CFC in anger, as it were, and was curious about what others were doing. Are people writing a number of of getX,getY,getName,get methods, each returning a string/numer and then using cfobject component=com.locavista.location name=objLocation

Flash remoting example?

2003-03-28 Thread Emmet McGovern
I just started messing with the flash remoting photo gallery example. Im a little confused about action script. How do I tell it the recordcount of the query to dynamically set the amount of images in the photogalley? Here is the action script provided by the example. I'd like to replace the 5

RE: Address standardization

2003-03-28 Thread Dan O'Keefe
I did a couple of years ago using First Logic. http://www.firstlogic.com/downloads/demo1.asp It was a pretty simple COM-XML implementation. Dan -Original Message- From: Andres [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 11:58 AM To: CF-Talk Subject: Address standardization

OT: DevCon 2003

2003-03-28 Thread Candace Cottrell
Does anyone know where in San Diego this will be held? We have to have our operating budgets in by the end of the week, and if I want to go I need some numbers :) Would it be feasible to go off of last year's numbers? Candace K. Cottrell, Web Developer The Children's Medical Center One

RE: Problem with view uploaded files (problem solved)

2003-03-28 Thread Lee, Sima - Workstream
Hi Philip, Thanks for your time. Now the solution is to copy the file from the forth server to the local server then view it from there. The credit should go to Shaun, the manager of Ottawa user group. I also thank everybody who takes time to consider this problem. Sima -Original

Re: DevCon 2003

2003-03-28 Thread Bryan Stevenson
I'm not 100% sure, but on the user group manager list I think it was mentioned that DevCon may be on the east coast (not a central loaction that would make sensebut that's a whole different rant). ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group

RE: CFMX Updater 3 Available

2003-03-28 Thread Ruggiero, Kevin D
Sure Sean- I'd be happy to tell you more: We have a brand new machine, and this is our server configuration: Compaq ML 370 Windows 2000 Server SP3 (IIS 5.0) 4 GB RAM 2x72 GB Hard Drive (RAID 1) Dual 2.8 GHz Pentium 4 Xeon Processors CFMX Professional, default JRE Databases we connect to are:

RE: DevCon 2003

2003-03-28 Thread Paul Kenney
I too have heard that San Diego is no longer going to happen. Too bad. It might be nice for a change to ackowledge us on the west coast. Paul Kenney [EMAIL PROTECTED] -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 11:10 AM To:

RE: DevCon 2003

2003-03-28 Thread CFDEV
Can anyone from Macromedia chime in on this? As Candace said, budget time is near. -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 2:10 PM To: CF-Talk Subject: Re: DevCon 2003 I'm not 100% sure, but on the user group manager list I think

Re: DevCon 2003

2003-03-28 Thread Bryan Stevenson
Didn't you knowthere is no west coast when talking to MM...apparently we do not exist and bring revenue to their company *insert more bitter nasty comments here from a disgruntled CFUG manager here* Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group

RE: DevCon 2003

2003-03-28 Thread Candace Cottrell
Goodness, this may change a lot. If it's still going to be in Sept., we only have 6 months to go (and one week to budget for it) -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] I'm not 100% sure, but on the user group manager list I think it was mentioned that

Fusebox / MVC / CFOBJECTS

2003-03-28 Thread BloodPython 2003 \(bol\)
What is the fashion methodology these days? Witch one do you recommend for developing e-commerce applications using CF? Thx ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

CFMX Updater 3 Available

2003-03-28 Thread Steven Erat
Don, To respond to your question, Macromedia is currently working on an issue where a thread can hang while trying to get a connection to an unresponsive database. The issue will be the underlying driver's use of the Socket API's. The ColdFusion Admin general Timeout may be exceeded in that

RE: DevCon 2003

2003-03-28 Thread Alexander Sherwood
At 02:51 PM 3/28/2003 -0500, you wrote: Goodness, this may change a lot. If it's still going to be in Sept., we only have 6 months to go (and one week to budget for it) They had the dates on literature at DevCon 2002. This means the contract was signed 1-2 years in advance, as large events like

Re: Flash remoting example?

2003-03-28 Thread Candace Cottrell
I'm no expert, but I believe you will need to set a variable in your cfc equal to the recordcount and then reference it that way. so something like In your cfc: cfset WhichPic= serviceAddress.Recordcount Please, anyone feel free to correct me if I'm wrong. Candace K. Cottrell, Web

CFMX Updater 3 and Apache 1.3.27

2003-03-28 Thread Richard Wigfall
Will ColdFusion MX Updater 3 work with Apache 1.3.27 running on RedHat Linux 6.2, or is it absolutely necessary to only install Update 3 only on Apache 2.043 or higher? Updater 2 required an Apache upgrade only if; No Updater was installed and you were runing Apache 2.0.3x, or if; Updater 1

RE: DevCon 2003

2003-03-28 Thread Bryan F. Hogan
The last that I had heard, last year after DevCon this year's was going to be held in San Fran. I was thinking this up until today where I have been told that there are no plans yet. Bryan F. Hogan Director of Internet Development Team Macromedia

Re: DevCon 2003

2003-03-28 Thread Bryan Stevenson
Yes on the UG Manager list someone asked today if a location had been nailed down yet. Well no answer yet and MM just cancelled a new event (due to the illegal war) they had been playing up bigtime the past 2 weeksso who knows what'll happen to DevCon :-| Bryan Stevenson B.Comm. VP Director

RE: DevCon 2003

2003-03-28 Thread Edwards Robert (air0rae)
Please try to keep personal political views out of the discussions on this list. I read the messages on here to keep informed of ColdFusion items in the world, not hear disparaging remarks about the President, the War or any other global issues. -Original Message- From: Bryan Stevenson

RE: Fusebox / MVC / CFOBJECTS

2003-03-28 Thread Barney Boisvert
Well, that depends on who you ask, what your goals are, and what you have experience with. My recomendation is fusebox (No is FB good or bad flame wars, please), but that's just me. MVC can mean a lot of things, so I'm not sure what you connotation you're using. Pretty much any good

RE: CFMX Updater 3 and Apache 1.3.27

2003-03-28 Thread Barney Boisvert
You should be fine. Apache 2 and apache 1 are deemed two separate products (and they really are), so there are separate restrictions for each, just like between apache 2 and IIS. It's confusing, but there are two points for MX compliance, 1.3.x where x is greater than something and 2.0.y where y

OT: DevCon 2003

2003-03-28 Thread Candace Cottrell
Got this from the CFDJ list: snipI just emailed MM the other day asking about DevCon and below is their reply. Hope this helps, Steve Although not officially announced yet, the Macromedia annual conference will be held November 18-21, 2003 in Salt Lake City, Utah. We expect that

RE: Mac OS X - Jrun 4/CFMX installation

2003-03-28 Thread Joshua Miller
Did I hear someone say recently that you can legally run CFMXJ2EE on OSX as a production server? I thought that it was just for Development, has this changed? Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMAIL PROTECTED] (704) 569-9044 ext. 254

RE: DevCon 2003

2003-03-28 Thread Jim Davis
-Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 2:10 PM To: CF-Talk Subject: Re: DevCon 2003 I'm not 100% sure, but on the user group manager list I think it was mentioned that DevCon may be on the east coast (not a central

Re: DevCon 2003

2003-03-28 Thread Bryan Stevenson
Boo Hoo...press delete it's a free world (for the moment) BTW I didn't mention the P word and I only stated the FACTS Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

RE: DevCon 2003

2003-03-28 Thread Lomvardias Christopher
Here's the response I got to a recent inquiry I made. -- Hello, Thank you for your continued interest in DevCon 2003. As you may be aware, we have changed the date and location and the conference will no longer be held Sept 7-10 in San Diego, CA. We have not yet

RE: Mac OS X - Jrun 4/CFMX installation

2003-03-28 Thread Barney Boisvert
legality is not the issue, it's whether or not it will be supported by MM. Last I heard, MM doesn't support OSX for production, although you're free to us it that way, assuming you purchase the appropriate licences (CFMX/J2EE licences are not bound to a J2EE server or OS, they will work anywhere).

  1   2   >