RE: CFMX database file

2003-01-02 Thread Joshua Miller
http://www.joshuasmiller.com/dsn_browser.zip This uses the Java ServiceFactory to get information about Databases and DSN connections. It's geared towards being a little development tool, but you can disect it to get the information you need about the DSN connections. Joshua Miller Head Programme

RE: Mr.Corfield: MX and beans

2003-01-02 Thread Simon Horwith
However - you can do something like this in Flash MX ;) ~Simon Simon Horwith Macromedia Certified Instructor Certified Advanced ColdFusion MX Developer Certified Flash MX Developer CFDJList - List Administrator Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570 (dir

Re: CFMX database file

2003-01-02 Thread Sean A Corfield
neo-query.xml - it's a one-line wddx packet so it's not easily editable manually (and be warned that if you introduce any unexpected whitespace, CFMX will choke!). On Thursday, Jan 2, 2003, at 14:37 US/Pacific, Ryan Mitchell wrote: > Hey > > Which file holds the info about the databases set up

Re: Mr.Corfield: MX and beans

2003-01-02 Thread Sean A Corfield
On Thursday, Jan 2, 2003, at 12:44 US/Pacific, Rob Rohan wrote: > I've been playing with JSP (tomcat) and the bean feature is rad. > Creating > the accessor and mutator and then simply having the form go straight > to the > bean - it's awesome By way of explanation for folks who might not immedi

RE: Outputing part of memo field

2003-01-02 Thread Terry
Thanks all for your help. Both Howard's UDF and Jochem's RE solutions worked. I'm going to play around with both to see if there's a performance difference. Thanks again, Terry *** REPLY SEPARATOR *** On 1/2/2003 at 5:54 PM Owens, Howard wrote: >Add this instruction to my

RE: (OT) 2002 Stats

2003-01-02 Thread Peter Tilbrook
So what's the big deal with Amsterdam? -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Friday, 3 January 2003 12:27 PM To: CF-Talk Subject: Re: (OT) 2002 Stats Dave Carabetta wrote: > > Don't you live in Amsterdam? No. Jochem ~

Tutorials

2003-01-02 Thread Jas Panesar
http://www.cfprimer.com seems to be decent, but I've referred webmonkey alot till I came across this site. Hope it helps, Jas ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseo

RE: CFHTTP and passing cookies

2003-01-02 Thread Ruslan Sivak
I solved my problem by now. Turns out CF was URLEncoding the = sign, and the server didn't like that as much. Is there a way to stop CF from encoding the cfhttpparam variables? Russ -Original Message- From: Christian Cantrell [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003

RE: Outputing part of memo field

2003-01-02 Thread Owens, Howard
Add this instruction to my comments: * BTW: If you change the list delims from space (" ") to * a period ("."), you can end at a sentence ending (or * possibly the end of an abbreviated word, if any in the story. > -Original Message- > From: Owens, Howard [SMTP:[EMAIL PROTECTED]] >

RE: Outputing part of memo field

2003-01-02 Thread Owens, Howard
I thought this might be a good chance to try making my FIRST UDF ... so did this (tested and works for me) /** * Returns a teaser to a longer story * Feed it the text of a full story and return * the first n of characters, broken intelligently * at a word break instead of in the middle of

RE: Outputing part of memo field

2003-01-02 Thread Samuel Neff
List functions are pretty slow. You're better off looping backward from 150 until you get a space and then doing the Left. > -Original Message- > From: Owens, Howard [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 02, 2003 8:31 PM > To: CF-Talk > Subject: RE: Outputing part of memo

RE: Outputing part of memo field

2003-01-02 Thread Owens, Howard
Here's a suggestion: #theString# Full Story > -Original Message- > From: Terry [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 02, 2003 4:56 PM > To: CF-Talk > Subject: Outputing part of memo field > > I need to output only about the 1st 150 characters of a memo fiel

Re: (OT) 2002 Stats

2003-01-02 Thread Jochem van Dieten
Dave Carabetta wrote: > > Don't you live in Amsterdam? No. Jochem ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4

Re: Outputing part of memo field

2003-01-02 Thread Jochem van Dieten
Terry wrote: > That also seems to break it in the middle of a word. Sorry: #REReplace(Left(String,150),"^(.* ).*","\1")# Jochem ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.hou

Re: Outputing part of memo field

2003-01-02 Thread Terry
That also seems to break it in the middle of a word. *** REPLY SEPARATOR *** On 1/3/2003 at 2:07 AM Jochem van Dieten wrote: >Terry wrote: >> I need to output only about the 1st 150 characters of a memo field, but >want to break it at a space and then have a link to the entire s

RE: Outputing part of memo field

2003-01-02 Thread Tony Weeg
ok, so, how about this... #Left(yourString,'#firstSpace#')# (continued) :) tony -Original Message- From: Terry [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 8:05 PM To: CF-Talk Subject: RE: Outputing part of memo field Thanks Tony,

Re: Outputing part of memo field

2003-01-02 Thread Jochem van Dieten
Terry wrote: > I need to output only about the 1st 150 characters of a memo field, but want to >break it at a space and then have a link to the entire story. #REReplace(Left(String,150),"^(.* )","\1")# Jochem ~| Archives: http:

RE: (OT) 2002 Stats

2003-01-02 Thread Dave Lyons
Buy one and find out! Lol Everyone needs to live in a loft, the chics dig them! Weird stuff like that always happens to me But its true Kind of a goldmine for me too, being that all her model friends want websites. No I just need to learn how to be a photographer and get a good close up lens! hehe

RE: Outputing part of memo field

2003-01-02 Thread Terry
Thanks Tony, but it can't break in the middle of a word. *** REPLY SEPARATOR *** On 1/2/2003 at 7:59 PM Tony Weeg wrote: > > #Left(yourString,'150')# href="theRestofTheStory.cfm">(continued) > > >hth >tony > >-Original Message- >From: Terry [mailto:[EMAIL PROTECT

EXPERTS: CF 4.5 with Apache 2.0??

2003-01-02 Thread Jas Panesar
Appreciate the link rob, Yeah, I have already seen that link, I had it sorta working with the cf 5 module talking to cf 4.5, but it's quite not the same. I really wanted to stick with 4.5 till I was confident enough with MX to make the jump. I'm really quite dissapointed that macromedia hasn't

RE: Outputing part of memo field

2003-01-02 Thread Tony Weeg
#Left(yourString,'150')# (continued) hth tony -Original Message- From: Terry [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 7:56 PM To: CF-Talk Subject: Outputing part of memo field I need to output only about the 1st 150 characters of a memo field, but want to b

RE: (OT) 2002 Stats

2003-01-02 Thread Tony Weeg
so do dream lofts really make people have dreams like that? ...tony :) -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 7:52 PM To: CF-Talk Subject: RE: (OT) 2002 Stats Jochem Hey I met my gf because of doing websites and btw, she is a vi

Outputing part of memo field

2003-01-02 Thread Terry
I need to output only about the 1st 150 characters of a memo field, but want to break it at a space and then have a link to the entire story. I know I can figure this out, but if anyone can help me save a few hours I'd appreciate it. thx ~~

RE: (OT) 2002 Stats

2003-01-02 Thread Dave Lyons
Jochem Hey I met my gf because of doing websites and btw, she is a victoria secrets model and a very big internet model:) if you ever wanna come over and talk some cf there usually are 3 other single victoria secret girls who come over all the time and run around half naked! Why do u think I never

Re: (OT) 2002 Stats

2003-01-02 Thread Dave Carabetta
>I need a hobby^H^H^H^H^Hjob^H^H^Hlive^H^H^H^Hgirlfriend. Jochem, Don't you live in Amsterdam? I was only there for a few days, but I did take note of some "hobbies" and "girlfriends"! ;) Just a thought... Dave. ~| Archives:

RE: EXPERTS: CF 4.5 with Apache 2.0??

2003-01-02 Thread Rob Rohan
I think this is one for cf 5 http://www.andrewernst.com/projects.html Rob -Original Message- From: Jas Panesar [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 3:29 PM To: CF-Talk Subject: Fwd: EXPERTS: CF 4.5 with Apache 2.0?? Hi, I was wondering if anyone has been able to

RE: (OT) 2002 Stats

2003-01-02 Thread Dave Lyons
Do you have a price list that I can pass on to my web host for your advertising fees? They are a wonderful but I need to get a few sites together for them to justify upgrading to cfmx. They have a awesome deal for $20 a month and I'd sure like to get them some more biz so I can get them to buy cfm

Re: And the award goes to ....

2003-01-02 Thread Michael Dinowitz
That would be me ([EMAIL PROTECTED]). Joe's stats are based on his personal email from the list and differ a bit from what the DB says for list posts. Not by much though. > Hi Joe, > > Are you managing "CF-Talk" <[EMAIL PROTECTED]> > list? Thanks. > > Don > > --- "Hoffman, Joe (NIH/CIT)" <[EMAIL

RE: CFAS5 Problem

2003-01-02 Thread paul smith
Thanks! best, paul At 02:07 PM 1/2/03 -0800, you wrote: >Here ya go: >You can enable the cfregistry tag by editing your registry. >start > run > type regedit . > >Look in HKEY_LOCAL_MACHINE > SOFTWARE > Allaire > ColdFusion > >CurrentVersion > Server. >You should find a registry entry labeled E

RE: Tutorials

2003-01-02 Thread Peter Tilbrook
Further to this a good site for CF related bookamrks check out http://www.cfbookmark.com/ They've used Fusebox too :) -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] Sent: Friday, 3 January 2003 10:07 AM To: CF-Talk Subject: RE: Tutorials http://www.easycfm.com

Re: And the award goes to ....

2003-01-02 Thread Li Chunshen \(Don\)
Hi Joe, Are you managing "CF-Talk" <[EMAIL PROTECTED]> list? Thanks. Don --- "Hoffman, Joe (NIH/CIT)" <[EMAIL PROTECTED]> wrote: > And for the most number of posts to > [EMAIL PROTECTED] by unique > email addresses out of 51,498 posts > ... the award goes to . > > Dave Watts

Re: (OT) 2002 Stats

2003-01-02 Thread Jochem van Dieten
Michael Dinowitz wrote: > I'd like to take a moment and thank everyone who's gone out of their way to post > to the CF-Talk list. You have helped make this a major resource for the CF > community and I'm sure the many thousands of people who read the list would like > to say thanks. > > Total Thre

RE: Some idea about the Efficiency of UDFs

2003-01-02 Thread Li Chunshen \(Don\)
When I say "secretary", I meant it jokingly and implied, I would appreciate it if some else would do it, unfortunately taken literally. But Matt Liotta seems such a person that he prefers to refer others as objects "he is > interested in and he didn't submit a request for it. > " If you know my na

Fwd: EXPERTS: CF 4.5 with Apache 2.0??

2003-01-02 Thread Jas Panesar
Hi, I was wondering if anyone has been able to get Coldfusion 4.5 (mod_coldfusion) working with apache 2.x on Linux >From everything I've researched, CF 4.5 only works with Apache 1.3.x, I was hoping to see if there was a recompiled version linux side that patches into Apache 2.0 properly Muc

RE: (OT) 2002 Stats

2003-01-02 Thread Jim Campbell
Well, I suppose it's good to have something productive to do at work instead of surfing for porn and playing Elf Bowling. :) - Jim -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 5:01 PM To: CF-Talk Subject: RE: (OT) 2002 Stats What is r

RE: Errors: can not locate info on

2003-01-02 Thread Peter Tilbrook
How are you storing your Client variables? Not in the registry (the default) I hope. If you are storing them in the registry it might be getting too big. If you are storing them in a database (not Access I hope) check that it is not corrupted. >> The first (in the application log): Synchronizat

RE: Tutorials

2003-01-02 Thread Peter Tilbrook
http://www.easycfm.com -Original Message- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Friday, 3 January 2003 4:48 AM To: CF-Talk Subject: Tutorials I've got a couple of high school kids who dropped by the office the other day. They are taking a class on web development. After

RE: (OT) 2002 Stats

2003-01-02 Thread Matt Liotta
What is really scary is that most of the people on this list are also top participators on many other lists too. Matt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 > -Original Message- > From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] >

RE: (OT) 2002 Stats

2003-01-02 Thread Mark A. Kruger - CFG
I like 'im though - dogone his chatty hide . -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 4:07 PM To: CF-Talk Subject: RE: (OT) 2002 Stats Jebus Dave, you've definitely got the gift of gab. :-) -Stace -Original Message- From:

CFMX database file

2003-01-02 Thread Ryan Mitchell
Hey Which file holds the info about the databases set up in the CFMX administrator? Ryan Mitchell e: [EMAIL PROTECTED] w: www.rtnetworks.net t: 07866569916 ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: grrrrr ... CFSchedule

2003-01-02 Thread Blum, Jason (SAA)
I have been using probes for all my scheduled tasks since moving up to MX. Probes are under tools in CF5, but I don't know if they offer the same functionality. I realize of course they are probably the same underlying engine - but for some reason, I have not experienced any problem with probes e

RE: CFAS5 Problem

2003-01-02 Thread Robert Bailey
Here ya go: You can enable the cfregistry tag by editing your registry. start > run > type regedit . Look in HKEY_LOCAL_MACHINE > SOFTWARE > Allaire > ColdFusion > CurrentVersion > Server. You should find a registry entry labeled EnableCFREGISTRY and set the value to 1. Restart your coldfusion s

RE: (OT) 2002 Stats

2003-01-02 Thread Stacy Young
Jebus Dave, you've definitely got the gift of gab. :-) -Stace -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 3:43 PM To: CF-Talk Subject: (OT) 2002 Stats I'd like to take a moment and thank everyone who's gone out of their way to

RE: FLASH with CF question?

2003-01-02 Thread Samuel Neff
Why don't you wait for a response on one list before posting it to more? Just received three of these. > -Original Message- > From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 02, 2003 4:48 PM > To: CF-Talk > Subject: FLASH with CF question? > > > We have develo

Re: And the award goes to ....

2003-01-02 Thread Bud
On 1/2/03, Hoffman, Joe (NIH/CIT) penned: >And for the most number of posts to >[EMAIL PROTECTED] by unique >email addresses out of 51,498 posts >... the award goes to . > >Dave Watts [EMAIL PROTECTED] 1673 LOL Well, I fulfilled one 2002 New Year's resolution by

RE: CFAS5 Problem

2003-01-02 Thread Robert Bailey
I had this problem before, there is something in the registry that I can not find, check the Macromedia forums, that is where I got my answer -Original Message- From: paul smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 8:35 AM To: CF-Talk Subject: CFAS5 Problem In the

RE: Error saying "test.passwords" table not found...That's because there's not one!

2003-01-02 Thread Peter Tilbrook
It must be picking up the #DSN# variable from somewhere. If you haven't got an application.cfm file in the same folder as the template with the query CF will look further up the tree - all the way to the root folder in fact. Try hardcoding the DSN to see if that fixes it. -Original Message

Re: And the award goes to ....

2003-01-02 Thread Michael Dinowitz
The database of posts shows a slightly different story, but Dave's still the undisputed king. :) http://www.houseoffusion.com/lists.cfm?link=m:4:20169:101901 > And for the most number of posts to > [EMAIL PROTECTED] by unique > email addresses out of 51,498 posts > ... the award goes to . > >

FLASH with CF question?

2003-01-02 Thread Ciliotta, Mario
We have developed an application that displays a SWF file on a html page. The application displays both static and dynamic content via CF. When we go to print only the static content appears. We are using IE 5.0 with Flash 5 plug in. The problem happens either when I click FILE>PRINT or if

RE: Looking for a great CFMX book to buy!

2003-01-02 Thread Peter Tilbrook
Check out the excellent books by Ben Forta et al (http://www.forta.com/books/) -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED]] Sent: Friday, 3 January 2003 1:30 AM To: CF-Talk Subject: Looking for a great CFMX book to buy! I really enjoyed the "Professional CF 5.0" by WR

RE: Project manager tool

2003-01-02 Thread Luis Lebron
What features are you looking for? -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 11:32 AM To: CF-Talk Subject: Project manager tool Anyone has any suggestions for a decent project management tool out there, any suggestions must list

RE: Error saying "test.passwords" table not found...That's because there's not one!

2003-01-02 Thread Rick Faircloth
Duh! Nevermind... I checked the ODBC datasource setup and had put the correct Data Source Name 'rchnetwork-mainoffice' in the 'Data Source Name' field, but in the 'Database Name' field, I didn't change it from 'test'. Duh! I say, duh! (Not a good way to start off the new year!) Rick -Or

Error saying "test.passwords" table not found...That's because there's not one!

2003-01-02 Thread Rick Faircloth
Hi, all...Happy New Year... I've been working with CF (4.5.2) and MySQL (4.0.7 gamma) for a few weeks on my development box (Win 2000 Pro) and have just setup MySQL and MyODBC on my Win 2000 Server. Everything seemed fine until I tried to login on an app that I built to run on that server. I get

And the award goes to ....

2003-01-02 Thread Hoffman, Joe (NIH/CIT)
And for the most number of posts to [EMAIL PROTECTED] by unique email addresses out of 51,498 posts ... the award goes to . Dave Watts [EMAIL PROTECTED] 1673 runners up include: S. Isaac Dealey [EMAIL PROTECTED] 1121 Jochem van Diete

RE: ColdFusion Training...

2003-01-02 Thread jremus-lists
I'm sure several people will chime in, but I did the CFMX master class a while back, and it was by far the best training experience I've ever had. It was incredibly intense, very well laid-out, and covered more in 5 days than I thought a class possibly could. By the end, I think we were all brain-

Re: ColdFusion Training...

2003-01-02 Thread Adam Churvis
David and I are the only two instructors that will ever teach this class, and we wrote all the software, lecture material, and exercises used in the course. Keeping our class size to three students and two instructors enables us to give truly personalized attention and mentoring throughout the cou

RE: grrrrr ... CFSchedule

2003-01-02 Thread Robert Bailey
I have always tested my schedule scripts by having it email me at the end for testing, and executed it with CFSCHEDULE the first time around just to make sure it was completing. Very helpful when you are on a shared host and do not have access to the admin to make sure it was added correctly -

RE: grrrrr ... CFSchedule

2003-01-02 Thread Matt Robertson
Howard Owens wrote: >Any suggestions on why the scheduled events trigger but don't >produce any results? I've always been able to get it to work, but the formula for success has not always been entirely straightforward. This may sound strange at first, but have you tried waiting for 24 hours to

Mr.Corfield: MX and beans

2003-01-02 Thread Rob Rohan
I've been playing with JSP (tomcat) and the bean feature is rad. Creating the accessor and mutator and then simply having the form go straight to the bean - it's awesome I have 2 questions. First, are bean functions available in cfmx (non enterprise or does one have to upgrade - I am a bit confuse

(OT) 2002 Stats

2003-01-02 Thread Michael Dinowitz
I'd like to take a moment and thank everyone who's gone out of their way to post to the CF-Talk list. You have helped make this a major resource for the CF community and I'm sure the many thousands of people who read the list would like to say thanks. Total Threads = 11,160 Total Messages = 56,029

Re: Page context

2003-01-02 Thread Jesse Houwing
> > >>You can manually cache these variables in the application scope, but I >>was looking for something more specific. An example of such data might >>be: a default sort order, l10n texts etc. >> >> > >since you mentioned locales, the wheels will fly off in an environment where >locales are us

ColdFusion Training...

2003-01-02 Thread charlie griefer
Hey List: the boss has some money to spend, and i need some CF training (MX, specifically). Saw a post by Adam Churvis, and he had a link to www.coldfusiontraining.com...so naturally i checked it out. It sounds really good (I mean REALLY good). Last year I took the 'MM official' Advanced

Re: CF and Outlook...

2003-01-02 Thread Bruce Sorge
I believe that there are some com objects that you can find on cfcomet. - Original Message - From: "cf talk" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 02, 2003 1:33 PM Subject: CF and Outlook... > Some of my members want me to do a presentation on CF an

RE: Some idea about the Efficiency of UDFs

2003-01-02 Thread Jerry Johnson
Typing too fast again. =) Jerry Johnson >>> [EMAIL PROTECTED] 01/02/03 02:37PM >>> Does anyone else want to chip in for some panty untwisters. They definitely seem needed. Jerry Johnson >>> [EMAIL PROTECTED] 01/02/03 02:13PM >>> Um, no it's not. You just read on the mailing list what feat

RE: grrrrr ... CFSchedule

2003-01-02 Thread Owens, Howard
Thanks, Michael ... tried this ... templates run fine without error. H. > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 02, 2003 11:33 AM > To: CF-Talk > Subject: Re: gr ... CFSchedule > > Use this to check if the url your cal

RE: Some idea about the Efficiency of UDFs

2003-01-02 Thread Jerry Johnson
Does anyone else want to chip in for some panty untwisters. They definitely seem needed. Jerry Johnson >>> [EMAIL PROTECTED] 01/02/03 02:13PM >>> Um, no it's not. You just read on the mailing list what feature he is interested in and he didn't submit a request for it. Matt Liotta President & CE

RE: Some idea about the Efficiency of UDFs

2003-01-02 Thread Mike Chambers
sigh... I think what christian was getting at is that if you just post a feature to this list, then we may miss it. if you submit it through the proper channels (i.e. the wish list), then we will definitely see it. http://www.macromedia.com/support/email/wishform/ mike chambers [EMAIL PROTECTED

RE: grrrrr ... CFSchedule

2003-01-02 Thread Owens, Howard
No logging in ... no client or session variables ... pretty straightforward queries and such. Schedule to run once per day. H. > -Original Message- > From: Rob Rohan [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 02, 2003 11:26 AM > To: CF-Talk > Subject: RE: gr ... CFSch

CF and Outlook...

2003-01-02 Thread cf talk
Some of my members want me to do a presentation on CF and outlook. I have never done this and was wondering if someone could send me something. If anyone has connected CF to outlook, please send me some code to look at. Thank you, Brian Yager President North Alabama Cold Fusion Users Group h

Re: grrrrr ... CFSchedule

2003-01-02 Thread Michael Dinowitz
Use this to check if the url your calling is a good one or if it has any errors. The usual errors are environmental such as logins and the like. Scheduler Checker Url to test: #cfhttp.filecontent# #CFCATCH.Message# #CFCATCH.Detail# ~~~

RE: grrrrr ... CFSchedule

2003-01-02 Thread Rob Rohan
I have had some errors in logic when using the scheduler. Remember that it is a new request and some things in your code may not be available if not coded properly. i.e. if you are using the same page that a 'logged in' client would use, there might be session variables set by the login process th

Re: grrrrr ... CFSchedule

2003-01-02 Thread Michael Dinowitz
Have you run the url directly and gotten the desired result? If yes, then do the following. Write a CFHTTP to call the page and check the results. The internals of CFSCHEDULE use CFHTTP to do the work so if CFHTTP fails, the entire thing fails. > I first tried using CFSchedule a couple of years a

RE: Some idea about the Efficiency of UDFs

2003-01-02 Thread Matt Liotta
Um, no it's not. You just read on the mailing list what feature he is interested in and he didn't submit a request for it. Matt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 > -Original Message- > From: Christian Cantrell [mailto:[EMAIL PR

grrrrr ... CFSchedule

2003-01-02 Thread Owens, Howard
I first tried using CFSchedule a couple of years ago ... when I was still running CF 4.01 on a 4.0 SP4 NTWS. Could never get it to work. Gave up. Hadn't tried again until this week. I'm using CF 5.0, on Win2K with IIS. I set up scheduled tasks up in the CF Admin. If I run them manually, through

Re: Errors: can not locate info on

2003-01-02 Thread Richard Meredith-Hardy
I don't know about your client var problem, but I beleve the CF documentation says somewhere it is a bad idea to allow verity searches to happen whilst some sort of management of the collection is going on eg a re-index. I consequently use an application var which is checked before a CFSEARCH is a

Re: Some idea about the Efficiency of UDFs

2003-01-02 Thread Christian Cantrell
Well, it's hard for us to know that you are interested in a feature if you don't submit a request for it. I don't consider submitting feature requests to be secretary work, so I'll be happy to take care of it. Christian On Thursday, January 2, 2003, at 12:10 PM, Li Chunshen ((Don)) wrote: >

RE: Happy Birthday!! (Sorry. Wrong List)

2003-01-02 Thread Rob Rohan
I'll go with that - adoption of tcp/ip as the birth Rob -Original Message- From: Mark Broner [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 10:52 AM To: CF-Talk Subject: Re: Happy Birthday!! (Sorry. Wrong List) On 1 January 1983 the Advanced Research Projects Agency Network

Re: Happy Birthday!!

2003-01-02 Thread Jeffry Houser
And you know, I didn't even move it to the right list. I'm sorry. At 01:55 PM 1/2/2003 -0500, you wrote: > Moved from cf-talk. > > Today is the birthday specifically? > I wonder how you define the birth of the Internet. It was something a >long-time in creating and all that. > I bet

RE: Happy Birthday!! (Sorry. Wrong List)

2003-01-02 Thread Robert Bailey
So are we talking about the birth of a protocol, and not the internet itself? A, happy birthday TCP/IP then, heh. So when we going to IPV6 already? heh -Original Message- From: Mark Broner [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 10:52 AM To: CF-Talk Subject: Re: Ha

RE: Happy Birthday!! (Sorry. Wrong List)

2003-01-02 Thread Everett, Al
Not the internet so much as TCP/IP. http://www.smh.com.au/articles/2003/01/02/1041196726476.html Follow-ups to cf-community, please. > -Original Message- > From: Rob Rohan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 02, 2003 1:46 PM > To: CF-Talk > Subject: RE: Happy Birthday!!

Re: Happy Birthday!! (Sorry. Wrong List)

2003-01-02 Thread Mark Broner
On 1 January 1983 the Advanced Research Projects Agency Network (Arpanet) of the US Department of Defence - the forerunner of the internet - was switched to the TCP/IP protocol. http://www.vnunet.com/News/1137772 - Original Message - From: "Rob Rohan" <[EMAIL PROTECTED]> To: "CF-Talk" <

RE: Happy Birthday!! (Sorry. Wrong List)

2003-01-02 Thread Robert Bailey
I wrote that response without really thinking, lol. Then I sat back to think a bit after I realized that the internet was here before I was born and I am older then 20, lol -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 10:46 AM To: CF-Talk

Re: Happy Birthday!!

2003-01-02 Thread Jeffry Houser
Moved from cf-talk. Today is the birthday specifically? I wonder how you define the birth of the Internet. It was something a long-time in creating and all that. I bet it has been longer than 20 years. ( Research started a lot longer than 20 years ago ) At 10:23 AM 1/2/2003 -0800, Jac

RE: Web Hosting for CFMX and MySQL

2003-01-02 Thread Kevin Graeme
Thanks. > -Original Message- > From: Chris Kief [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 02, 2003 12:43 PM > To: CF-Talk > Subject: RE: Web Hosting for CFMX and MySQL > > > It's a skinned version of Ensim (http://www.ensim.com). > > chris > > > -Original Message- > From

RE: Happy Birthday!!

2003-01-02 Thread Smith, Matthew P -CONT(DYN)
http://forums.fark.com/cgi/fark/comments.pl?IDLink=394524 -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 12:43 PM To: CF-Talk Subject: RE: Happy Birthday!! Wait, nm, wasn't it born in 1969? Yeah yeah, Oct 29, 1969 when the first 2 comp

RE: Web Hosting for CFMX and MySQL

2003-01-02 Thread Russ
Isn't there an issue with Ensim and CFMX? We just switched to Webmin and I thought that some incompatibilities with Ensim was one of the reasons. > -Original Message- > From: Chris Kief [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 02, 2003 12:43 PM > To: CF-Talk > Subject: RE: We

RE: Happy Birthday!! (Sorry. Wrong List)

2003-01-02 Thread Rob Rohan
ARPA's Program Plan for the ARPANET was titled "Resource Sharing Computer Networks". It was submitted June 3, 1968, and approved by the Director June 21, 1968. United States Defense Advanced Research Project Agency (ARPA) Established in 1969 2003 - 1969 = 34 20? Rob -Original Message-

RE: Happy Birthday!!

2003-01-02 Thread Robert Bailey
Wait, nm, wasn't it born in 1969? Yeah yeah, Oct 29, 1969 when the first 2 computers talked to each other over the network, Sept 2 when the first computer talked to a router of the same year, so 20 years of what? And mosaic browser came out in 1993. OK, I am lost. I bite, what came out 20 years ago

RE: Web Hosting for CFMX and MySQL

2003-01-02 Thread Chris Kief
It's a skinned version of Ensim (http://www.ensim.com). chris -Original Message- From: Kevin Graeme [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 7:13 AM To: CF-Talk Subject: RE: Web Hosting for CFMX and MySQL Wow. Nice control panel for that hosting! Anyone know what it

RE: Happy Birthday!! (Sorry. Wrong List)

2003-01-02 Thread Robert Bailey
Wow, has it been 20 years? -Original Message- From: Jacob [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 10:25 AM To: CF-Talk Subject: Happy Birthday!! (Sorry. Wrong List) Was meant for CF-Community. CF-Community CF-List right next to each other in my address book. Sorry

Re: Page context

2003-01-02 Thread Paul Hastings
> You can manually cache these variables in the application scope, but I > was looking for something more specific. An example of such data might > be: a default sort order, l10n texts etc. since you mentioned locales, the wheels will fly off in an environment where locales are user (session) base

Happy Birthday!! (Sorry. Wrong List)

2003-01-02 Thread Jacob
Was meant for CF-Community. CF-Community CF-List right next to each other in my address book. Sorry ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/ind

Happy Birthday!!

2003-01-02 Thread Jacob
Happy Birthday to you Happy Birthday to you Happy Birthday Dear Internet Happy Birthday to you... 20 years old ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com

CFMX / JDBC err while SQL Query Analyzer OK

2003-01-02 Thread Li Chunshen \(Don\)
A simple query against a SQL2000 database as follows: select top 10 OrderID,ProductID,UnitPrice,Quantity,Discount,Amount from [dbo].[Order Details] order by OrderID desc CFMX using JDBC for connection throws the following err: [Macromedia][SQLServer JDBC Driver]Value can not be converted to requ

RE: Instantiated component reference

2003-01-02 Thread Raymond Camden
Try bracket notation. Assume X is the UUID: === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Email: [EMAIL PROTECTED] WWW : www.camdenfamily.com/morpheus Yahoo IM : morpheus "My ally is the Force, and a po

RE: Tutorials

2003-01-02 Thread Kris Pilles
I think Ben Forta also has a beginner CF website... Webmonkey is good too -Original Message- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 12:48 PM To: CF-Talk Subject: Tutorials I've got a couple of high school kids who dropped by the office the

RE: Tutorials

2003-01-02 Thread Dharmesh Goel
Came across this on the cf community list. http://www.easycfm.com Dharmesh -Original Message- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: January 2, 2003 12:48 PM To: CF-Talk Subject: Tutorials I've got a couple of high school kids who dropped by the office the other day.

Re: Tutorials

2003-01-02 Thread Bruce Sorge
webmonkey.com has some good beginner and intermediate tutorials. - Original Message - From: "Cutter (CF_Talk)" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 02, 2003 11:47 AM Subject: Tutorials > I've got a couple of high school kids who dropped by the offi

Re: Looking for a great CFMX book to buy!

2003-01-02 Thread Cutter (CF_Talk)
Ben Forta has a slew of new books coming out on MX dev. Check out his site benforta.com Cutter Che Vilnonis wrote: >I really enjoyed the "Professional CF 5.0" by WROX Press. >Now I'm gonna dive into MX. >Can anyone recommend a GREAT book for CFMX? > >Thanks. > >Ché Vilnonis >Application Develop

RE: Tutorials

2003-01-02 Thread Robert Bailey
I have always suggested www.webmoney.com Seems to have helped a lot of my friends -Original Message- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 9:48 AM To: CF-Talk Subject: Tutorials I've got a couple of high school kids who dropped by the office

  1   2   >