RE: SQL question...

2002-07-10 Thread S . Isaac Dealey
This can also be done using the ArraySum() function in coldfusion ... #ArraySum(Myquery.subtotalcolumn)# Isaac www.turnkey.to 954-776-0046 __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://w

RE: onTap Flash MX chat room and Mozilla

2002-07-10 Thread S . Isaac Dealey
> I don't know if this applies but are you using any > remoting? Cause that > doesn't work on mozilla 6.x (will be fixed in 6.3) Not as of yet... just using LoadVars() objects to post and then return a urlencoded string with info back to the flash movie... plan to create a CFC and remoting as an

RE: Component Calls: What would you do?

2002-07-10 Thread Ken Wilson
So you tellin me that bike in my garage isn't really an SUV with only two wheels, a non gasoline powered engine and zero cargo space? Ken -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 12:41 AM To: CF-Talk Subject: RE: Component Calls: Wha

RE: Fusebox/docs additions to CF Studio

2002-07-10 Thread Hal Helms
They do work on Studio 5.x, Peter. There is work going on right now to provide support for Fusedocs in DWMX. -Original Message- From: Tilbrook, Peter [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 12:00 AM To: CF-Talk Subject: SOT: Fusebox/docs additions to CF Studio Does any

RE: Component Calls: What would you do?

2002-07-10 Thread Jeffry Houser
At 06:59 PM 7/10/2002 -0700, you wrote: >Remember that when you are taught traditional programming, you are >taught to understand basic concepts of programming that are language >independent. Further, you are taught how these different independent >concepts are implemented differently in differen

RE: Web Services and CF5

2002-07-10 Thread Jim Vosika
Thanks Ben. No wonder I couldn't find any information on it! Trust me, I would love to use CFMX but my webhosting company has not upgraded yet, hopefully they will soon! Thanks, Jim -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 11:06 PM

SOT: Fusebox/docs additions to CF Studio

2002-07-10 Thread Tilbrook, Peter
Does anyone know if the Studio 4.5 additions for Fusebox/docs from www.fusebox.org work under Studio 5.x? Does Dreamweaver MX offer any Fusebox/docs support? Cheers! == Peter Tilbrook ColdFusion Applications Developer Defence Housing Authority 26 Brisbane Ave Barton ACT 2600 AUSTRALIA Ph: 02 62

RE: Component Calls: What would you do?

2002-07-10 Thread Matt Liotta
The problem is that by definition a constructor is a method. Thus, anything that is not a method cannot be considered a constructor. Using your logic we could have anything be anything as long as it was caveated with a description as to how it was different. Matt Liotta President & CEO Montara So

RE: Web Services and CF5

2002-07-10 Thread Ben Forta
CF5 has no built in support for Web Services. Best you'll be able to do is use to make a request and you'll get XML data back. Then you'll need to use a third party XML parser (sorry, tag is CFMX only) to manipulate the data. Bottom line, use CFMX. --- Ben -Original Message- From: Ji

RE: Flash Components for Communication Server?

2002-07-10 Thread Mike Chambers
the Flash Communication Server components have not been released yet (soon). for other components check out: http://www.macromedia.com/exchange/flash/ http://www.flashcomponents.net mike chambers [EMAIL PROTECTED] > -Original Message- > From: Jason Miller [mailto:[EMAIL PROTECTED]]

Web Services and CF5

2002-07-10 Thread Jim Vosika
I have never used Web Services before and I thought I should figure them out during my free time before I actually need to. I tried searching on google for topics about web services and cold fusion and could not find anything related to CF5 which is all I get to deal with. I am trying to integrate

RE: SQL question...

2002-07-10 Thread Joe Bastian
Brian, You can get this to work with left joins and using sum() "Data format you want would appear like Options 1 Prt_typePrt Stock Total planeparts wingZ 9 14 planeparts rudderQ 3 14 planeparts engineRR 2 14 Y

OT but I need some genuine help and advice

2002-07-10 Thread Parker, Kevin
My apologies for the OT post but I am hoping to draw on your collective experience with this desperate problem. I have been helping my local Salvation Army Corps (freebie job) redevelop their web site (and they're a CF shop too but don't know how to use it) and we all know what a great job the Sa

Re: Component Calls: What would you do?

2002-07-10 Thread James Sleeman
- Original Message - From: "Matt Liotta" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, July 11, 2002 1:59 PM Subject: RE: Component Calls: What would you do? You said it yourself... > If the language supports > overloading than the constructors can be overloaded,

RE: Flash Components for Communication Server?

2002-07-10 Thread Tilbrook, Peter
Stacy, it looks like MM are yet to fully integrate this new product into their web site. You'll notice at www.macromedia.com it is not yet listed on their home page under "products". The "devcenter" as at: http://www.macromedia.com/desdev/mx/flashcom/ -Original Message- From: Stacy You

RE: Flash Components for Communication Server?

2002-07-10 Thread Stacy Young
Hi Jay, Was looking for specific components for the new communication server...but I believe they're yet to be released...(to make chats, whiteboards, video etc) Cheers! Stace -Original Message- From: Jason Miller [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 1:39 AM To: CF

RE: CFMX caching...

2002-07-10 Thread mark brinkworth
You can see the headers by getting CF to display them after doing a CFHTTP. Try this Put the following code in a file in the web root: http://#cgi.server_name#:#cgi.server_port#/x.cfm"; method="post"> Then place a file called x.cfm in the web root, that just does something simple li

Re: SQL question...

2002-07-10 Thread Nelson Winters
Oops I forgot the "/" on the : - Original Message - From: "Nelson Winters" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 10:56 PM Subject: Re: SQL question... > Here's one way to do it using the group parameter of cfoutput. > > >

Re: SQL question...

2002-07-10 Thread Nelson Winters
Here's one way to do it using the group parameter of cfoutput. #PartType# #PartName# #InStock# SubTotal: #Total# - Original Message -

Re: Flash Components for Communication Server?

2002-07-10 Thread Jason Miller
I have not seen many "component" related or specialty sites about some of the flash stuff - I did come across - flashcomponent.com - i am pretty sure it is fairly new and it MAY have something on there. I have seen some pretty well known names on the site if I remember correctly. jay Stacy Yo

SQL question...

2002-07-10 Thread Brian Scandale
I now this is quite simple... however I need clues to get me started... How does one go about breaking out the various subtotals from a dataset? Example: In this example table there are multiples of the same parttype. parttype partnameinstock --- carparts muffler

Re: onTap chat room...FLASH and Moz

2002-07-10 Thread Jason Miller
You know I have been trying to force Flash and NS to communicate together through JS & coldfusion for 3 years. Always searching for a work around - never thinking a solution would come. Believe it or not - on a flash site -someone named - Colin moock - I believe moock.org - actually did have a wo

RE: onTap Flash MX chat room and Mozilla

2002-07-10 Thread Stacy Young
I don't know if this applies but are you using any remoting? Cause that doesn't work on mozilla 6.x (will be fixed in 6.3) -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 9:40 PM To: CF-Talk Subject: onTap Flash MX chat room and Mozilla

RE: Component Calls: What would you do?

2002-07-10 Thread Matt Liotta
Again, it is expected that different languages will do different things. However, when a language implements functionality that is well understood in the programming community it must implement that functionality in an expected way. Every language that supports constructors does it in a expected w

RE: Component Calls: What would you do?

2002-07-10 Thread Timothy Heald
OK, That makes sense. In Java if I hand it an int and a string it uses one constructor, if I hand it just a float it uses another. So I see the passing in of attributes and overloading argument. I guess for me it just close enough. Is it exact? No but how many languages, even ones ba

onTap Flash MX chat room and Mozilla

2002-07-10 Thread S . Isaac Dealey
Okay ... so ... the latest news is this: I've redesigned the chat room to take advantage of the new flashVars parameter in Flash MX which allows up to 64kb of data to be transferred to the movie on load without any javascript ( yea! ). I had hoped that this would circumvent whatever problem we'd

RE: Component Calls: What would you do?

2002-07-10 Thread Matt Liotta
In this case, the main difference is the ability to pass parameters to the constructor. This of course requires the constructor to be a method. Additionally, in languages that support static properties and methods, the constructor allows you to separate code executing in non-static contexts. Final

RE: Component Calls: What would you do?

2002-07-10 Thread Timothy Heald
What can a constructor do that the "component body" cannot? What is the FUNCTIONAL difference? Tim -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 9:24 PM To: CF-Talk Subject: RE: Component Calls: What would you do? > The "component

RE: Component Calls: What would you do?

2002-07-10 Thread Matt Liotta
> The "component body" can be used for the same thing. Why get stuck > on the > semantics. I think if you were to take a Java developer who had never > seen > CF before and explain it in these terms that are easy to translate, he is > going to appreciate it. > While a component body can f

RE: Component Calls: What would you do?

2002-07-10 Thread Timothy Heald
Man, Remove stick pls? A constructor is used to set the initial values of your properties, and to execute any functions you need to when you create your object. The "component body" can be used for the same thing. Why get stuck on the semantics. I think if you were to t

RE: Component Calls: What would you do?

2002-07-10 Thread Matt Liotta
> Could you not make the same point about Arrays? Should we not call them > Arrays just because they don't start with zero? Anyone coming from C++ > or Java will already get the idea that not everything is portable. Heck, > anyone who uses more than one language is used to this. > Not true. An ar

RE: cflocation problem. Anyone seen this?

2002-07-10 Thread Tilbrook, Peter
Are you using cookies? This was a well documented problem. Eg: Also CF 4.5 has an additional service pack (2) available. -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Thursday, 11 July 2002 10:32 AM To: CF-Talk Subject: cflocation problem. Anyone seen this? Not sure i

RE: Component Calls: What would you do?

2002-07-10 Thread Raymond Camden
[deletia] > term constructor is a well understood term in software development > circles and it means the same thing in every language that supports > constructors. Thus it is incorrect to use the term with CF > since CF does > not have constructors. Could you not make the same point about Array

RE: Component Calls: What would you do?

2002-07-10 Thread Matt Liotta
Its not that you are misusing the term as Java developers understand it. If CF had constructors and Java had constructors, but they were different that would be ok as the languages are different. However, the term constructor is a well understood term in software development circles and it means t

cflocation problem. Anyone seen this?

2002-07-10 Thread Bud
Not sure id this is a problem with CF or IIS or IE. Post a form and write some client and session variables to a cart, then do an immediate cflocation. I get HTTP header info showing up in IE 5.5 on PC. It doesn't show up on NN 4.7 on Mac or PC, IE 5.1 on Mac or NN 6.2 on PC. If I refresh the

RE: Component Calls: What would you do?

2002-07-10 Thread Raymond Camden
Just an FYI, unlike the "real" Variables scope in a page which you can inspect in CFMX (ie, treat it like a struct), the local scope in a CFC, or private scope, or whatever term you want to use (I better watch my terms), is NOT something you can examine. If you need to create dynamic variables in

RE: Component Calls: What would you do?

2002-07-10 Thread Raymond Camden
No, he just likes being anal about terms. I like being anal about evaluate. Whatever. The point is this - I refuse to say "CFCs have this feature where it will run code every time you create an instance of it and it's kind of like Java constructors but not really." I will simply say CFCs have con

RE: using cf_stockdata, is this legal?

2002-07-10 Thread Lee Fuller
Yes.. Of course. | -Original Message- | From: Ken Wilson [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, July 10, 2002 5:18 PM | To: CF-Talk | Subject: RE: using cf_stockdata, is this legal? | | | And most importantly...if you are properly | licensed/authorized to re-publish the stock d

RE: Component Calls: What would you do?

2002-07-10 Thread Matt Liotta
Constructor: A function provided by a class in C++ and some other object-oriented languages to instantiate an object, i.e. to name it and initialize it. The constructor function has the same name as the class. A class may also have a destructor function to destroy objects of that class. CFCs don'

RE: using cf_stockdata, is this legal?

2002-07-10 Thread Ken Wilson
And most importantly...if you are properly licensed/authorized to re-publish the stock data from whatever source you are getting it. Simply scraping it off a site because you can doesn't qualify unless the source in question says so in it's terms of service. -Original Message- From: Le

RE: Component Calls: What would you do?

2002-07-10 Thread Todd
I see... ! At 07:09 PM 7/10/2002 -0400, you wrote: > > At 05:23 PM 7/10/2002 -0400, you wrote: > > >You should look into CFC properties some - they are an interesting > > >concept and add an extra layer of functionality to your CFCs. What's > > >interesting is that you can have both 'private' and

RE: Component Calls: What would you do?

2002-07-10 Thread Jeffry Houser
When you first invoke a CFC any code that does not reside within a method (I.E. the cffunction tag) is executed immediately. This code acts as constructor code. Although, if my understanding (and memory) is correct, when programming in Java, there are specific methods for constructors. D

RE: using cf_stockdata, is this legal?

2002-07-10 Thread Lee Fuller
Using stock reports is legal if: - They are delayed by at least 15-20 minutes, per SEC regulations for non-registered outlets - They are not used for commercial profit purposes - i.e., you are not selling the information or profiting directly from it's use. If it is for informational purposes on

copy problem

2002-07-10 Thread Shawn McKee
I am trying to copy a file on a Linux system that has read permissions at the group level (644 specifically). I can log into the box and su to cfadm and make the copy just fine. If I try and do it with the tag I get a permission denied. If I change the file permissions to read, write at the gr

using cf_stockdata, is this legal?

2002-07-10 Thread Thanh Nguyen
I've been using stockdata custom tag on our website for a long time. Yesterday, my colleague just told me that it's illegal to use it. Is this true? if yes, Is there another way of getting stock info check out this page http://help.yahoo.com/help/us/fin/fin-03.html

RE: Loading CFM page into new browser window

2002-07-10 Thread Joe Bastian
Put a function like in the head function New_window(freshurl) { SmallNewWin = window.open(freshurl, 'NewWindow','scrollbars=yes,resizable=no,toolbar=no,height=450,width=400'); if (window.focus) { SmallNewWin.focus();} } and you can pass call the function with a LINK This is my new Win

Re: Regular Expressions/Speed

2002-07-10 Thread S . Isaac Dealey
>> > I'm not sure what you mean by your question. Rewrite >> > their >> > existing expressions from what? Perl? Maybe. The new >> > syntax is very Perl-like. >> >> I meant from CF 5 and earlier ... the "greedy" regex ... > > Greedy is the base for all RegEx. Oh okay, thanks for the clarification.

Re: More list spam (REPLY)

2002-07-10 Thread Michael Dinowitz
Yep. Luckily I was on and caught it. I've blocked the email address at the root of the lists and unsubscribed the user. > This is bad > > > > - Original Message - > From: "Jonathan Ensmenger" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Wednesday, July 10, 200

Re: More list spam (REPLY)

2002-07-10 Thread Jonathan Ensmenger
Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call Software Support for OpenSeries Problems or Questions. Thank You. >>> cf-talk 07/10/02 19:24 >>> Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call S

Re: More list spam (REPLY)

2002-07-10 Thread Yves Arsenault
This is bad - Original Message - From: "Jonathan Ensmenger" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 8:18 PM Subject: Re: More list spam (REPLY) > Notice: This email account <[EMAIL PROTECTED]> is to be used for > website issues only. P

Re: More list spam (REPLY)

2002-07-10 Thread Jonathan Ensmenger
Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call Software Support for OpenSeries Problems or Questions. Thank You. >>> cf-talk 07/10/02 19:22 >>> Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call S

RE: Component Calls: What would you do?

2002-07-10 Thread Matt Liotta
CFCs don't have contructors. I know it is convientant to use the term constructor, but it is an improper use and can lead to improper understanding by the readers of this list. Matt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ V: 415-577-8070 F: 415-341-8906 P: [E

Re: More list spam (REPLY)

2002-07-10 Thread Jonathan Ensmenger
Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call Software Support for OpenSeries Problems or Questions. Thank You. >>> cf-talk 07/10/02 19:20 >>> Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call S

Re: More list spam (REPLY)

2002-07-10 Thread Jonathan Ensmenger
Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call Software Support for OpenSeries Problems or Questions. Thank You. >>> cf-talk 07/10/02 19:18 >>> Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call S

Re: More list spam (REPLY)

2002-07-10 Thread Jonathan Ensmenger
Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call Software Support for OpenSeries Problems or Questions. Thank You. >>> cf-talk 07/10/02 19:16 >>> Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call S

Re: More list spam (REPLY)

2002-07-10 Thread Jonathan Ensmenger
Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call Software Support for OpenSeries Problems or Questions. Thank You. >>> cf-talk 07/10/02 19:21 >>> This is really stupid. We've got an infinite mail loop waiting to happen. Wait, it's already happeni

Re: Regular Expressions/Speed

2002-07-10 Thread Michael Dinowitz
> > I'm not sure what you mean by your question. Rewrite their > > existing expressions from what? Perl? Maybe. The new > > syntax is very Perl-like. > > I meant from CF 5 and earlier ... the "greedy" regex ... Greedy is the base for all RegEx. > > -- > > The ? is a new 'command' in MX Reg

Re: More list spam (REPLY)

2002-07-10 Thread Jonathan Ensmenger
Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call Software Support for OpenSeries Problems or Questions. Thank You. >>> cf-talk 07/10/02 19:12 >>> Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call S

Re: More list spam (REPLY)

2002-07-10 Thread Michael Dinowitz
This is really stupid. We've got an infinite mail loop waiting to happen. Wait, it's already happening. Luckily, I've just removed him. Oy. > Notice: This email account <[EMAIL PROTECTED]> is to be used for > website issues only. Please call Software Support for OpenSeries > Problems or Questi

Re: Regular Expressions/Speed

2002-07-10 Thread S . Isaac Dealey
> I'm not sure what you mean by your question. Rewrite their > existing expressions from what? Perl? Maybe. The new > syntax is very Perl-like. I meant from CF 5 and earlier ... the "greedy" regex ... > -- > The ? is a new 'command' in MX RegEx that tells the > previous special character to

Re: More list spam (REPLY)

2002-07-10 Thread Jonathan Ensmenger
Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call Software Support for OpenSeries Problems or Questions. Thank You. >>> cf-talk 07/10/02 19:08 >>> Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call S

RE: Component Calls: What would you do?

2002-07-10 Thread Raymond Camden
> > The more I think about this, the more that I think my second > suggestion (I.E. an auditTrail property of the department) > may be the best > solution. Unfortunately, the documentation is scarce when it > comes to > properties and I have not done testing with component > properties

Re: More list spam (REPLY)

2002-07-10 Thread Jonathan Ensmenger
Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call Software Support for OpenSeries Problems or Questions. Thank You. >>> cf-talk 07/10/02 19:05 >>> Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call S

Re: dynamic valuelist

2002-07-10 Thread Michael Dinowitz
This code snippet fails in 5. function test(Query, ItemID) { return Evaluate('ValueList(Query.#ItemID#)'); } #test(qQuery, 'counter')# > What doesn't it like? If you pass a query to a udf, you pass it by ref. > If you are just getting the valuelist, this is harmless. If you are > actually m

RE: Component Calls: What would you do?

2002-07-10 Thread Raymond Camden
> At 05:23 PM 7/10/2002 -0400, you wrote: > >You should look into CFC properties some - they are an interesting > >concept and add an extra layer of functionality to your CFCs. What's > >interesting is that you can have both 'private' and public > (This) data > >in your CFCs. > > via CFProperty?

RE: Important for MM Folks concerning SSL Ceritificates and CFMX

2002-07-10 Thread Stacy Young
NO I believe it's only for specific instances...in my case, whenever I browse an internal site in development or QA using SSL I get prompted to explicitly say whether or not I trust the site (Sorry I don't have the technical explanation as to the differences with a normal certificate, maybe it's e

Re: More list spam (REPLY)

2002-07-10 Thread Jonathan Ensmenger
Notice: This email account <[EMAIL PROTECTED]> is to be used for website issues only. Please call Software Support for OpenSeries Problems or Questions. Thank You. >>> cf-talk 07/10/02 19:08 >>> I'm still looking into this. The only thing I can see is that if a person goes to an archive and sca

OT: Gnutella pioneer dies

2002-07-10 Thread Tilbrook, Peter
http://australianit.news.com.au/articles/0,7204,4679022%5E15317%5E%5Enbv%5E1 5306,00.html __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenet

Re: More list spam

2002-07-10 Thread Michael Dinowitz
I'm still looking into this. The only thing I can see is that if a person goes to an archive and scans the posts, they can see email addresses that have been replied to. This is true in all archives from the 2 official ones to the 1 unofficial (and soon to be dead one). Someone with an agent ca

Re: Important for MM Folks concerning SSL Ceritificates and CFMX

2002-07-10 Thread Adam Churvis
Thanks, Kevin! This is exactly what I needed. Respectfully, Adam Phillip Churvis Advanced Intensive ColdFusion MX Training http://www.ColdFusionTraining.com E-mail: [EMAIL PROTECTED] Phone: 770-446-8866 - Original Message - From: "Kevin Miller" <[EMAIL PROTECTED]> To: "CF-Talk" <[EM

passing date values thru URL to crystal reports

2002-07-10 Thread Tim Do
Hello all, Does anybody know how I would pass date value thru url parameters to a crystal report? This what I'm trying to do: this is what my formula in crystal reports looks like: {Cases.CaseStatus} = {?caseStatus} and {Cases.ReceivedDate} >= {?receiveddate} I'm getting prompted to enter in

Re: Important for MM Folks concerning SSL Ceritificates and CFMX

2002-07-10 Thread Kevin Miller
If this is indeed a requirement, then this seems like a large barrier to use of SSL connections. What that basically means is that you have to know in advance every SSL server with which you want to connect. Does that also mean that you will have to manually re-import the certificates when

RE: CFMX Server

2002-07-10 Thread Shawn Regan
Ok thanks guys! Shawn Regan -Original Message- From: Debbie Dickerson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 2:11 PM To: CF-Talk Subject: RE: CFMX Server Yes, it does. There's an article in the DesDev center on how to get it working: http://www.macromedia.com/support

RE: Loading CFM page into new browser window

2002-07-10 Thread Shawn Grover
Or, feed your data to a CF Page (form submit, or URL Params to pass the required info), then do server side processing on your data, and a CFLocation to the desired page. So, if you open your popup to the first page (with your popup as a target for your form), then do the CFLocation, you'll hav

RE: When Does Purge Take Place?

2002-07-10 Thread Van Vliet, Scott
I am unsure of this myself, however you can setup your own Scheduled Task to do this for you. NOTE that you probablly want to validate the LAST

RE: Loading CFM page into new browser window

2002-07-10 Thread Jim Vosika
Are you saying it wont load anything after the question mark? If so then maybe you could try using Ben Forta's way of changing your url variables from instruction.cfm?fieldName=EMPLOYEE_hire_date to instruction.cfm/fieldname/EMPLOYEE_hire_date maybe that would work...and maybe not. Here is informa

RE: Component Calls: What would you do?

2002-07-10 Thread Jeffry Houser
As near as I can tell there is now ay to specify 'public' or 'private' on properties. ( Ray? ) At 05:44 PM 7/10/2002 -0400, you wrote: >At 05:23 PM 7/10/2002 -0400, you wrote: > >You should look into CFC properties some - they are an interesting > >concept and add an extra layer of functionali

RE: When Does Purge Take Place?

2002-07-10 Thread Van Vliet, Scott
I am unsure of this myself, however you can setup your own Scheduled Task to do this for you. __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionaut

Re: OT: Site monitoring services

2002-07-10 Thread Matt Robertson
I built my own, and run it from my home DSL connection using a spare CF Pro license I'm not using (i'm legal :D). Before that I used a $30/month hosting connection to run it. Either approach saves a *bundle* over a close-interval commercial service. http://tinyclick.com/?0RZ8QG The above ta

RE: Loading CFM page into new browser window

2002-07-10 Thread Svee, Eric
The problem isn't getting CF to grab the correct info. Instead, it occurs when I try to load instruction.cfm?fieldName=EMPLOYEE_hire_date or instruction.cdm?fieldName=BONUS_targetpercent. Javascript only wants to load instruction.cfm and not the variations that Cold Fusion can create. -Origi

RE: Site monitoring services

2002-07-10 Thread Tony Gruen
same here. I will keep checking it cuz I want to research it too. We have been using Webtrends site monitoring tools to date. -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 2:44 PM To: CF-Talk Subject: RE: Site monitoring services Can ping

Important for MM Folks concerning SSL Ceritificates and CFMX

2002-07-10 Thread Stacy Young
This may or may not be in the docs but I haven't seen any references to it yet aside from a technote concerning CFLDAP and SSL communication. I'm finding that for most of our internal SSL sites I need to manually import each web servers SSL certificate into the keystore for the JRE used by CFMX in

Re: Component Calls: What would you do?

2002-07-10 Thread Jeffry Houser
The more I think about this, the more that I think my second suggestion (I.E. an auditTrail property of the department) may be the best solution. Unfortunately, the documentation is scarce when it comes to properties and I have not done testing with component properties and how they relate

RE: Component Calls: What would you do?

2002-07-10 Thread Todd
At 05:23 PM 7/10/2002 -0400, you wrote: >You should look into CFC properties some - they are an interesting >concept and add an extra layer of functionality to your CFCs. What's >interesting is that you can have both 'private' and public (This) data >in your CFCs. via CFProperty? Todd Rafferty

RE: Site monitoring services

2002-07-10 Thread Lee Fuller
Can ping them, but no webpage. | -Original Message- | From: Ryan Pieszak [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, July 10, 2002 2:32 PM | To: CF-Talk | Subject: RE: Site monitoring services | | | http://www.alertsite.com | Offline? I just jumped on their site, they seem online t

RE: Loading CFM page into new browser window

2002-07-10 Thread Jim Vosika
Could you use URL Variables? Jim Vosika http://tinyclick.com Free URL Shortening! -Original Message- From: Svee, Eric [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 4:38 PM To: CF-Talk Subject: Loading CFM page into new browser window I have a button that is intended to laun

Loading CFM page into new browser window

2002-07-10 Thread Svee, Eric
I have a button that is intended to launch a pop-up window (instruction.cfm). This window will display different information, depending on which button is clicked. How can I feed Cold Fusion the correct string(ie. ?fieldName=EMPLOYEE_hire_date) from each specific button while still being able to c

RE: When Does Purge Take Place?

2002-07-10 Thread Stacy Young
Perfect, thanks u two! :) -Original Message- From: Debbie Dickerson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 5:09 PM To: CF-Talk Subject: RE: When Does Purge Take Place? This should hopefully be what you're looking for: After cfexec starts - it waits a fixed 30 seconds

RE: Site monitoring services

2002-07-10 Thread Jim Vosika
The site worked fine for me but yes that is funny!! Jim Vosika http://tinyclick.com Free URL Shortening! -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 4:25 PM To: CF-Talk Subject: RE: Site monitoring services Lol.. They're offline.. |

RE: CFMX Server

2002-07-10 Thread Stacy Young
Yep it's got it...and is much better than previous version thanks to JRun. (simpler, more reliable) -Original Message- From: Debbie Dickerson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 5:11 PM To: CF-Talk Subject: RE: CFMX Server Yes, it does. There's an article in the D

RE: Site monitoring services

2002-07-10 Thread Ryan Pieszak
http://www.alertsite.com Offline? I just jumped on their site, they seem online to me. ~~|-Original Message- ~~|From: Lee Fuller [mailto:[EMAIL PROTECTED]] ~~|Sent: Wednesday, July 10, 2002 5:25 PM ~~|To: CF-Talk ~~|Subject: RE: Site monitoring services ~~| ~~| ~~|Lol.. They're offline..

RE: Site monitoring services

2002-07-10 Thread Lee Fuller
Lol.. They're offline.. | -Original Message- | From: Ryan Pieszak [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, July 10, 2002 2:09 PM | To: CF-Talk | Subject: RE: Site monitoring services | | | We use AlertSite.com for external monitoring. It's never | missed a beat. | | ~~|-Or

RE: Component Calls: What would you do?

2002-07-10 Thread Raymond Camden
> > I saw Ray mentioned the possibility of inheriting the > auditTrail CFC in > > the department CFC. That is probably not an OO solution, since a > > "department" is not an "auditTrail". This would be an is-a > relationship, > > and is usually implemented using inheritance. > > Makes sense.

Re: Component Calls: What would you do?

2002-07-10 Thread Patti G. L. Hall
That sounds somewhat familiar (I've been listening to this kind of talk RE: Flash Actionscript for quite a while). It's one of those concepts where I don't get lost when listening to someone explain it, but when trying to figure out how to implement I get headaches. Luckily you've already said t

Re: Component Calls: What would you do?

2002-07-10 Thread Patti G. L. Hall
> > Either one is functional. It depends on what you are trying to do. Do > you want to "log" every single time you use the edit (Insert / Delete) > functions? If so, then write the code directly into the department > component. Does "AuditTrail" have any function other than logging actions >

Re: Site monitoring services

2002-07-10 Thread Paul Giesenhagen
http://www.tracert.com Paul Giesenhagen QuillDesign - Original Message - From: "Bill Wheatley" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 4:05 PM Subject: OT: Site monitoring services > Hay i had a question there was a website that used to mon

RE: CFMX Server

2002-07-10 Thread Debbie Dickerson
Yes, it does. There's an article in the DesDev center on how to get it working: http://www.macromedia.com/support/coldfusion/administration/cfmx_in_distributed_mode/ Deb -Original Message- From: Shawn Regan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 5:05 PM To: CF-Talk Sub

RE: Site monitoring services

2002-07-10 Thread Ryan Pieszak
We use AlertSite.com for external monitoring. It's never missed a beat. ~~|-Original Message- ~~|From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] ~~|Sent: Wednesday, July 10, 2002 5:06 PM ~~|To: CF-Talk ~~|Subject: OT: Site monitoring services ~~| ~~| ~~|Hay i had a question there was

RE: Site monitoring services

2002-07-10 Thread Chad Gray
http://uptime.netcraft.com/ -Original Message- From: Bill Wheatley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 4:06 PM To: CF-Talk Subject: OT: Site monitoring services Hay i had a question there was a website that used to monitor your site for you and let you know when i

RE: When Does Purge Take Place?

2002-07-10 Thread Debbie Dickerson
This should hopefully be what you're looking for: After cfexec starts - it waits a fixed 30 seconds and then purges expired client variables. It then sleeps for a fixed time (usually 24 hrs) and repeats the process. The cycle time is therefore 24hrs plus the time required to delete the expire

  1   2   3   >