Re: Simple .NET Class

2007-09-14 Thread vishnu prasad
Hi Which method in System.DirectoryServices.DirectoryEntry, you want to access from I tried this I am able to see the list of methods of System.DirectoryServices.DirectoryEntry. Please let me know which method you are try to call , and what is the parameter??? Vishnuprasad wrvishnu(at)gma

Re: charting solution for using with CF

2007-09-14 Thread Saikat Sengupta
> Hi there > > I'm trying to find a good charting tool to use with CF and also with a > MSSQL database to produce graphs and also dashboard style > reports/graphs. > > Wondering what tools software people have used for doing this. > > Look forward to seeing replies. > > Many thanks > > Toby

Re: CF Developers Edition & SMTP Server

2007-09-14 Thread AJ Mercer
I have been using this one http://www.argosoft.com/RootPages/MailServer/Default.aspx I see there is a .net version now http://www.argosoft.com/RootPages/MailServerNET/Default.aspx On 9/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is there a way to have an SMTP server on a Wind

CF Developers Edition & SMTP Server

2007-09-14 Thread coldfusion . developer
Is there a way to have an SMTP server on a Windows XP machine or are there free SMTP servers out there that can be used to test email functionality along side Coldfusion's developer edition? If anyone has any other ideas, I would appreciate it very much. Thanks D

Re: java classloader

2007-09-14 Thread Mark Mandel
Dan - You shouldn't be messing around with the structure of the cfc's and the .jar files for JavaLoader. This is why it isn't working for you. The best option is to put Javaloader in your web root, and invoke it as per normal. Mark On 9/15/07, Daniel Baughman <[EMAIL PROTECTED]> wrote: > Kris,

RE: Cffeed - creating RSS Feeds and guid

2007-09-14 Thread Nathan C. Smith
> I believe href will then be used for the value. If not, try > link perhaps. > If I work backwards and read a feed into cffeed there is a "linkhref" in the guid struct. I'm pretty sure I tried that one going the other direction though. -Nate ~~

RE: Cffeed - creating RSS Feeds and guid

2007-09-14 Thread Nathan C. Smith
> -Original Message- > From: Raymond Camden [mailto:[EMAIL PROTECTED] > Sent: Friday, September 14, 2007 5:13 PM > To: CF-Talk > Subject: Re: Cffeed - creating RSS Feeds and guid > > Don't feel too bad. The docs for CFFEED leave a _lot_ out. This blog > article is a good example: > >

Re: Cffeed - creating RSS Feeds and guid

2007-09-14 Thread Raymond Camden
Don't feel too bad. The docs for CFFEED leave a _lot_ out. This blog article is a good example: http://www.coldfusionjedi.com/index.cfm/2007/8/22/Metadata-properties-for-CFFEED So as to your problem, I looked here: http://feedvalidator.org/docs/rss2.html#ltguidgtSubelementOfLtitemgt and I see

Cffeed - creating RSS Feeds and guid

2007-09-14 Thread Nathan C. Smith
I'm trying to use cffeed in ColdFusion 8 to create an RSS 2.0 feed. I basically lifted the example from the docs.I'm running into problems with the guid field. I used Feed validator to check what I had (http://feedvalidator.org/docs/warning/MissingGuid.html) and it told me I was missing a GUI

cfgrid row highlight color

2007-09-14 Thread Mike Chabot
I want to change the highlight color that you see when you roll your mouse over rows in an HTML cfgrid. The default color is cyan, but I don't see any attribute for modifying this highlight color. Can anyone point me in the right direction? Thanks, Mike ~~~

RE: capturing barcode keystrokes

2007-09-14 Thread Nick Call
Erik, Many scanners out there allow you to set up custom strings that appear at the beginning of the scan or after the scan, or both. It's a firmware think within the scanners. I use Metrologic scanners and they allow me to set all sorts of parameters. Good luck. Sincerely, Nick Call [EMAIL PROTE

Re: Get Next Scheduled Date

2007-09-14 Thread Brian Dumbledore
> Didnt' how else to put in the subject. Here is the scenario.. Given a > date, say you have to calculate the corresponding date in the next > month, 'corresponding' as in, if 'theDate' is say third wednesday, > then 'finalDate' should be third wednesday of next month. I think you > got the ide

Get Next Scheduled Date

2007-09-14 Thread Brian Dumbledore
Didnt' how else to put in the subject. Here is the scenario.. Given a date, say you have to calculate the corresponding date in the next month, 'corresponding' as in, if 'theDate' is say third wednesday, then 'finalDate' should be third wednesday of next month. I think you got the idea. Ofcours

RE: capturing barcode keystrokes

2007-09-14 Thread Billy Cox
Can you configure the scanner software to prepend the barcode input with an ASCII code not corresponding to a key on the keyboard? -Original Message- From: Eric Haskins [mailto:[EMAIL PROTECTED] Sent: Friday, September 14, 2007 12:34 PM To: CF-Talk Subject: Re: capturing barcode keystr

Re: FCKEditor Revisited

2007-09-14 Thread Matt Robertson
Check out CFFM as an alternative file manager. Its easy to integrate into FCKEditor and doesn't suffer from some of the BS that the included system does. I see the FCK author has a Finder that is really slick... but no CF version yet. A couple versions back I helped write a better file manager f

RE: PHP or .Net?

2007-09-14 Thread Brad Wood
My gosh-- that kicks butt. I seriously don't think I would be a programmer if it hadn't been for LogoWriter. But, how do I get to the flip side? I don't have an open-apple key on this PC? :) ~Brad -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Friday, Septemb

Re: PHP or .Net?

2007-09-14 Thread Raymond Camden
Bah. More fun to write it in CF. So I did. ;) http://www.coldfusionjedi.com/index.cfm/2007/9/14/Logo-for-ColdFusion--CFImage-Demo On 9/14/07, John Paul Ashenfelter <[EMAIL PROTECTED]> wrote: > Isn't that pretty much the same as Flash ;) > > On 9/13/07, Raymond Camden <[EMAIL PROTECTED]> wrote: >

Re: cfcontent - excel - numbers beginning with 0

2007-09-14 Thread Terry Schmitt
You state that you are creating an Excel file... Is that an actual Excel binary file or is it a CSV file? As Barney stated, Excel isn't going to allow a number with leading zeros. You can format to display zeros in any app including Excel, but formatting and actual data content are 2 different b

Re: CFXML and reference to entity "..." must end with the ';'

2007-09-14 Thread Shane Trahan
Ahhh Yes, XMLFormat.. Thank you ~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Arc

was(webservice issues) Protocol problems

2007-09-14 Thread Eric Roberts
Ok...got the webservice running. Now we are running into an issue that is butting heads with our security policies. SOAP is still considered html for this, so we cannot use it. What I was thinking was using RMI via java to do essentially what the web service is doing. I was thinking of it calli

Re: CFXML and reference to entity "..." must end with the ';'

2007-09-14 Thread Shane Trahan
I figured it out.. use XMLFormat.. ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Re: CFXML and reference to entity "..." must end with the ';'

2007-09-14 Thread Ian Skinner
I believe the XMLFormat() function is designed for this purpose. ~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/

Re: CFXML and reference to entity "..." must end with the ';'

2007-09-14 Thread Barney Boisvert
Why aren't you using xmlFormat()? cheers, barneyb On 9/14/07, Shane Trahan <[EMAIL PROTECTED]> wrote: > I am trying using cfxml to output the results of a query into valid xml but > keep getting the Reference to entity "" must end with the ';' error. I > know that it is because I have an &

Re: PURE apache configuration question

2007-09-14 Thread Ian Skinner
"The most likely difference is in permissions, particularly groups, depending on how your apache is installed and how you copied things over. There's a good chance that your htaccess file has the wrong permissions/ownership depending on the details of how it was uploaded and tweaked once there." T

CFXML and reference to entity "..." must end with the ';'

2007-09-14 Thread Shane Trahan
I am trying using cfxml to output the results of a query into valid xml but keep getting the Reference to entity "" must end with the ';' error. I know that it is because I have an & or double quotes in there somewhere.Is there a function I can use to replace all these invalid characters wi

Re: PHP or .Net?

2007-09-14 Thread John Paul Ashenfelter
Isn't that pretty much the same as Flash ;) On 9/13/07, Raymond Camden <[EMAIL PROTECTED]> wrote: > Hey - someone should write a cf interperter for logo. Ie > > > commands here > > > > > On 9/13/07, Dinner <[EMAIL PROTECTED]> wrote: > > On 9/6/07, John Paul Ashenfelter <[EMAIL PROTECTED]> wrote

Re: PURE apache configuration question

2007-09-14 Thread John Paul Ashenfelter
The most likely difference is in permissions, particularly groups, depending on how your apache is installed and how you copied things over. There's a good chance that your htaccess file has the wrong permissions/ownership depending on the details of how it was uploaded and tweaked once there. On

RE: Simple .NET Class

2007-09-14 Thread Dawson, Michael
No problem. Your blog is very helpful! Here is one for you... Show us how to call a .NET method that expects an object. Specifically, how to create an Active Directory account using the DirectoryServices assembly. I can get about this far, but I can't call the methods that require object par

Re: capturing barcode keystrokes

2007-09-14 Thread Eric Haskins
I have an app I wrote in PHP that scans pharmaceuticals in and I used the above javascript method to always set focus to the text box I dont know of any other way for the browser to see the keys. I guess you could use a javascript event listener to watch for keystrokes but even then how would you

Re: How to write files to a local hard disk?

2007-09-14 Thread JB Cameron
> We are trying to figure out a way to right text files to a user's > local hard disk via a coldfusion page. Anyone have suggestions? Is > this possible if the user "trusts" our website. Thanks for the input. Thanks for all the responses, I was afraid the answer was going to be no. I understan

Re: How to write files to a local hard disk?

2007-09-14 Thread Ian Skinner
While this is an very bad idea for reasons already clarified. It could be possible if the server and client are on a common network, such as a corporate intranet. If the two computers can be made to share file resources over this network with proper configurations and permissions, then ColdFu

Re: How to write files to a local hard disk?

2007-09-14 Thread Scott Weikert
JB Cameron wrote: > We are trying to figure out a way to right text files to a user's local hard > disk via a coldfusion page. Anyone have suggestions? Is this possible if the > user "trusts" our website. Thanks for the input. > Write vs right? :D Can't be done, as far as I know, like the ot

CFWindow Refresh problem

2007-09-14 Thread Asim Manzur
Having issue with cfwindow. Created the function called function makeWindow(windowname, windowTitle,goWhere,width4window, height4window) { ColdFusion.Window.create(windowname,windowTitle,goWhere, {refreshOnShow:true,center:true,modal:true,width:width4window,height:height4window}); } and maki

Re: Google Maps Tag - CF5

2007-09-14 Thread Jose Diaz
Hi Dennis The Google map API maybe the answer here is a demo script I did a while back as an example of integrating a google map into a page: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";>