RE: Using .jar file with

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: 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 in Visio and it works there. I have resaved

RE: Using .jar file with

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 MakeImage, Which I though

RE: Using .jar file with

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 > Try "e:/temp/tempimage.png". Dave Watts, CTO, Fig Leaf Software http://www.fi

RE: Using .jar file with

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 . The error messages being generated don't help much. Object Instantiation Exception. An exception occurred when instantiating a java object. The cause of this excepti

RE: Using .jar file with

2007-05-08 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
o 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/Signal Solution

RE: Using .jar file with

2007-05-08 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
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: Tue May 08 20:15:41 2007 Subject: Using .jar file with Hi I am trying to get a .jar file to wo

Using .jar file with

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 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: when I run the page I get the erro

Moving a

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 at

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: -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 12:52 PM To: CF-Talk Subject: RE: An issue with CFC output

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 . We have just recently upgraded to CFMX 7, so I wanted to get my functio

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 necess

RE: StructFindKey Path and evaluate

2006-04-20 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
nough to be sure). Does your 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 do

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 WorkPl

RE: Evaluate vs ?

2006-04-18 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Ok, guess I am missing something here: If #variable# is not set CF errors, If #variable# is set puts value into foo. #foo#---foo would output to be "fee fi fo fum #variable# this is dynamic content" is what was wanted?? -not necessarily outputted, but to still contains the #va

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: -Part of the msg being build---

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(). #foo# This would work just fine. -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 12:04 PM To: CF-Talk Subject: Re: Evaluate vs ? th

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

StructFindKey Path and evaluate

2006-04-14 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Hi all I have a structure I am using StructFindKey with. Which returns an array/Structure. One of keys returned is Path, which is a dot separated list of the path thru the structure to the key your looking for. Something like: MyStruc.item1.item2.item3.item4 (find key Item4), returns item1.it

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 wor

RE: Schueduled Task in CF MX7

2006-04-04 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
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: Monday, April 03, 2006 4:27 PM > To: CF-T

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

RE: Schueduled Task in CF MX7

2006-04-03 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
F MX7 You may have 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 [mai

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 ~~~

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 disucsi