Re: Running an exe file without CFEXECUTE

2007-09-27 Thread Maximilian Nyman
Do they have CreateObject-Java also disabled? Otherwise you could execute using Java (java.lang.Runtime.exec). But I don't think I quite understand what you want to do though. You want to run a presentation exe file on the hosted webserver? Who will see that if it's running on the webserver? Don't

Re: Running an exe file without CFEXECUTE

2007-09-27 Thread James Holmes
Is the demo supposed to execute for someone viewing the website, or execute on the server? On 9/28/07, Mike Kear <[EMAIL PROTECTED]> wrote: > A client has asked me to set up their demo file on their web site. > It's a self-running demonstration of the order process with > instructions on what to c

Running an exe file without CFEXECUTE

2007-09-27 Thread Mike Kear
A client has asked me to set up their demo file on their web site. It's a self-running demonstration of the order process with instructions on what to click and what goes in which fields of the forms etc. The trouble is, the file they've given me is as 12MB .exe file. The site is hosted at Hostm

imageGetEXIFMetadata() getting hammered

2007-09-27 Thread Paul Hastings
trying to build a lib of EXIF data produced by various cameras, starting w/images from http://www.drewnoakes.com/code/exif/exifImages/ (thanks to seth duffey for the info) trying to grab the data remotely always produces "Exception occured in JPG processing. segment size would extend beyond fil

Re: Permutation problem

2007-09-27 Thread Ken Fassman
Very cool - I'm going to take a look at this. Thanks! And thanks to all for the feedback. To answer the question as to why this problem came up in the first place - its exactly the reason that Ian mentioned. The challenge I was given was essentially: If you knew that the next lottery ticket wo

cfAnswers.org

2007-09-27 Thread Al Everett
What happened to cfAnswers.org? ~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups

Re: CF 8 Book by Ben Forta, Ray Camden and others - now in stock

2007-09-27 Thread Andrew Grosset
volume 1 is CDN$ 39.69 on amazon.ca """" is US$50.00 on amazon.com and 1 US$ = 1Cdn$ today... yet here in Canada we pay upto 35% more for the equilevent vehicle compared to the US but for how long? http://www.canada.com/nationalpost/financialpost/story.html?id=ed513361-0686-4de6-8

Re: Parsing an XML file and inserting into Oracle SYS.XMLTYPE

2007-09-27 Thread James Holmes
Which driver are you using? The CF Enterprise DataDirect one or the Oracle Thin driver? On 9/27/07, Carlos Paez Jr <[EMAIL PROTECTED]> wrote: > Hi James, > > I did try to use cf_sql_clob but I was getting this error: > Error casting an object of type to an incompatible type. This usually > indicat

Re: galleon forum question

2007-09-27 Thread James Holmes
It think we're going to need to see some code. Something strange is happening. On 9/28/07, Michael Appenzellar <[EMAIL PROTECTED]> wrote: > Technically there is only one application name throughout. In the /forum > folder I am just including the application.cfm on the root which has the > udf, cfc

Re: NOT 0 = "no"?!?! and NOT 1 = "yes"?!?!

2007-09-27 Thread Josh Nathanson
> Thanks Josh! That is awesome - i like clean simple code ( getting spoiled > with javascript as I dive deeper into that language lol ) Yup I love the JS style as well. I even used cfscript recently just so I could use my JS formatting skillz. > It should be noted that CF treats "Yes" and 1 a

Re: NOT 0 = "no"?!?! and NOT 1 = "yes"?!?!

2007-09-27 Thread Judah McAuley
It should be noted that CF treats "Yes" and 1 and True (boolean value, not the string) as logical equivalents. So !0 might return "Yes" when output to the screen but that is the same thing to CF as 1 when it comes to boolean logic. Take the result and format for display as you wish using Int, V

Cfchart box-whisker charts.

2007-09-27 Thread Richard Dillman
Im in need of a Box-Whisker chart and im running into roadblocks with cfchart. Ive got no problem working with the XML output from Webcharts3D but it is telling me that i have an invalid chart type. Anyone successfully gotten one of these puppies to work? -- -- Richard Dillman [EMAIL PROTE

Re: NOT 0 = "no"?!?! and NOT 1 = "yes"?!?!

2007-09-27 Thread John Skrotzki
Thanks Josh! That is awesome - i like clean simple code ( getting spoiled with javascript as I dive deeper into that language lol ) >I just did a test and this works: > >#Int(not 0)# returns 1 >#Int(not 1)# returns 0 > >-- Josh >

Re: Fonts in PDF generated by CFDocument

2007-09-27 Thread Jim Louis
Found this thead from last year. http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:48075 See it might help > Is is possible to see the css file you are using. there might be > something in there that is not css 1 or 2 compatible, a case or syntax > issue. > > > > I have never

RE: CFFILE - alternatives?

2007-09-27 Thread Dennis Powers
>>>- http://www.radinks.com/upload/ >>>- http://swfupload.mammon.se/ >> OK - I like the swfupload best. SWFupload still uses the HTTP method of uploading and if your web server or CF server is limited then you have the same problems. You will still need CFFile to accept the upload. The defaul

Re: NOT 0 = "no"?!?! and NOT 1 = "yes"?!?!

2007-09-27 Thread Josh Nathanson
I just did a test and this works: #Int(not 0)# returns 1 #Int(not 1)# returns 0 -- Josh - Original Message - From: "John Skrotzki" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, September 27, 2007 2:56 PM Subject: NOT 0 = "no"?!?! and NOT 1 = "yes"?!?! >I am trying to flip a bit a

Re: NOT 0 = "no"?!?! and NOT 1 = "yes"?!?!

2007-09-27 Thread Barney Boisvert
There are bitwise functions for doing binary operations. They all start with 'bit'. Note that you actually need a bit, not the integer 1, for it to work. cheers, barneyb On 9/27/07, John Skrotzki <[EMAIL PROTECTED]> wrote: > I am trying to flip a bit and just discovered that the NOT operator do

NOT 0 = "no"?!?! and NOT 1 = "yes"?!?!

2007-09-27 Thread John Skrotzki
I am trying to flip a bit and just discovered that the NOT operator does not flip it bitwise? NOT 0 should return 1 not "yes". Is there a shortcut or do I have to resort to a cfif statement for such a trivial thing CF 7.2 Windows IIS6 ~

Re: CF 8 Book by Ben Forta, Ray Camden and others - now in stock

2007-09-27 Thread C. Hatton Humphrey
> I posted a while back when the release date came and went but Amazon was > still showing a November ship date. I ordered all 3 books from Amazon - free shipping and a slight discount for ordering all three. They're showing a ship date between Nov 9 and Nov 14. (*grumble*)

RE: galleon forum question

2007-09-27 Thread Michael Appenzellar
Technically there is only one application name throughout. In the /forum folder I am just including the application.cfm on the root which has the udf, cfc's and application name. Michael Appenzellar Mirame Interactive http://www.mirameinteractive.c

RE: CF or Javascript Suggestion

2007-09-27 Thread Rick Faircloth
Hi, Mallory... Sounds like a perfect job for jQuery or one of its plug-ins. jQuery is a javascript library that focuses on performance using DOM manipulation. It's quite intuitive. http://www.jquery.com Rick -Original Message- From: Mallory Woods [mailto:[EMAIL PROTECTED] Sent: Thurs

Re: Model-Glue and Database Views

2007-09-27 Thread Brian Kotek
When you say you "get the same result", what does that mean? The named parameters error? Where is this error being thrown? Does VialMappingGateway extend another component? Do you have a setter for VialMappingGateway in your controller that ColdSpring can use to perform the dependency injection? I

Re: Fonts in PDF generated by CFDocument

2007-09-27 Thread Jim Louis
Is is possible to see the css file you are using. there might be something in there that is not css 1 or 2 compatible, a case or syntax issue. > I have never had reason to look at the font management area before, > but I checked it and all of the fonts are listed there. I tried the > differe

Re: minus 30

2007-09-27 Thread Ben Doom
I'm not entirely sure why (perhaps CF is counting 20 million seconds) but if you punctuate the date, eg 2007/09/27, it works. --Ben Doom Orlini, Robert wrote: > I tried: #dateformat(DATEADD("m",-1,enddate),"MMDD")# > > If enddate is 20070927: I get: 5685

RE: HELP! CF8 webservices issue - required a re-install last time ...

2007-09-27 Thread Dave Watts
> Consuming Web services in CF 8 works just fine until one day, > I see this error: > > java.lang.NoClassDefFoundError: org/apache/log4j/Layout The jar file in question, log4j-1.2.12.jar, is in \jrun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib. If you open it up with a zip utili

RE: Is there a CF server setting that can override the timeout va lue in a cfhttp tag?

2007-09-27 Thread Che Vilnonis
Ahhh. Should have thought of that. I hope that works. Will give it a try. -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 12:54 PM To: CF-Talk Subject: Re: Is there a CF server setting that can override the timeout va lue in a cfhttp tag?

Re: minus 30

2007-09-27 Thread Jerry Johnson
> Hi, > > > > How can I subtract one month (30 days) from a value? > > > > The coding I have is: > > > > > > Yes > > > > NO > > > > > > and they equal Yes all the time. > > > > Both these values check out

RE: minus 30

2007-09-27 Thread Orlini, Robert
I tried: #dateformat(DATEADD("m",-1,enddate),"MMDD")# If enddate is 20070927: I get: 568511220 as the output How can I get 20070827. I don't weant to use the now()) function because the enddate can be any day not just today. Thx. -Original Message- Fr

RE: CF 8 Book by Ben Forta, Ray Camden and others - now in stock

2007-09-27 Thread DataPacks.com
Chapters in Canada now has it showing as "In Stock" too. http://www.chapters.indigo.ca/books/Coldfusion-Web-Application-Construction- Kit-Forta-Camden-Arehart/9780321515483-item.html?ref=Search+Books%3a+%2527be n+forta%2527 Bill -Original Message- From: David Morgan [mailto:[EMAIL PROTE

Re: CFFILE vs FTP

2007-09-27 Thread Ian Skinner
There can also be maximum HTTP file upload size settings in ColdFusion, the webserver, firewall and|or proxy servers. ~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find

RE: Is there a CF server setting that can override the timeout va lue in a cfhttp tag?

2007-09-27 Thread Dave Watts
> And if so, how can I override the server setting with an > cfhttp tag? Can I add a request timeout to the URL? The tag > reads like this. You can't use URL parameters for this, or override the server setting directly within the CFHTTP tag, but you can use the CFSETTING tag as Brian noted. Dav

RE: minus 30

2007-09-27 Thread Orlini, Robert
w can I subtract one month (30 days) from a value? > > The coding I have is: > > > Yes > > NO > > > and they equal Yes all the time. > > Both these values check out OK and appear as: 20070927 > But I need the #dateformat(now(),"MMDD")#> to go

Re: CF equivalent to PHP pack() function

2007-09-27 Thread Daniel Smith
Thank you for your responses, I'll give Corfield's tag a shot. If that doesn't work, I'll post my attempt at re-writing the Perl example. Thanks again guys. ~| ColdFusion 8 - Build next generation apps today, with easy PDF and A

HELP! CF8 webservices issue - required a re-install last time...

2007-09-27 Thread Paul Vernon
Ok, this is the second time this has happened on my CF8 dev machine now and last time, I fixed the problem with a full re-install. This time, I'm throwing it out to the universe (CF-Talk) for some help... Google et al are not helping me at all! Consuming Web services in CF 8 works just fine until

RE: Is there a CF server setting that can override the timeout va lue in a cfhttp tag?

2007-09-27 Thread Dave Watts
> Is there a CF server setting that can override the timeout > value of say "60" in a cfhttp tag? I just want to make sure > that something else is not cutting short that value I specified > in the tag and I'm not sure where to look. I'm pretty sure that the global setting for script timeouts s

RE: minus 30

2007-09-27 Thread Orlini, Robert
NO > > > and they equal Yes all the time. > > Both these values check out OK and appear as: 20070927 > But I need the #dateformat(now(),"MMDD")#> to go back one month > I tried > and then > #DateAdd("d", -30, expire)#

RE: Another Coldfusion & .Net Sample

2007-09-27 Thread Dave Watts
> If I create a .dll file, do I need to register it with Windows > (using regsvr) or can CF8 call it directly as long as I have > provided the path to the .dll file? Registration is only needed if you want to invoke .NET assemblies from COM, and in that case you'd use regasm.exe instead of regsv

Model-Glue and Database Views

2007-09-27 Thread Steve Brownlee
I've been trying, unsuccessfully, to integrate calls to stored procedures and views into my Model-Glue components. One of the things that I think I'm falling short on is the Coldspring integration. I added a method to the component VialMappingGateway named getFromView(). Now, of course, the comp

CFTEXTAREA RICHTEXT=YES - Hopefully the subject line will be fixed.

2007-09-27 Thread Andy Chen
Ah... thanks for point that out. I thought it was something for FCKEditor customization that I missed. Basically ScriptSrc tag would be used if I want to map the form to look at another locations for scripts (e.g. FCKEditor). So basically I would copy the scripts I want and use the ScriptSrc par

Re: Is there a CF server setting that can override the timeout va lue in a cfhttp tag?

2007-09-27 Thread Brian Kotek
Use cfsetting to specify a longer timeout on the page that does the cfhttp call. On 9/27/07, Che Vilnonis <[EMAIL PROTECTED]> wrote: > > Dave, I think you are right. I have a timout set for 30 secs there. Any > way > to override this value just for the cfhttp tag to say 60 secs? > > -Original

RE: Is there a CF server setting that can override the timeout value in a cfhttp tag?

2007-09-27 Thread Che Vilnonis
And if so, how can I override the server setting with an cfhttp tag? Can I add a request timeout to the URL? The tag reads like this. https://123.123.123.1/abc.php"; method="POST" timeout="60" throwonerror="yes"> -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Thur

RE: Is there a CF server setting that can override the timeout va lue in a cfhttp tag?

2007-09-27 Thread Che Vilnonis
Dave, I think you are right. I have a timout set for 30 secs there. Any way to override this value just for the cfhttp tag to say 60 secs? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 12:48 PM To: CF-Talk Subject: RE: Is there a CF serve

Re: ColdFusion 8 Issue with CFFTP

2007-09-27 Thread James Blaha
All, Does anyone know how/if you can report a CF bug to Adobe when you dont want to pay 400.00 to open a support ticket? I think I found a bug in CF when you mix and match FTP and SFTP in the same execution thread. -Jim ~| Co

RE: cf webservice not working for .net?

2007-09-27 Thread Tim Do
Yes, it was returnType="xml" -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 7:42 PM To: CF-Talk Subject: Re: cf webservice not working for .net? What was the previous value of the returntype? On 9/27/07, Tim Do <[EMAIL PROTECTED]> wro

Is there a CF server setting that can override the timeout value in a cfhttp tag?

2007-09-27 Thread Che Vilnonis
Is there a CF server setting that can override the timeout value of say "60" in a cfhttp tag? I just want to make sure that something else is not cutting short that value I specified in the tag and I'm not sure where to look. I'm on a CFMX 6.1 server. Thanks, Che ~~

RE: &lt;cftextarea richtext=&quot;true&quot;&gt; question

2007-09-27 Thread Dave Watts
> Where is this ScriptSrc doc? Right within the documentation for the CFFORM tag: http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_f_13.html#2433198 Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our

RE: minus 30

2007-09-27 Thread Bobby Hartsfield
Yeah, I just assumed he wanted a month and didn't think that he might always just want 30 days. Also, when you compare the dates, try to dateformat() into the same format or use createODBCDate(date1) neq createODBCDate(date2) ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslif

Re: galleon forum question

2007-09-27 Thread Raymond Camden
In order for getAuthUser to work correctly 1) THere must be a tag in the request, before you run the func. 2) You must be using the same Applicaiton name throughout. So if you have folders /a and /b each with their own Application.cfm file, if their names are different, then getAuthUser will

RE: minus 30

2007-09-27 Thread Bobby Hartsfield
, How can I subtract one month (30 days) from a value? The coding I have is: Yes NO and they equal Yes all the time. Both these values check out OK and appear as: 20070927 But I need the #dateformat(now(),"MMDD")#> to go back one month I tried and then #DateAdd("d"

RE: minus 30

2007-09-27 Thread Andrew Clark
> I'm not sure what it does if you try and subtract one month from March 30th though. In CF 7 is gives Feb 28 Andrew -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 11:48 AM To: CF-Talk Subject: Re: minus 30 On Thursday 27 Sep 2007

Re: &lt;cftextarea richtext=&quot;true&quot;&gt; question

2007-09-27 Thread Andy Chen
Where is this ScriptSrc doc? I think Adobe did a POOR job integrating FCKEditor. Besides basic mapping of the CFINPUT tag, all they did is "hide" (and poorly) features which they didn't want to support for it (specifically file and image management). Yes, the default connector is currently set

RE: CF 7 and postgresql odbc/jdbc issue

2007-09-27 Thread Andrew Clark
Hi Jochem, > Which ODBC and JDBC driver are you using? I'm using the PostgreSQL Unicode driver that comes with the 8.2.5 install. I'm using postgresql-8.2-506.jdbc3.jar that comes with 8.2.5 as well. > Have you changed the prepare threshold for the JDBC driver? No. I know little about JDBC, so I

RE: Parsing an XML file and inserting into Oracle SYS.XMLTYPE

2007-09-27 Thread Andrew Clark
This should also work if you want to keep the xmltype in your table: INSERT INTO xmlorders VALUES('69', XMLType()) Also, don't forget to use getClobVal() when selecting the xmltype data. EDIT: cf_sql_longvarchar or cf_sql_clob... Whichever works... -- Andrew -Original Message- Fro

Re: CFFILE vs FTP

2007-09-27 Thread gary gilbert
Its probably the timeout settings on the server. if it takes longer than the default timeout ( 30 seconds ) to upload it will fail. You may want to use which is ten minutes Regards -- Gary Gilbert http://www.garyrgilbert.com/blog

Re: Another Coldfusion & .Net Sample

2007-09-27 Thread vishnu prasad
Hi No Need to register , u can directly call the DLL by providing the path. >Vishnu, this is great! Thanks again. > >I do have one question regarding the CF8's use of .NET assemblies. > >If I create a .dll file, do I need to register it with Windows (using >regsvr) or can CF8 call it directly

Re: cfgrid border in CF8

2007-09-27 Thread gary gilbert
You should be able to do it the same way, just add the correct style to your page to override the included stylesheet -- Gary Gilbert http://www.garyrgilbert.com/blog ~| Get the answers you are looking for on the ColdFusion La

Re: minus 30

2007-09-27 Thread Tom Chiverton
On Thursday 27 Sep 2007, [EMAIL PROTECTED] wrote: > Note this subtracts a month (so March 28 becomes Feb 28), which is not the same thing as subtracting 30 days. I'm not sure what it does if you try and subtract one month from March 30th though. -- Tom Chiverton Helping to dynamically orchest

RE: galleon forum question

2007-09-27 Thread Michael Appenzellar
Afterstrange thing is...the getAuthUser() still works in the /forum directory just no where other than the /forum directory. Michael Appenzellar Mirame Interactive http://www.mirameinteractive.com 301-663-5672 x6413 -Original Message-

Re: Parsing an XML file and inserting into Oracle SYS.XMLTYPE

2007-09-27 Thread Carlos Paez Jr
Hi James, I did try to use cf_sql_clob but I was getting this error: Error casting an object of type to an incompatible type. This usually indicates a programming error in Java, although it could also mean you have tried to use a foreign object in a different way than it was designed. so I was fo

Re: minus 30

2007-09-27 Thread Jerry Johnson
The coding I have is: > > > Yes > > NO > > > and they equal Yes all the time. > > Both these values check out OK and appear as: 20070927 > But I need the #dateformat(now(),"MMDD")#> to go back one month > I tried > and then > #DateAdd(&

RE: Another Coldfusion & .Net Sample

2007-09-27 Thread Dawson, Michael
Vishnu, this is great! Thanks again. I do have one question regarding the CF8's use of .NET assemblies. If I create a .dll file, do I need to register it with Windows (using regsvr) or can CF8 call it directly as long as I have provided the path to the .dll file? Thanks -Original Message-

cfgrid border in CF8

2007-09-27 Thread Jim Rising
anyone know how to remove the border of cfgrid? i know you can do that in the straight up extjs. -jim ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//w

Re: Parsing an XML file and inserting into Oracle SYS.XMLTYPE

2007-09-27 Thread James Holmes
If your column is CLOB, use cf_sql_clob as your type (that's what it's for). On 9/27/07, Carlos Paez Jr <[EMAIL PROTECTED]> wrote: > All, problem fixed! Thanks for the help! > > I changed my Oracle column to type CLOB instead of SYS.XMLTYPE > and changed my insert query to explicitly cast with cf

minus 30

2007-09-27 Thread Orlini, Robert
Hi, How can I subtract one month (30 days) from a value? The coding I have is: Yes NO and they equal Yes all the time. Both these values check out OK and appear as: 20070927 But I need the #dateformat(now(),"MMDD")#> to go back one month I tried and then #DateAdd(&qu

Re: CFGRID and javscript validation

2007-09-27 Thread Rusty Owens
This is CF 7. Can you provide me an example of how to do this? I just don't know how to reference the fields. =>HI, > >We have done this. Are you facing any problems doing this. > >Thanks, >Bhakti >Adobe ColdFusion team > >I have an application where I need to add child records on the fly. I >ha

Re: galleon forum question

2007-09-27 Thread James Holmes
OK, so on the pages where getAuthUser() fails, are you doing the getAuthUser() test before or after the tag? On 9/27/07, Michael Appenzellar <[EMAIL PROTECTED]> wrote: > Well I have an application.cfm in the /forum folder that basically is > just an include of application.cfm which I put on the r

Re: CFGRID and javscript validation

2007-09-27 Thread Rusty Owens
This is CF 7. I just need an example of how to reference the fields in the grid if youy have done it. >HI, > >We have done this. Are you facing any problems doing this. > >Thanks, >Bhakti >Adobe ColdFusion team > >I have an application where I need to add child records on the fly. I >have decide

Re: Horrible condition join

2007-09-27 Thread Ian Skinner
Or is that not supported? Sorry, not a SQL expert and never used Oracle. --Ben Doom Unfortunately the entire FROM aTable JOIN bTable ON this = that was not supported by Oracle until version 9 and I am working with 8 and older versions at this time. ~

Re: Horrible condition join

2007-09-27 Thread Ben Doom
So can you not do something like: select whatever from pur right join pro on pur.reg_firmno = pro.reg_firmno (might be left -- I sometimes mix them up) Or is that not supported? Sorry, not a SQL expert and never used Oracle. --Ben Doom Ian Skinner wrote: > "Are there instances where pur.reg_f

Re: CF 8 Book by Ben Forta, Ray Camden and others - now in stock

2007-09-27 Thread Howard Fore
But keep in mind that the CF8 CFWACK is split into three pieces, this is just the first. Volume 3, the advanced section, has a December publication date, and I don't even see vol 2 on the Peachpit site at all. /hofo On 9/27/07, David Morgan <[EMAIL PROTECTED]> wrote: > > > I posted a while back

Re: Parsing an XML file and inserting into Oracle SYS.XMLTYPE

2007-09-27 Thread Carlos Paez Jr
All, problem fixed! Thanks for the help! I changed my Oracle column to type CLOB instead of SYS.XMLTYPE and changed my insert query to explicitly cast with cfqueryparam: INSERT INTO xmlorders VALUES('69', ) -Carlos On 9/26/07, James Holmes <[EMAIL PROTECTED]> wrote: >

CF 8 Book by Ben Forta, Ray Camden and others - now in stock

2007-09-27 Thread David Morgan
I posted a while back when the release date came and went but Amazon was still showing a November ship date. Today I ran across a site that showed it in stock. I placed and order and then followed up with a call to them to ensure that yes it was in stock and would ship today. They said all we

Re: Why wouldn't the first cell alternate colors with this code?

2007-09-27 Thread Scott Weikert
> I think you meant to use get_events.currentrow. > And, all other things being equal, you might try: #dateformat(get_events.event_date, "ddd")# That way, if you want to change something else in that cell, you don't have to do it twice. ~

Re: Horrible condition join

2007-09-27 Thread Ian Skinner
"Are there instances where pur.reg_firmno is not null but that there is no matching pro.reg_firmno? If so, do you *not* want to pull these records?" There maybe and if so I would still want the available pur data. ~| Get invol

Re: Horrible condition join

2007-09-27 Thread Ian Skinner
Could you verify the exact version you have to work with? Because elsewhere you are talking about SQL92 join syntax (which is A JOIN B ON .) and that syntax was not introduced in Oracle until version 9. Yes the database is definitely pre-version 9. It maybe a few choices between 4 and 8 un

CF or Javascript Suggestion

2007-09-27 Thread Mallory Woods
Hello all, I have a small project to do and I wanted to bounce an idea off of the community. The idea is this: I'm going to write some code that will allow a user to populate a dynamic menu drop down. Now, the code for the menu is already written. What I am doing is creating the tool for the user

Re: Horrible condition join

2007-09-27 Thread Ian Skinner
My first suggestion would be to switch to ANSI-style joins rather than using clauses in the WHERE section. Unfortunately the pre-version 9 Oracle I am working with does not accept these type of joins. Until the project to migrate all our data to 10G is done next year, I can not switch to this t

Re: Horrible condition join

2007-09-27 Thread Ben Doom
Are there instances where pur.reg_firmno is not null but that there is no matching pro.reg_firmno? If so, do you *not* want to pull these records? --Ben Doom Ian Skinner wrote: > I would guess you could rewrite the last bit as > and (pur.reg_firmno is null OR pur.reg_firmno = pro.reg_firmno) >

Another Coldfusion & .Net Sample

2007-09-27 Thread vishnu prasad
Hi all I have posted another sample on creating a user in Local windows machine using Coldfusion and .Net . link for the post is http://wrvishnu.wordpress.com/ link to files used for this Sample available in the same link Will post the next example on Creating USer in NT Domain using Coldfusion

RE: galleon forum question

2007-09-27 Thread Michael Appenzellar
Well I have an application.cfm in the /forum folder that basically is just an include of application.cfm which I put on the root which was the one originally in the /forum folder. Then I just changed the paths to the cfc's, etc. Michael Appenzellar

Re: Security recommendations for a beginner

2007-09-27 Thread Cutter (CFRelated)
Another great resource came through in a blog posting from TeraTech yesterday: http://www.adobe.com/devnet/coldfusion/articles/dev_security/coldfusion_security.pdf Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http:

RE: Why wouldn't the first cell alternate colors with this code?

2007-09-27 Thread Rick Faircloth
Thanks for the tip, Gary! Rick -Original Message- From: gary gilbert [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 8:18 AM To: CF-Talk Subject: Re: Why wouldn't the first cell alternate colors with this code? Hi Rick, If I may make a suggestion, put your style info int

Re: Fonts in PDF generated by CFDocument

2007-09-27 Thread Jeff Chastain
I have never had reason to look at the font management area before, but I checked it and all of the fonts are listed there. I tried the different font names listed for font face, font family, etc., but no change. >I'm just throwing out a guess, but do you see your desired fonts listed >in CF Ad

RE: Why wouldn't the first cell alternate colors with this code?

2007-09-27 Thread Rick Faircloth
Another good suggestion! Thanks, Chris! Rick -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 8:51 AM To: CF-Talk Subject: RE: Why wouldn't the first cell alternate colors with this code? You could even write a quick udf to do this a

RE: Why wouldn't the first cell alternate colors with this code?

2007-09-27 Thread Rick Faircloth
Thanks, Bobby! Rick -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 8:15 AM To: CF-Talk Subject: RE: Why wouldn't the first cell alternate colors with this code? You have get_events.recordcount that should probably be get_events.cur

RE: Push values into an array -> Search on array

2007-09-27 Thread Andy Matthews
If you're just wanting the results of one column in an array, there's a simpler way of doing that: -Original Message- From: Stivn .. [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 3:39 AM To: CF-Talk Subject: Push values into an array -> Search on array Hi all, i have

RE: CFGRID and javscript validation

2007-09-27 Thread Bhakti Pingale
HI, We have done this. Are you facing any problems doing this. Thanks, Bhakti Adobe ColdFusion team -Original Message- From: Rusty Owens [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 1:19 AM To: CF-Talk Subject: CFGRID and javscript validation I have an application where

RE: Why wouldn't the first cell alternate colors with this code?

2007-09-27 Thread Peterson, Chris
You could even write a quick udf to do this and make it even more readable: Function altRow(row) { if (row mod 2 eq 1) { return '.high'; } else { return '.low'; } } Then just do: #dateformat(get_events.event_date, "ddd")#

RE: Horrible condition join

2007-09-27 Thread Gaulin, Mark
My first suggestion would be to switch to ANSI-style joins rather than using clauses in the WHERE section. ANSI joins look like Select * >From pur JOIN pro ON () Where There are some kinds of joins that can really only be expressed this way, and your may be one of those. Thanks Mark

RE: <cftextarea richtext="true"> question

2007-09-27 Thread Bhakti Pingale
Hi All, ScriptSrc should definitely help. Thanks, Bhakti Adobe ColdFusion team -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 1:48 PM To: CF-Talk Subject: Re: question On Thursday 27 Sep 2007, [EMAIL PROT

RE: Why wouldn't the first cell alternate colors with this code?

2007-09-27 Thread Bobby Hartsfield
You have get_events.recordcount that should probably be get_events.currentrow Try... #dateformat(event_date, "ddd")# ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Se

Re: Why wouldn't the first cell alternate colors with this code?

2007-09-27 Thread gary gilbert
Hi Rick, If I may make a suggestion, put your style info into two classes and then this: #dateformat(get_events.event_date, "ddd")# #dateformat(get_events.event_date, "ddd")# Will become: ..High{ padding-top: 1px; padding-bottom: 2px; width:35px; border-left: 1px solid #aaa

RE: Push values into an array -> Search on array

2007-09-27 Thread Bobby Hartsfield
This should do the trick. function arrayFind(arr,str) { for(i=1; i lte arraylen(arr); i=i+i) { if (not comparenocase(arr[i], str)) { return i; } } return 0; }

Re: ColdFusion 8 Issue with CFFTP

2007-09-27 Thread James Blaha
Hi All, I did find something interesting. 2 Standard FTP's back to back work. 2 Secure SFTP's back to back work. If I do a SFTP first, then do a FTP even if I specify on the standard FTP secure="NO" coldfusion makes like the 2nd connection going to FTP errors out like its trying to connect w

Coldfusion5, cfgrid does not load,a icon in top left corner(Javascript software)

2007-09-27 Thread ismail cassiem
Hi, My cfgrid use to work, onload of grid it installed javascript software once off. Over the last few months I installed new instances of javascript software and now my grid does not load & returns an icon in the top left corner. I uninstalled all java software. How do I fix this, what do

RE: Why wouldn't the first cell alternate colors with this code?

2007-09-27 Thread Rick Faircloth
Thanks, Jim... no coffee yet... Rick -Original Message- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 7:43 AM To: CF-Talk Subject: Re: Why wouldn't the first cell alternate colors with this code? On 9/27/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: > Ass

Re: ColdFusion 8 Issue with CFFTP

2007-09-27 Thread James Blaha
Hi All, Well my issue has NOTHING to do with the cfincludes. If I put 2 sets of open and close FTP sessions it bombs. Any ideas? FTP 1: Open FTP Connection, Did it succeed? #cfftp.succeeded# FTP 2: Close FTP 1 Connection, Did it succeed? #cfftp.succeeded# FTP 3: Open SFTP Conn

Re: Why wouldn't the first cell alternate colors with this code?

2007-09-27 Thread Jim Wright
On 9/27/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: > Assuming all other related issues with this code are correct, why wouldn't > this first cell alternate colors coded like this? The background color > attribute > seems to be ignored. > > I think you meant to use get_events.currentrow.

Why wouldn't the first cell alternate colors with this code?

2007-09-27 Thread Rick Faircloth
Hi, all. Assuming all other related issues with this code are correct, why wouldn't this first cell alternate colors coded like this? The background color attribute seems to be ignored. #dateformat(get_events.event_date, "ddd")#

Re: ColdFusion 8 Issue with CFFTP

2007-09-27 Thread James Blaha
Hi All, Yes I am closing each FTP session I open. I did try adding a timeout of 3000 yesterday to every CFFTP tag I setup. I'm going to do some troubleshooting this morning if I dont get it going I'll post some code. Thanks for the reply's! On a side note I was using cfsftp.jar to do SFTP's in

  1   2   >