RE: Using .jar file with cfobject

2007-05-10 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Thanks for your help. But still getting the error. This is the line were its erroring: cfset MakeImage.transcode(input, output) / The png file is being created. (the empty one, not with image). The svg is in the same directory as were the png file is being created. I have opened the svg file

RE: Using .jar file with cfobject

2007-05-09 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Thanks everyone for your replies. Unfortunetly I am still doing something wrong. I get this error when I run the code: 500 org/apache/batik/dom/svg/ExtensibleSVGDOMImplementation org/apache/batik/dom/svg/ExtensibleSVGDOMImplementation Which is also what I get when I CFDUMP MakeImage, Which I

Using .jar file with cfobject

2007-05-08 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Hi I am trying to get a .jar file to work with cfobject I placed the file in a dir: d:\java\myjar.jar. I put the dir in the class path in the Coldfusion administrator. Stopped/started the service. Tried: cfobject action=create type=java

RE: Using .jar file with cfobject

2007-05-08 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions To: CF-Talk Sent

RE: Using .jar file with cfobject

2007-05-08 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Bruce, Rodney S C-E LCMC HQISEC

RE: Using .jar file with cfobject

2007-05-08 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Thanks that helped, book marked that web page. Sorry, this is the first time I have tried to use jar files. Only other is for CFX. The error messages being generated don't help much. Object Instantiation Exception. An exception occurred when instantiating a java object. The cause of this

RE: Using .jar file with cfobject

2007-05-08 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Don't seem to like that either. Get the same error message. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 4:11 PM To: CF-Talk Subject: RE: Using .jar file with cfobject cfset pngpath = e:\temp\tempimage.png Try e:/temp/tempimage.png. Dave

Moving a div

2006-05-18 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Sorry this might be OT. I have a header on a large table that scrolls down. The top of the header starts at about 106px. I want the header to move down, once the top of the window gets to it and then stay about 10px below the top of the window until the user scrolls back up, then for it to stop

An issue with CFC output

2006-05-11 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Hi all Hope I can explain this. Has anyone encountered an issue with outputing a returned string from a CFC method? I have a CFC that has a function that returns a string. The function use to just be on a .cfm page that I cfincluded. We have just recently upgraded to CFMX 7, so I wanted to get

RE: An issue with CFC output

2006-05-11 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Thanks I thought that the default was false. if output=false is not in the function tag the extra charaters show up. I just had: cffunction access=public name=myfunction returntype=string -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006

RE: using a datasource thru mapped drive

2006-04-26 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Not sure if I completely understand. But: We connect to a remote MySQL database(remote as in, in another building and different network). Have you tried to set up an ODBC connection thru Administravtive Tools/Data Sources(ODBC)? We set up a System DSN in there using an account that has the

RE: StructFindKey Path and evaluate

2006-04-20 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
DB do cube and rollup? On 4/20/06, Thomas Chiverton [EMAIL PROTECTED] wrote: On Wednesday 19 April 2006 17:24, Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions wrote: If there is a better way to do this, please let me know. I don't really like the way I am doing it, but unfortunetly I

RE: StructFindKey Path and evaluate

2006-04-19 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Ya know if that tree was flattened into a few database tables, it'd all be much easier :-) -- Tom Chiverton Advanced ColdFusion Programmer The information comes from 4 tables. There's many more fields in each table, but here is the short break down. Project_table Proj_id Proj_name

RE: Evaluate vs ?

2006-04-18 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Unless I missed something, there is no need to treat as a structure or use DE() or Evaluate(). cfset foo = fee fi fo fum #variable# this is dynamic content cfoutput #foo# /cfoutput This would work just fine. -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED]

RE: Evaluate vs ?

2006-04-18 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Here is part of the code I use to create emails that are sent out monthly. I have removed a lot of code, queries and more of the msg being build, but this should give you an idea. By no means is this the best example . But it does work: CFOUTPUT query=Qgetteaminfo group=team

RE: StructFindKey Path and evaluate

2006-04-17 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Yes, StruckFindKey returns a value, but in my case the value is a structure. Example: [MyStruct] [ProjectA] --[Task1] [Task1.1] [Task1.2] [Task1.3] --totalhours --totalcost --costarea --[Task2] [Task2.1] [ProjectB] --[Task1] All tasks(at

RE: StructFindKey Path and evaluate

2006-04-14 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Isaac, Thanks for the script, will have to play around with it. I also found Structget(), but it doesn't like anything other than alpha and numeric in the Keys. Even using ['item 1'], Structget() throws an error or ['item-1'], has to be ['item1']. Using rereplace(key, '[^[:alpha:]]', ,all)

RE: Schueduled Task in CF MX7

2006-04-04 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
14:59:19 -0700 Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions [EMAIL PROTECTED] wrote: Thanks for the help I tried this and received the error input not an X.509 certificate, I verified with the admin , that the cert is X.509. We have Java 2 Runtime Enviroment, Standard Edition

RE: Schueduled Task in CF MX7

2006-04-04 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Thanks for the information. I don't know what happened, but the scheduled tasks are now working (fingers crossed, they stay that way). They were not running earlier, when I was tring to get them to run. I was sidetracked by some meetings and other tasks for a few hours and decided to try and

Schueduled Task in CF MX7

2006-04-03 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Hi Hoping some one will help me out with a problem we are having. We have finally upgraded to MX7 from CF5. We have gotten everything to work but Scheduled Tasks. I can get them to run by turnning off SSL. How can we get the scheduled tasks to run and still run HTTPS? Thanks Rodney

RE: Schueduled Task in CF MX7

2006-04-03 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
to import ssl certs into the jvm keystore. This should get you started, talks about LDAP but issue is related: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19139 Stace -Original Message- From: Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions [mailto:[EMAIL PROTECTED] Sent

RE: Schueduled Task in CF MX7

2006-04-03 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Does any one have a working link to download the Java updates? Every download link I tried on Sun's site does not seem to work. Thanks -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 2:02 PM To: CF-Talk Subject: RE: Schueduled Task in CF MX7

MySQL Blob issues

2006-02-08 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Hello all, I need to build a CF (using CF5) front end to a MySQL database. I am having issues trying to get the data from the Blob datatype fields. There are images, files(mostly MSword) and large blocks of text in the fields. My searches have not found much, mostly devleopers/coders

RE: Stupid a** CFGRID!

2001-12-13 Thread S C
without looking into this or any of your other replies, do you have the latest hotfix for cfgrid on CF 5.0? http://www.allaire.com/Handlers/index.cfm?ID=20371Method=Full And the knowledge base article on allaire's online support site: Article 21782 --- Angel Stewart [EMAIL PROTECTED] wrote:

RE: file storage in the database

2001-12-07 Thread S C
First and foremost, any feedback at all is much appreciated. Well, I know I phrased my question inappropriately. What I really want to know is: If anyone has ever attempted to store files in the database (files such as .pdf, any image files, word documents, text files, cad drawings, you name it

determine if cookies are disabled.

2001-09-20 Thread S C
This is a simple task, but have not yet had to do it. What is the best way to determine if the user has disabled cookies in their browser? Thanks in Advance. ~~ Your ad could be here. Monies from ads go to support these lists and provide more

Re: Problem with CFFILE

2001-09-20 Thread S C
I can't explain the reason why your lock is not working, but you might want to try placing a try and catch around the CFFILE action=RENAME. --- Jack Tumlin [EMAIL PROTECTED] wrote: I having a problem with a piece of code that checks for the existence of a file, renames the file, and then

Re: What are some options for generating large outputs

2001-02-14 Thread S C
what db are you running against? ColdFusion 5.0 which is scheduled to be released in Q2, will actually display the records to the browser as it is retrieving them. But since your issue obviously requires an immediate solution, I recommend using a stored procedure to return 'n' records at a

Re: Feature of ColdFusion

2001-02-01 Thread S C
-Database Connection Pooling Database connection pooling simply means that ColdFusion can be set up so that a database connection is opened once and re-used many times. The alternative is that database connections are opened and closed every time a query is executed in a ColdFusion page. With

Re: session application variable

2001-02-01 Thread S C
Session and application variables are global variables. Once they are created, they can be accessed by any page in a ColdFusion application. The application.cfm file must be used to name the application before application scoped variables can be used and session managment must be turned on

RE: session application variable

2001-02-01 Thread S C
And taking the Allaire classes. They are so well constructed that they really pack a lot in three days and always get you so far ahead. --- Cameron Childress [EMAIL PROTECTED] wrote: Sounds like you are diving into CF with your eyes closed. You would probably benefit from reading the

Preventing the user from going BACK

2001-02-01 Thread S C
I have a form and an action page; I want to be able to prevent the user from hitting the back button in the browser on the action page and going back to my form page. Any suggestions? = Suzanne Capener Allaire Certified ColdFusion Developer Allaire Certified ColdFusion Instructor

Re: Certification Help

2001-02-01 Thread S C
CHECK OUT CFCERTIFICATION.COM. IT GOOD RESOURCES ON CERTIFYING. --- Jon Hall [EMAIL PROTECTED] wrote: I haven't taken the test, but I did take the brainbench one, and if the Allaire test is anything like it or most other tests. It's heavy on the syntax. It helps that you know the tag

Re: Login failed for user CFADMIN

2001-02-01 Thread S C
When do you get this error? With a query? --- Darryl Lyons [EMAIL PROTECTED] wrote: has anyone ever gotten this error - "Login failed for user CFADMIN"? --- Regards, Darryl Lyons Web Development Team LogicWorld Internet Email : [EMAIL PROTECTED]

Re: OT SQL STORED PROCEDURES

2001-01-24 Thread S C
What do you mean by OT? I know that on MS SQL Server, it does not allow you to break up a sql statement like that. Making the assumption that the rule applies and is the same on other db's. you would have to do it like this: create proc test1 @groupid int if @groupid = 0 begin select * from

RE: cftry/cfcatch and cfswitch issues?

2001-01-24 Thread S C
No issues. And a catch type is not needed. When the catch type is left out, then the default is "any". I think the issue here is that there is a difference between exceptions and errors. Errors occur at first pass compilation before the code on the page is actually run. Exceptions occur at

[CF-Talk] excel and CF

2000-09-19 Thread S C
--0-1884661237-969379817=:10166 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I am looking for someone who has had the same problem that I am having and has suggestions on how to overcome it. PROBLEM: Want to dump results from a query into an excel file using the

RE: How to acess SSL Key Size under IPlanet?

2000-09-15 Thread S C
Thanks Ed. --- Ed Toon [EMAIL PROTECTED] wrote: From a quick look at webserver/nsapi/colfusion*.so it looks like the module doesn't pass these variables. It passes: CLIENT_CERT CLIENT_CERT_SSL_ID CLIENT_CERT_USER_DN CLIENT_CERT_ISSUER_DN I assume someone at Allaire could very easily

How to acess SSL Key Size under IPlanet?

2000-09-11 Thread S C
In behalf of a client Anyone know how to acess the SSL Key Size under IPlanet? We have an IPlanet web server here that ColdFusion runs on top of a Solaris server and are unable to retrieve the CGI.HTTPS_KEYSIZE or CGI.HTTPS_SECRETSIZE. We are able to access them by setting up coldfusion in a