RE: Application variable undefined in CFC

2008-05-01 Thread Dave Watts
If I choose to use the application scope to reduce memory, and not duplicate varables that is my choice of design. Encapsulation doesn't take that into consideration, however frameworks that are around do. Why not just pass the variables you need by reference instead of by value? Any

RE: In need of CF training, your opinions

2008-05-01 Thread Dave Watts
My team is in need of some advanced CF training, and I'd like to get people's opinions, reviews of any courses they've had. Google turns up a few examples, some of them nearby, some not. A few of these offer a 3-day Advanced CFMX course, and I want to know if it's the same course taught

RE: closing JDBC recordsets

2008-05-01 Thread Richard Meredith-Hardy
You're right, a standard datasource would be much better, my direct access code which works (CF 8.1) is: cfobject type=JAVA action=Create name=Class class=java.lang.Class cfset Class.forName(sun.jdbc.odbc.JdbcOdbcDriver) cfobject type=JAVA action=Create name=DriverManager

RE: closing JDBC recordsets

2008-05-01 Thread Dave Watts
You're right, a standard datasource would be much better, my direct access code which works (CF 8.1) is: cfobject type=JAVA action=Create name=Class class=java.lang.Class cfset Class.forName(sun.jdbc.odbc.JdbcOdbcDriver) cfobject type=JAVA action=Create name=DriverManager

RE: closing JDBC recordsets

2008-05-01 Thread Richard Meredith-Hardy
Sage line 100 is an ancient beast and I would use a normal cf datasource if I could, but it doesn't work. It does in CF5 but in CF8.1, it shows OK in the status column of the Data sources page, also when I 'verify' it, but when I run a query from a page which works OK in CF5: Error Executing

Re: closing JDBC recordsets

2008-05-01 Thread denstar
On Thu, May 1, 2008 at 2:12 AM, Dave Watts [EMAIL PROTECTED] wrote: If you're using an ODBC datasource, why not just use the ODBC Socket datasource option in CF? Well, what he said, and as an addendum: sometimes you'll need to look up the specifics of the driver-- pass custom options and

Re: CFMX8 - Standard vs. Enterprise

2008-05-01 Thread Matthew Williams
I think the main thing you lose using the Oracle thin client drivers is the ability to use Ref Cursors. The DataDirect drivers do have this functionality. Matthew Williams Geodesic GraFX www.geodesicgrafx.com/blog ~| Adobe®

CFMAIL - 550 5.7.1 Unable to relay

2008-05-01 Thread Bosky, Dave
It seems like CFMAIL is dumping a lot of mail in the undeliverable folder. I checked the logfiles and it shows this message: Invalid Addresses; nested exception is: class javax.mail.SendFailedException: 550 5.7.1 Unable to relay Any ideas of what may be causing this? Most messages are sending

Re: CFX_PDF CF8

2008-05-01 Thread Randy Messer
I'm fairly certain the underlying PDF engine changed with CF8. It might be time prohibitive (though you might not have a choice), but why wouldn't you refactor your code to use the built in CFPDF and CFPDFFORM tags? Steve Cutter Blades Adobe Certified Professional Advanced

RE: closing JDBC recordsets

2008-05-01 Thread Dave Watts
You're right, a standard datasource would be much better, my direct access code which works (CF 8.1) is: cfobject type=JAVA action=Create name=Class class=java.lang.Class cfset Class.forName(sun.jdbc.odbc.JdbcOdbcDriver) cfobject type=JAVA action=Create name=DriverManager

Re: CFMAIL - 550 5.7.1 Unable to relay

2008-05-01 Thread Cutter (CFRelated)
Dave, This is typically because your SMTP server will not relay an email from the sender listed in the message. You can get around this by using the authentication features of the mail settings in your ColdFusion administrator. If you don't have access to that you may have to use the

Re: Any Adobe PDF Form folks out there?

2008-05-01 Thread Dana Kowalski
Dave, While the hethttprequestdata does indeed split them into seperate fields, it produces another issue of sorts. There are now two of each field however they all have the same field name. Its not possible to differentiate which field B goes with which field A. heh. Still an excellent

Flex use-mappings ignored

2008-05-01 Thread Tom McNeer
Hi, In developing a Flex application locally, I am compiling against a remoting-config.xml which has the use-mappings value set to true. And in the development environment, this works fine. However, when I deploy it to a production server (a VPS), the mappings are ignored. I can only hit the

RE: Any Adobe PDF Form folks out there?

2008-05-01 Thread Dave Watts
While the hethttprequestdata does indeed split them into seperate fields, it produces another issue of sorts. There are now two of each field however they all have the same field name. Its not possible to differentiate which field B goes with which field A. heh. Still an excellent

Re: Country/City/Province List for DB import

2008-05-01 Thread [STS] Ravi Gehlot
Thanks Richard. On Wed, Apr 30, 2008 at 12:52 PM, Richard Dillman [EMAIL PROTECTED] wrote: theirs an sql script at http://forums.asp.net/t/1045550.aspx appears to have all countries and provinces/states for Canada, US, and UK On 4/30/08, [STS] Ravi Gehlot [EMAIL PROTECTED] wrote: I

RE: closing JDBC recordsets

2008-05-01 Thread Richard Meredith-Hardy
In fact I'd tried this combination, but I tried again, and no, doesn't work, same as many other variants I've tried. I've studied the two neos you suggest, the most interesting thing I found is in neo-query.xml where jdbc-odbc-bridge has an attribute 'handler' with a value pointing at

multiple insert in coldfsuion

2008-05-01 Thread erik tom
i am looping through theform and collecting survey answers, if i select multiple answers they get inserted on one line how can i insert the value individulay? How can i modify the code so i can make the code work the way i need cfif isDefined(btnSubmitSurvey) cfoutput cfif

Business Venture

2008-05-01 Thread [STS] Ravi Gehlot
I am interested in starting my own business once again doing hosting but the main goal here is to have a server in which we have total access and own it. Also, the goal is to focus on web development rather than hosting. The person(s) interested in the venture should be able to come up with money

CSS page calls and image calls from a CFC

2008-05-01 Thread Scott Stewart
I’m rebuilding an application using components. My file system hierarchy looks like this: Root: HYPERLINK http://127.0.0.1:8301/sitenamehttp://127.0.0.1:8301/sitename Inside sitename: Actions CFC Images CSS Scripts Index.cfm and application.cfc are in the root. Index.cfm calls a

Re: Business Venture

2008-05-01 Thread Bryan Stevenson
Wow is this the wrong place to post that message!! - Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com Notice: This message,

RE: multiple insert in coldfsuion

2008-05-01 Thread Bobby Hartsfield
http://www.amazon.com/exec/obidos/tg/detail/-/032151548X ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: erik tom [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 10:43 AM To: CF-Talk Subject: multiple insert in

Re: CFMX8 - Standard vs. Enterprise

2008-05-01 Thread Larry Lyons
Well double oh. I'd somehow thought it was different setting it up through the jrun admin and doing it through the cf admin. I've only done it using the jrun admin. I'm running CF8 on JBoss now, but haven't had the time to look into clustering... good to know it won't be handled through CF...

Problem with Anchor Tag in CF

2008-05-01 Thread shariff sml
Hi every one i have Problem with Anchor tag using in CF cfoutput A href=http://www.MyClass.com/radio4/schedule.htm##developer/ADF/adf_overview.htm; Some Text/A- display from fragmentation id position in file with this absolute address. /cfoutput I know that this is not related to CF and its

Re: Problem with Anchor Tag in CF

2008-05-01 Thread Phillip Vector
Well... Yeah... Why are you refering to 2 htm files? :) On Thu, May 1, 2008 at 9:21 AM, shariff sml [EMAIL PROTECTED] wrote: Hi every one i have Problem with Anchor tag using in CF cfoutput A href=http://www.MyClass.com/radio4/schedule.htm##developer/ADF/adf_overview.htm; Some Text/A-

RE: Problem with Anchor Tag in CF

2008-05-01 Thread Dave Watts
Hi every one i have Problem with Anchor tag using in CF cfoutput A href=http://www.MyClass.com/radio4/schedule.htm##developer/AD F/adf_overview.htm Some Text/A- display from fragmentation id position in file with this absolute address. /cfoutput I know that this is not related to CF

Re: Problem with Anchor Tag in CF

2008-05-01 Thread shariff sml
Hello Phillip http://www.MyClass.com/radio4/schedule.htm is the index of the page so that i should refer to this index first and then to the internal link ##developer/ADF/adf_overview.htm but i am confused why IE is not supporting , this was working before but i should made some changes in

Re: Problem with Anchor Tag in CF

2008-05-01 Thread Phillip Vector
It's bad formating. Dave is right. If your anchor is named developer/ADF/adf_overview.htm, rename it to ADFOverview or something. As the browser sees it, you don't have a proper formated tag. Sorry. I don't see Firefox (it's spelled Mozilla) or Safari supporting this. Can you put the page on the

Re: Business Venture

2008-05-01 Thread [STS] Ravi Gehlot
Sorry...you are right. My bad! Ravi. On Thu, May 1, 2008 at 11:01 AM, Bryan Stevenson [EMAIL PROTECTED] wrote: Wow is this the wrong place to post that message!! - Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642

Re: CSS page calls and image calls from a CFC

2008-05-01 Thread Dominic Watson
When I call the css template in the href of the link tag, is it relative to the location of index.cfm or layout.cfc? The css path with be relative to the template that is being hit by the url (index.cfm) as paths in the html are read and translated by the browser (?). A side note: as a

RE: CSS page calls and image calls from a CFC

2008-05-01 Thread Scott Stewart
While I'm pretty familiar with Fusebox, I don't have the time on this project to do a complete conversion. I've heard conflicting things on using components for layout. In my layout.cfc I'm holding common elements. Each page has it's own particular content which is just HTML on a CFM. -- Scott

Re: Problem with Anchor Tag in CF

2008-05-01 Thread shariff sml
Hi Dave yes i under stand what you are trying to tell me, but i cant change the format because its client requirement and this was return by some one before and it was not changed , they need this like this only. is there any way to do or i should change the name it self as you said

Re: CSS page calls and image calls from a CFC

2008-05-01 Thread Gerald Guido
It would be the same if you were using regular cfincludes. It is relative to the page that processes the actual http request. As an adjunct to Dom's suggestion, custom tags would be a good candidate for headers and footers if you are looking to control the data that is passed to and from them.

Re: CSS page calls and image calls from a CFC

2008-05-01 Thread Gerald Guido
As an adjunct to Dom's suggestion, custom tags would be a good candidate for headers and footers if you are looking to control the data that is passed to and from them. Actually, you might want to take a look at Ray Camden's Blog.cfc. In the tags folder there is a file called layout.cfm that can

Re: Problem with Anchor Tag in CF

2008-05-01 Thread Phillip Vector
Tell the client that it needs to change to work and stop picking clients that require you to do such crazy things. :) On Thu, May 1, 2008 at 10:33 AM, shariff sml [EMAIL PROTECTED] wrote: Hi Dave yes i under stand what you are trying to tell me, but i cant change the format because its

RE: Problem with Anchor Tag in CF

2008-05-01 Thread Dave Watts
yes i under stand what you are trying to tell me, but i cant change the format because its client requirement and this was return by some one before and it was not changed , they need this like this only. is there any way to do or i should change the name it self as you said You

Re: CFMX8 - Standard vs. Enterprise

2008-05-01 Thread Brent Nicholas
Ok, I've read over everyone's replies and it looks like the limitations on the standard version are not going to impact what we expect to do on our public/extranet. Thanks for everyone's responses. BN ~| Adobe® ColdFusion® 8

Re: CSS page calls and image calls from a CFC

2008-05-01 Thread C. Hatton Humphrey
As an adjunct to Dom's suggestion, custom tags would be a good candidate for headers and footers if you are looking to control the data that is passed to and from them. Also, something that I've run into is if I'm using AJAX to power the contents of a CFDIV, I can have no other HTML

Google XML and CF isDefined

2008-05-01 Thread Brent Nicholas
howdy all, so I've got a little bug I'm having a tough time with. I'm new to manipulating XML in CF. It's pretty easy however, but I've run into a problem I'm not sure how to solve. The Google box returns an XML structure that I've processed. But from time to time, I find that the 'T' element

RE: CSS page calls and image calls from a CFC

2008-05-01 Thread Scott Stewart
I'll pitch this question, although I don't have a lot of extra time to debate it.. Why not? (asked looking for a legitimate reason, IE: x or y won’t work properly if you do) -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703)

Can’t consume SAP web service with ColdFusion

2008-05-01 Thread Brian Niski
Hi, I am getting close to my wits-end. I can’t write any ColdFusion to consume an SAP web service. And this is very important because my office peer can consume it with .NET. None of the discussions on the web seem to touch on my problem. This web service doesn’t work like the simple CF

RE: Google XML and CF isDefined

2008-05-01 Thread Scott Stewart
Is it choking on a illegal XML character? -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell) -Original Message- From: Brent Nicholas [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 2:05 PM To:

CFPDF Formatting

2008-05-01 Thread Mark Phillips
Page breaks are cutting off text on the PDF output of some display tables. The problem seems to stem from the content and no. of columns in the tables being dynamically generated so there is no fixed width or height to the rows. Any ideas? Thanks in advance for your help.

Re: Can’t consume SAP w eb service with ColdFusion

2008-05-01 Thread Kris Jones
I ran into some trouble consuming complex web services as well a few months ago, and posted about it here. Specifically, near the bottom of the last post: Also, when receiving complex structures back from a webservice call, remember that CFDUMP is your friend. When using CFINVOKE, very often the

Re: multiple insert in coldfsuion

2008-05-01 Thread Gerald Guido
I am not sure what you are asking. Could you restate the question? Also posting your form code may help as well G On Thu, May 1, 2008 at 10:43 AM, erik tom [EMAIL PROTECTED] wrote: i am looping through theform and collecting survey answers, if i select multiple answers they get inserted on

RE: Google XML and CF isDefined

2008-05-01 Thread Dave Watts
howdy all, so I've got a little bug I'm having a tough time with. I'm new to manipulating XML in CF. It's pretty easy however, but I've run into a problem I'm not sure how to solve. The Google box returns an XML structure that I've processed. But from time to time, I find that the 'T'

Re: Google XML and CF isDefined

2008-05-01 Thread Sonny Savage
cfloop from=1 to=#ArrayLen(XMLContent.GSP.RES.R)# index=idx cfif structKeyExists(XMLContent.GSP.RES.R[idx], T) On Thu, May 1, 2008 at 2:44 PM, Dave Watts [EMAIL PROTECTED] wrote: howdy all, so I've got a little bug I'm having a tough time with. I'm new to manipulating XML in CF. It's pretty

RE: CSS page calls and image calls from a CFC

2008-05-01 Thread William
Images in a css file are relative to the css file itself, not the index file. The link to the css file is relative to the url location of the page that calls it. William Seiter (mobile) Have you ever read a book that changed your life? go to: http://www.winninginthemargins.com and use

Re: Google XML and CF isDefined

2008-05-01 Thread Brent Nicholas
Scott - No it's not an invalid char, I've cfdumped the XML. Dave, Yeah as weird as it is the T child was not present, it's a PDF too. I cfdumped the XML and it's just not there. The people who make these files are notorious for putting next to no effort in to creating files. We found that we

Re: Can’t consume SAP web service w ith ColdFusion

2008-05-01 Thread Jo�o_Fernandes
Hi Brian, we invoke SAP webservices with ColdFusion and we usually use this approach: cfset params = structnew() cfset params.firstInput = someting cfset params.secondInput = someOtherValue cfset params.returnedTable = structnew() cfset params.anotherTable = structnew() cfset ws = createObject(

CF hash function - why uppercase?

2008-05-01 Thread Jim McAtee
CF's hash() function returns its output hex string with uppercase letters. Generally not a problem if you only apply a single hash to a string, but if you need to do multiple hashes, then the final outcome is unlikely to match that of many other applications that use lower case hexadecimal

CFDump

2008-05-01 Thread Phillip Vector
I'm running ColdFusion 8 along with Live designer from Adobe (the one that turns PDFs into forms). On every computer tried on the network, I get a result I would expect. 20 fields with the selection choices made on the test shown. When run from MY computer, I get the following.. FIELDNAMES

Re: CF hash function - why uppercase?

2008-05-01 Thread Claude Schneegans
Well, traditionally, hexadecimal values were written in upper case, so IMHO, CF is right. If other applications expects hash values in lower case, it is your responsibility to deal with this particularity. ~| Adobe® ColdFusion®

Re: CF hash function - why uppercase?

2008-05-01 Thread Barney Boisvert
In the hexadecimal character set, case is non-significant (e.g. 'A3' is equivalent to 'a3'). Consider specifying hex colors in CSS. The canonical representation of an MD5 hash (or any other hash) is a big ol' list of bits, not a string. The string is just an encoding of those bits into hex.

RE: CF hash function - why uppercase?

2008-05-01 Thread Dale Fraser
Well uppercase is quite common also. So it had to pick one or the other. You could always write your own cffunction name=MD5 returntype=string cfargument name=value type=string / cfreturn lcase(hash(arguments.value)) / /cffunction Then do hashedpwd = MD5(MD5(form.password)

Re: multiple insert in coldfsuion

2008-05-01 Thread Don L
i am looping through theform and collecting survey answers, if i select multiple answers they get inserted on one line how can i insert the value individulay? How can i modify the code so i can make the code work the way i need cfif isDefined(btnSubmitSurvey) cfoutput cfif

RE: Google XML and CF isDefined

2008-05-01 Thread Dave Watts
Yeah as weird as it is the T child was not present, it's a PDF too. OK, that's a little more understandable, but still pretty weird. You might want to look into setting up a metadata-and-URL feed to let you retroactively assign metadata to your URLs, if you don't actually have the documents

Re: CSS page calls and image calls from a CFC

2008-05-01 Thread Dominic Watson
Why not? (asked looking for a legitimate reason, IE: x or y won't work properly if you do) There's no solid reason *not* to, that I'm aware of, other than design choice. I have built a display framework like this in the past and after it launched I found that there was no real reason *to* put

RE: CFDump

2008-05-01 Thread Dave Watts
I'm running ColdFusion 8 along with Live designer from Adobe (the one that turns PDFs into forms). On every computer tried on the network, I get a result I would expect. 20 fields with the selection choices made on the test shown. When run from MY computer, I get the following..

Re: CFDump

2008-05-01 Thread Phillip Vector
Yeah.. It's really wierd. I think that since I'm using reader 8.0 and everyone else is using the latest (8.1.2?) to load up the form, that may be it. I'm putting on a newer version and hopefully, that will clear it up. BTW, do you know how to check the header information to find out what version

RE: CFDump

2008-05-01 Thread Dave Watts
BTW, do you know how to check the header information to find out what version reader the user is running? The variable in question is Acrobat-Version, if I recall correctly. So, in CF, you can access it via GetHttpRequestData().headers. I would've expected it to be in the CGI scope as well,

Re: CFDump

2008-05-01 Thread Phillip Vector
Thanks. :) On Thu, May 1, 2008 at 3:19 PM, Dave Watts [EMAIL PROTECTED] wrote: BTW, do you know how to check the header information to find out what version reader the user is running? The variable in question is Acrobat-Version, if I recall correctly. So, in CF, you can access it via

Re: CF hash function - why uppercase?

2008-05-01 Thread Rick Root
Just because vBulletin (php? asp?) does it lower case doesn't make it right =) Or wrong. What others have said, hex is not case sensitive but obviously the string comparison in most languages, and in many databases IS case sensitive so if you're dealing with two languages that use different

Re: Available for some part-time work (focusing on UI and/or DB)

2008-05-01 Thread Don L
phillip. it is jobs talk... so talking here is fine... now go take your vitamins After hundreds of years finally got a friend. Earnestly thanks for being fair. ~| Adobe® ColdFusion® 8 software 8 is the most important and

Re: Available for some part-time work (focusing on UI and/or DB)

2008-05-01 Thread Phillip Vector
Sorry. Didn't realize a lack of vitamins was the reason I didn't realize that you can reply via email to this list saying (basically) I sent you an email. I thought this was a list to discuss jobs and careers in the ColdFusion industry. Perhaps a bit more off topic talking about the computer

Re: Available for some part-time work (focusing on UI and/or DB)

2008-05-01 Thread Phillip Vector
Hey Phillip... I sent you an email. :) Okokok.. I'll stop now. :) On Thu, May 1, 2008 at 2:14 PM, Phillip Vector [EMAIL PROTECTED] wrote: Sorry. Didn't realize a lack of vitamins was the reason I didn't realize that you can reply via email to this list saying (basically) I sent you an

Re: Available for some part-time work (focusing on UI and/or DB)

2008-05-01 Thread James Holmes
Hi Phillip, I didn't send you an email. Hey, this is fun! On Fri, May 2, 2008 at 5:15 AM, Phillip Vector [EMAIL PROTECTED] wrote: Hey Phillip... I sent you an email. :) Okokok.. I'll stop now. :) -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/