cfpdf package

2014-11-12 Thread Tim Do
Has anyone had any success using pdf packages and displaying it in any browsers other than ie 8? I'm generating a pdf from cfpdf with package=yes. The pdf opens in acrobat and ie8 but not in chrome,ff and ie9 and later. Thanks in advance, Tim Sample disclaimer

cfdirectory issue

2014-06-13 Thread Tim Do
I have some code that's been working for years, but recently starting to act strange. Simple cfdirectory looking in a particular folder and listing out some files. Users are saying there are files in there and when I go in and check, there are! Cfdirectory returns me 0, no errors and

generating and merging pdfs

2014-01-12 Thread Tim Do
I'm using cfpdf to merge roughly 3000 pdfs ( 50kb each). These pdfs were generated using cfdocument which only takes a couple of minutes. The issue I'm having now is when merging these pdfs, its taking down the server. I'm getting: Unable to instantiate

fedex tracking cfc

2013-07-09 Thread Tim Do
Can anybody point me in the right direction to get some implementation instruction using fedex's wsdl? They only have samples for vb.net, php, c# etc... Why is it so painful to find anything related to coldfusion and fedex implementation. I have an account number, identifier (meter) and an

cfimage error

2013-01-15 Thread Tim Do
I have this bit of code that used to work in the past... but now I'm getting: An exception occurred while trying to read the image. javax.imageio.IIOException: Can't get input stream from URL! I verified that the image is still there and permissions are still the same. I'm able to display

RE: cfimage error

2013-01-15 Thread Tim Do
Message- From: Tim Do [mailto:t...@wng.com] Sent: Tuesday, January 15, 2013 2:34 PM To: cf-talk Subject: cfimage error I have this bit of code that used to work in the past... but now I'm getting: An exception occurred while trying to read the image. javax.imageio.IIOException: Can't get

RE: cfimage error

2013-01-15 Thread Tim Do
can see the difference. Cheers. On 16 January 2013 08:57, Tim Do t...@wng.com wrote: All images are RGB/BW no CMYK. -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Tuesday, January 15, 2013 1:48 PM To: cf-talk Subject: RE: cfimage error

solr issues

2012-08-30 Thread Tim Do
I'm trying to play with solr and having issues out of the gate. I'm getting: Unable to create collection insiteMenuLinks. Unable to create Solr collection insitemenulinks. An error occurred while creating the collection: org.apache.solr.common.SolrException. Check the Solr logs for more detail.

RE: solr issues

2012-08-30 Thread Tim Do
Yes, I checked permissions. I just tried to create a test collection on our test and production server and they both work. Something's wrong w/ our dev machine. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, August 30, 2012 11:41 AM To: cf-talk

cfautosuggestvalue

2012-03-29 Thread Tim Do
I'm trying to use cfautosuggestvalue to populate an email field. I'd like for users to start typing in a first or last name and would see a list of last,first,email shown. Say Smith Joe jsm...@abc.com.In my cfc I have the query filtering for like lastname or firstname. In Firebug I see

cfdocument cfpdf printing slow

2011-11-09 Thread Tim Do
I'm being told that print the pdf files that we generate using cfdocument and stapling with cfpdf are printing out really slowly (it sends to printer normally but spits out each page with a few secondd delay in between). Users are connecting through citrix and printing with various printers.

RE: Custom Toolbar settings for cftextarea (FCKEditor)

2011-04-28 Thread Tim Do
Try creating another TolbarSets in the fckconfig file (CFIDE\scripts\ajax\FCKeditor). FCKConfig.ToolbarSets[myCustomToolbar] = [ ['Bold','Italic','-','OrderedList','UnorderedList','-','SpellCheck'] ] ; -Original Message- From: Torrent Girl [mailto:moniqueb...@gmail.com] Sent:

RE: cfselect selected bug?

2011-04-12 Thread Tim Do
stops stripping zeros . you will then need to trim that space on the back-end when user selections are submitted. Azadi On 12/04/2011 06:38 , Tim Do wrote: I have two dropdowns that I've made related using cfselect and bind. The problem I'm having is the default for the second drop down

cfselect selected bug?

2011-04-11 Thread Tim Do
I have two dropdowns that I've made related using cfselect and bind. The problem I'm having is the default for the second drop down. It seems to work fine when the value of the second dropdown is a number that doesn't start with a zero, but I have IDs that start w/ 3-4 zeros. Somehow the

RE: cf jquery mobile

2011-03-15 Thread Tim Do
(with Firebug turned on) and see if the javascript files needed for cfform are loading. andy -Original Message- From: Tim Do [mailto:t...@wng.com] Sent: Monday, March 14, 2011 10:51 AM To: cf-talk Subject: cf jquery mobile I'm playing around w/ jquery mobile and am struggling with how

cf jquery mobile

2011-03-14 Thread Tim Do
I'm playing around w/ jquery mobile and am struggling with how to get certain features of cf to work within jquery mobile. For instance, within my cfform the form validation and my related dropdown which I use cfselect and bind no long work. Why is this and is there a way to get this to work

cffile within cflayout doesn't work?

2011-01-31 Thread Tim Do
Has anyone run into an issue when uploading a file within a cflayout? After submitting, I get a element is undefined in form. When I take my form out of cflayout it works fine. Any ideas?? Thanks! Tim ~| Order the Adobe

RE: PDF printing issues

2010-12-21 Thread Tim Do
A. Kruger, MCSE, CFG (402) 408-3733 ext 105 Skype: markakruger www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Tim Do [mailto:t...@wng.com] Sent: Monday, December 20, 2010 2:05 PM To: cf-talk Subject: PDF printing issues We're having a bit (HUGE

PDF printing issues

2010-12-20 Thread Tim Do
We're having a bit (HUGE) of a problem printing PDFs created by using cfdocument. We just updated our PDF generator to us CF instead of html2pdf. We are having many users complain that it takes 20-30 minutes to print out PDFs (20-25pgs). The file size itself is about 1mb so file size isn't

coldfusion standard edition version switched to developer edition?!

2010-11-18 Thread Tim Do
We just restarted the coldfusion server and now it's suddenly a developer edition on our live web server! I tried entering the coldfusion9 standard license in (in cfadmin) to update but it's asking for the old version's serial which I entered but it says the numbers don't match. Also, whats

RE: coldfusion standard edition version switched to developer edition?!

2010-11-18 Thread Tim Do
up. If you keep server backups you could restore your CF config files from backup. -Mike Chabot On Thu, Nov 18, 2010 at 3:36 PM, Tim Do t...@wng.com wrote: We just restarted the coldfusion server and now it's suddenly a developer edition on our live web server!  I tried entering

RE: coldfusion standard edition version switched to developer edition?!

2010-11-18 Thread Tim Do
edition?! On 11/18/2010 12:58 PM, Tim Do wrote: I was able to find a key that matched. Server is back up now. Question is, how/why did the config file get set to developer edition... it was never installed as a developer edition to begin with. How long was the server running

SpoolLockTimeoutException

2010-11-04 Thread Tim Do
An exception occurred when setting up mail server parameters. This exception was caused by: coldfusion.mail.MailSpooler$SpoolLockTimeoutException: A timeout occurred while waiting for the lock on the mail spool directory.. We've been getting this error recently and had to restart jrun to get

cfdocument text cuts off at page break

2010-10-14 Thread Tim Do
I see quite a few posts on this bug but there seems to be only hot fixes for mx7 and 8, I'm on 9 so I figured it should've/would've been applied... The last line of the page gets cut off and the next page has the other half. I'm using cfsavecontent, building html and putting inside of

RE: cfdocument text cuts off at page break

2010-10-14 Thread Tim Do
Yes, all text are inside table w/ complete html tags. -Original Message- From: Rick Root [mailto:rick.r...@gmail.com] Sent: Thursday, October 14, 2010 9:37 AM To: cf-talk Subject: Re: cfdocument text cuts off at page break On Thu, Oct 14, 2010 at 11:24 AM, Tim Do t...@wng.com wrote

RE: cfdocument text cuts off at page break

2010-10-14 Thread Tim Do
hmmm, so I removed the marginbottom attribute and it seems to have fixed it. -Original Message- From: Tony Bentley [mailto:cascadefreehee...@gmail.com] Sent: Thursday, October 14, 2010 9:56 AM To: cf-talk Subject: Re: cfdocument text cuts off at page break Why didn't Adobe fix some

RE: cfdocument text cuts off at page break

2010-10-14 Thread Tim Do
:53 AM To: cf-talk Subject: RE: cfdocument text cuts off at page break Hey Tim, No you have fixed this one instance...trust me I know...I've battled that same thing. If the amount of text varies, you WILL see this again. Cheers On Thu, 2010-10-14 at 10:01 -0700, Tim Do wrote: hmmm, so I

cfpdf and cffileupload

2010-08-19 Thread Tim Do
I've been working with these tags a lot lately and am currently finding them a little buggy. It works for the most part beautifully but it seems like once in a while when doing a merge, one or more of the merged pdf files get the error insufficient data for an image. It's random as to which

RE: cfmapitem

2010-02-02 Thread Tim Do
Hastings [mailto:p...@sustainablegis.com] Sent: Monday, February 01, 2010 8:11 PM To: cf-talk Subject: Re: cfmapitem On 2/2/2010 6:46 AM, Tim Do wrote: The value of the CENTERLONGITUDE attribute is invalid. The value specified, -117.8529534, must be greater than -90.0. sure you didn't swap

RE: cfmapitem

2010-02-02 Thread Tim Do
- From: Paul Hastings [mailto:p...@sustainablegis.com] Sent: Tuesday, February 02, 2010 10:41 AM To: cf-talk Subject: Re: cfmapitem On 2/3/2010 12:29 AM, Tim Do wrote: that's what I thought too! but I verified the lat/lon. for example 1531 EAST LINCOLN AVENUE ANAHEIM CA 92805 lat

RE: cfmapitem

2010-02-02 Thread Tim Do
: Raymond Camden [mailto:rcam...@gmail.com] Sent: Tuesday, February 02, 2010 11:53 AM To: cf-talk Subject: Re: cfmapitem I just tried this: cfmap centerlongitude=-117.8529534 centerlatitude=45 / and it worked fine. On Tue, Feb 2, 2010 at 1:48 PM, Tim Do t...@wng.com wrote: sorry, am I missing

cfmapitem

2010-02-01 Thread Tim Do
I'm looping through a query with addresses, some good some not so good. When I try to to map all the points, the bad addresses prompt that it can't be mapped. I'm using addresses instead of lat/lons so I can't really check to see if they're valid. I'm trying not to geocode all the records

RE: cfmapitem

2010-02-01 Thread Tim Do
/12/15/Having-trouble-with-too-many-map-markers-and-CFMAP On Mon, Feb 1, 2010 at 2:59 PM, Tim Do t...@wng.com wrote: I'm looping through a query with addresses, some good some not so good.  When I try to to map all the points, the bad addresses prompt that it can't be mapped.  I'm using

cferror / cfmail issue

2010-01-28 Thread Tim Do
We just upgraded to cf9 and my error handling is no longer working the way it used to. In my application.cfm I have: cferror type=request template=errorPage.cfm mailto=webmas...@wng.com and within errorPage.cfm I have: cfmail to=webmas...@wng.com from=webmas...@wng.com

RE: cferror / cfmail issue

2010-01-28 Thread Tim Do
/ cfmail issue What CF version were you on before this recent upgrade to CF9? Try changing the TYPE attribute in the CFError tag to type=exception, and see what happens. On Thu, Jan 28, 2010 at 2:41 PM, Tim Do t...@wng.com wrote: We just upgraded to cf9 and my error handling is no longer working

RE: cferror / cfmail issue

2010-01-28 Thread Tim Do
in some wacky code to generate errors 2. For now, comment out the cferror type=request... 3. Try cfdump and cfabort in the type=exception error template, from top down, until you get to the CFMail tag. On Thu, Jan 28, 2010 at 2:56 PM, Tim Do t...@wng.com wrote: went from 7 to 9. I

RE: cferror / cfmail issue

2010-01-28 Thread Tim Do
in some wacky code to generate errors 2. For now, comment out the cferror type=request... 3. Try cfdump and cfabort in the type=exception error template, from top down, until you get to the CFMail tag. On Thu, Jan 28, 2010 at 2:56 PM, Tim Do t...@wng.com wrote: went from 7 to 9. I

RE: cferror / cfmail issue

2010-01-28 Thread Tim Do
so I put back both cferror tags one for request and one for exception. I forced a db error and I see the dump from the sendError page, but when I wrap a cfmail around it, I get nothing but the text from the errorPage. -Original Message- From: Qing Xia [mailto:txiasum...@gmail.com]

RE: cferror / cfmail issue

2010-01-28 Thread Tim Do
to get hints on what the secondary error is. The suggestions made by Qing Xia seem good. -Mike Chabot On Thu, Jan 28, 2010 at 2:41 PM, Tim Do t...@wng.com wrote: We just upgraded to cf9 and my error handling is no longer working the way it used to.  In my application.cfm I have: cferror

RE: cffileupload onUploadComplete not working

2009-12-23 Thread Tim Do
=uploadCompleteHandler Now this means you can't pass in the CF variable. Just use within your js. It will be static on the client side though. On Tue, Dec 22, 2009 at 12:52 PM, Tim Do t...@wng.com wrote: I'm trying to do a multiple file upload using cffileupload.  The upload is working fine but I'd like

cffileupload onUploadComplete not working

2009-12-22 Thread Tim Do
I'm trying to do a multiple file upload using cffileupload. The upload is working fine but I'd like to relocate the user after all files have been uploaded. I added: onComplete=uploadCompleteHandler('#batchUploadName#') But the user is being redirected on the page load and not after the user

cf9 packaging deployment

2009-12-08 Thread Tim Do
I just upgraded to 9 from 8 and I can't see the packaging deployment feature in cfadmin? Where can I find it? thx ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

RE: cf9 packaging deployment

2009-12-08 Thread Tim Do
nevermind, I'm on standard... NOTE: This requires either an Enterprise or Developer Edition installation. If you have installed the Standard Edition, you can revert to the Developer Edition by removing the serial number. -Original Message- From: Tim Do [mailto:t...@wng.com] Sent

RE: attack site / sql injections HELP!

2008-10-10 Thread Tim Do
Thanks Brad! I ran a string search through the entire database and was able to find a couple records that still had scripts in them. Hopefully I got all of them... I searched for script, .js etc... just requested another review, keeping fingers crossed. Thanks! -Original Message-

RE: attack site / sql injections HELP!

2008-10-09 Thread Tim Do
8:23 AM To: cf-talk Subject: Re: attack site / sql injections HELP! On Thursday 09 Oct , Tim Do wrote: I already did that, submitted and it took couple days but they found more suspicous content!? how is that possible?? You mean they found more, that isn't there anymore, or your site still has

attack site / sql injections HELP!

2008-10-08 Thread Tim Do
still dealing w/ the friggin sql injections, I've cleansed all the inline queries and added all the queryparams in. I also left in the code in application.cfm for safe measure. the problem that I'm having now is the google safe browsing. from what I understand its on firefox3, the Tell me if

RE: attack site / sql injections HELP!

2008-10-08 Thread Tim Do
yes, I already cleaned out the tables. double checked to see and it's clean. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 4:37 PM To: cf-talk Subject: Re: attack site / sql injections HELP! still dealing w/ the friggin sql

RE: attack site / sql injections HELP!

2008-10-08 Thread Tim Do
I already did that, submitted and it took couple days but they found more suspicous content!? how is that possible?? -Original Message- From: RobG [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 4:40 PM To: cf-talk Subject: Re: attack site / sql injections HELP! Once you do

RE: attack site / sql injections HELP!

2008-10-08 Thread Tim Do
http://www.google.com/safebrowsing/diagnostic?site=http://www.connhisto.org/hl=en -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wed 10/8/2008 4:48 PM To: cf-talk Subject: Re: attack site / sql injections HELP! yes, I already cleaned out the tables. double

dynamic formfield

2008-09-30 Thread Tim Do
I'm having a problem with a dynamic form field that I'm building. input type = text name = nm_#myvar# myvar is something that can be up to 16 digits. When the form is submitted it looks something like : nm_1.54585221559E+015. I need it to show something like: nm_1458522155945998 What can

RE: HELP! SQL Injection Attack!

2008-08-07 Thread Tim Do
Thanks for the code, I'm in the processing of cleaning all the query calls for my client and been seeing lots of posts regarding this sql injection. There are a couple thousand queries that I have to clean up but while I'm in the process of cleaning they're getting injected over and over and

cfprocparam order

2008-08-05 Thread Tim Do
I've noticed this for a while but was curious to see if anybody else has... the variable name doesn't matter when calling a stored procedure, all that matters is the order of the procparams. I thought this needed to match the stored procedure's variable names. Is this a bug?

RE: cfprocparam order

2008-08-05 Thread Tim Do
So if and when it gets fixed, all the mismatched (typos) variables will break?? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2008 10:15 AM To: CF-Talk Subject: RE: cfprocparam order I've noticed this for a while but was curious to see if

cfdump xml doc hanging server

2008-07-31 Thread Tim Do
I'm trying to dump a xml file but it's killing the server... ideas? cfhttp url=http://www.wng.com/test/test.xml; method=GET cfset xmlfile = xmlparse(cfhttp.filecontent) cfset xmlContent = XMLParse(xmlfile) cfdump var=#xmlContent# If I put a

RE: cfdump xml doc hanging server

2008-07-31 Thread Tim Do
Thanks Dominic! -Original Message- From: Dominic Watson [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2008 1:06 PM To: CF-Talk Subject: Re: cfdump xml doc hanging server cfset xmlfile = xmlparse(cfhttp.filecontent) cfset xmlContent = XMLParse(xmlfile) Firstly, that second

cfquery and cfstoredproc

2008-07-22 Thread Tim Do
i have been asked to look at a possible sql injection attack. as I look through the code I see stored procs being called by using cfquery like: cfquery name=asdf datasource=asdf storedproc '#var1#', '#var2#' cfquery I've read about using cfstored procs and params to prevent

RE: cfquery and cfstoredproc

2008-07-22 Thread Tim Do
So I'm hearing that it should be fine?? Somehow their database columns values were appended the following string : /titleInvalidTag src=http://1.verynx.cn/w.js;/script!-- So for example the column firstname value was John became: John/titleInvalidTag src=http://1.verynx.cn/w.js;/script!--

scheduled jobs running again after restart

2008-05-15 Thread Tim Do
I've been having a problem with the scheduled jobs since yesterday. I have various jobs set up at different times of the day. Yesterday when we restarted the cf server, a couple of the jobs that fired off 2-3 hrs before ran again (jobs fully completed, emails sent and in the scheduler log)?! We

An error occured while Parsing an XML document

2007-10-16 Thread Tim Do
Hi All, I'm trying to pass xml into a webservice but I'm getting an An error occured while Parsing an XML document error. I'm using toXML to convert a query result set into xml and passing it to the webservice. I'm not sure whether it's the cfinvoke that is choking or is it the cfc that is

RE: An error occured while Parsing an XML document

2007-10-16 Thread Tim Do
occured while Parsing an XML document error. Tim - I think there is a problem, in that you are setting your cffunction putTenants returntype to XML, but you're returning a plain string success!. That string will not validate as XML. -- Josh - Original Message - From: Tim Do [EMAIL

RE: An error occured while Parsing an XML document

2007-10-16 Thread Tim Do
. Please help! Thanks, tim -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 2:56 PM To: CF-Talk Subject: RE: An error occured while Parsing an XML document You know what's weird... I tried return type as string it gave me this error: when i change

ColdFusion stopped?!?!

2007-10-10 Thread Tim Do
PLEASE help! Ever since 8am this morning ColdFusion has gone down every few minutes. The only thing that I can see in the server.log is: Information,Thread-0,10/10/07,09:34:45,,ColdFusion stopped I've checked all the log files under cfusionmx7/logs and cfusionmx7/runtime/logs but didn't

cfmail stuck in spool

2007-10-04 Thread Tim Do
Anybody know why this happens every once in a while? Using cfmx 7.01 and exchange. Last couple weeks I've noticed that mail stops going out and just sits in the spool folder. Once I restart cf services they all go out at once. Been happening more often lately so I'm getting a little worried.

RE: cfmail stuck in spool

2007-10-04 Thread Tim Do
Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Tim Do wrote: Anybody know why this happens every once in a while? Using cfmx 7.01 and exchange. Last couple weeks I've noticed that mail stops going out and just

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] wrote

cf webservice not working for .net?

2007-09-26 Thread Tim Do
Third party company is telling me they're getting this error when accessing my web service: c:\inetpub\wwwroot\propertyWS\Web References\WebReference\Reference.map(1): Custom tool error: Unable to import WebService/Schema. Unable to import binding 'tenant.cfcSoapBinding' from namespace

RE: cf webservice not working for .net?

2007-09-26 Thread Tim Do
Just figured out that if I use returntype=string in the cffunction then it works in .net. Anybody know why .net doesn't know how to interpret xml that cf generates?? -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 12:23 PM To: CF-Talk

trigger to send xml via http to web service?

2007-09-12 Thread Tim Do
We have sql 2000 here and unfortunately I've read that you can do more w/ xml in 05'. I'm trying to send xml via http from the newly inserted record to an outside web service. Any ideas on how I should go about doing this? Thanks, Tim

OT: sql not in

2007-08-09 Thread Tim Do
how do I return values from tbl1 where values are NOT in tbl2. tbl1 a,b,c,d tbl2 a,b,c,d only a is passed in. b,c,d are unique. tbls do not have identity fields. thanks, tim ~| Enterprise web

RE: sql not in

2007-08-09 Thread Tim Do
correction... tbl1 b,c,d -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 11:37 AM To: CF-Talk Subject: OT: sql not in how do I return values from tbl1 where values are NOT in tbl2. tbl1 a,b,c,d tbl2 a,b,c,d only a is passed

RE: sql not in

2007-08-09 Thread Tim Do
, A.d FROM tbl1 A EXCEPTION JOIN tbl2 B ON A.a = B.a This would return any non-matching records where tbl1.A has no matching tbl2.A Chris Peterson Gainey IT Adobe Certified Advanced Coldfusion Developer -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED] Sent

OT: sql question

2007-02-01 Thread Tim Do
I have a stored procedure that is taking 15-20 seconds to run. However, if I take the query inside the stored procedure and run it... it only takes 2-3 seconds. I've read something about parameter sniffing but not sure if it applies to my stored procedure. Here is my sp: CREATE PROC

RE: report builder

2006-11-22 Thread Tim Do
Subject: report builder From: Tim Do Date: Tue, 21 Nov 2006 14:10:31 -0800 We have several reports written with the report builder that are no longer working because some users are upgrading to ie7 (comes up w/ blank page). Does anybody know if there is a work around or do we

Verity returns nothing

2006-10-17 Thread Tim Do
I've had the verity search working for quite a while now. All of a sudden it has stopped working... only thing I can think of us we installed the updater2?? I've deleted and recreated the verity.. updated it and it shows over 3400 documents. The search still returns nothing. I looked in the

Cfadmin getAdminHash error after updater2

2006-10-11 Thread Tim Do
I can get to the login screen but anything after that blows up. Saw some posts about possibly having the cfide folder in a diff location than in IIS but both point to C:\Inetpub\wwwroot\CFIDE. Please help! The selected method getAdminHash was not found. Either there are no methods with

Faulting application jrun.exe error

2006-10-04 Thread Tim Do
I have been getting this error for the past 3 days. It'll only come up after a reboot. Can anybody tell me what is going on?! The only thing that I can think of that has changed is I added more memory to the server. Faulting application jrun.exe, version 4.0.3.19147, faulting module jvm.dll,

RE: Cfdocument question

2006-09-27 Thread Tim Do
Thanks! This did the trick. Basically had to add a host entry to point to the local ip. -Original Message- From: Kris Jones [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 6:51 AM To: CF-Talk Subject: Re: Cfdocument question Could be a networking issue. Ben Nadel

Cfdocument question

2006-09-26 Thread Tim Do
Hi all, I have a weird problem w/ a pdf file that I'm generating. I have a css file and an image file inside of the cfdocument tags. The pdf generates fine on most computers but there are a few computers that the css and the jpg do not come through and the pdf file looks like crap! I have no

RE: Cfdocument question

2006-09-26 Thread Tim Do
Reader 5, especially, can be buggy when viewing newer PDF's. HTH, Jon On Sep 26, 2006, at 2:14 PM, Tim Do wrote: I have a weird problem w/ a pdf file that I'm generating. I have a css file and an image file inside of the cfdocument tags. The pdf generates fine on most computers

RE: Cfdocument question

2006-09-26 Thread Tim Do
Linked. -Original Message- From: Teddy Payne [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 11:32 AM To: CF-Talk Subject: Re: Cfdocument question Is the css linked or embeded? Teddy On 9/26/06, Tim Do [EMAIL PROTECTED] wrote: Hi all, I have a weird problem w/ a pdf

aba number lookup web service

2006-05-24 Thread Tim Do
Can anybody refer me to a webservice to pass in a aba number and return bank info? I've tried several but all seem to get errors of some sort. http://www.webservicex.net http://www.lyonsreg.com/products/ or is something wrong with my syntax?? cfinvoke

RE: aba number lookup web service

2006-05-24 Thread Tim Do
Thanks Alan! You rock! -Original Message- From: Alan Rother [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 3:33 PM To: CF-Talk Subject: Re: aba number lookup web service Try this. cfinvoke webservice=http://www.webservicex.net/FedACH.asmx?wsdl; method=getACHByRoutingNumber

Upload txt file

2006-05-23 Thread Tim Do
Hello All, I'm trying to do a simple upload of a text file but I'm getting: The MIME type of the uploaded file message/rfc822 was not accepted by the server. Only files of type *.txt can be uploaded. Verify that you are uploading a file of the appropriate type. plz help :) here is

RE: Upload txt file

2006-05-23 Thread Tim Do
--//- -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 2:33 PM To: CF-Talk Subject: Upload txt file Hello All, I'm trying to do a simple upload of a text file but I'm getting: The MIME type of the uploaded file message/rfc822 was not accepted by the server

OT: js help

2006-03-03 Thread Tim Do
Hi, I'm trying to passing values from a popup back to the parent window. In the popup window, I have a select box (multiple). I want to pass the selected items back to the parent window but it is only passing back the first value select not all the values selected in the drop down. Here is what

Max number of calculated fields?

2006-02-28 Thread Tim Do
Is there a maximum of 25 calculated fields in report builder? I'm getting this error when I go over 25: The report template E:\Inetpub\wwwroot\InSite\reports\occupancy\WeeklyVPDetail_New.cfr appears to be malformed or contain errors. The error that was encountered was: Context validation error

Borders in report builder

2006-02-23 Thread Tim Do
Anybody know how to add a border around a cell? The only styles that I see are background color, font color, and transparency. Thanks, Tim ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233305 Archives:

Report builder error

2006-02-17 Thread Tim Do
Can anybody tell me what this means? This simple report works on our production server but not on our development. The report template E:\Inetpub\wwwroot\InSite\reports\occupancy\WeeklyVPDetail_New.cfr appears to be malformed or contain errors. The error that was encountered was: Unable to

Interacting w/ skype

2006-01-27 Thread Tim Do
Hi, Has anyone interacted with skype using their new api to a cf application? I was asked by a client if this was possible. I would like to log basic user profile like name, address, phone # etc.. I would like to be able to log this info somehow. Also, would it be possible to use skype inside

Getting logged off

2005-12-29 Thread Tim Do
Hi All, We have a training room that has 14 dummy terminals using different terminal services accounts to access the intranet. What I'm finding out is that users are getting logged off intermittenly. This issue only happens in that room. I'm not too sure on how these terminal service accounts

RE: Scheduled Tasks Not Running

2005-11-18 Thread Tim Do
Could it be that it's timing out? -Original Message- From: Tim Claremont [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 9:52 AM To: CF-Talk Subject: Re: Scheduled Tasks Not Running Yup. I just confirmed it again just now, and it is the same username and password. I restarted

Cfeclipse File Upload

2005-11-16 Thread Tim Do
Hi All, I'm giving cfeclipse a shot, so far it seems awesome! I've been a long time studio/homesite user. I'm having difficulty in trying to deploy files. We're a small shop so we don't have builds. In homesite, I have a deployment tool, that uses VTOM scripts to move files. Something this

RE: Cfeclipse File Upload

2005-11-16 Thread Tim Do
/eclipse/plugin_details.jsp?id=293 http://www.phpeclipse.de/tiki-index.php?page=FTP+and+WebDAV cheers, barneyb On 11/16/05, Tim Do [EMAIL PROTECTED] wrote: Hi All, I'm giving cfeclipse a shot, so far it seems awesome! I've been a long time studio/homesite user. I'm having difficulty in trying

cfform validation mx7

2005-06-01 Thread Tim Do
I'm trying to use cfform validation along with my own js validation. I read that in mx7 that if I have a onSubmit attribute with my own js validation in the form tag that the cfform validation will not work?? Is this true? Thanks, Tim

RE: cfform validation mx7

2005-06-01 Thread Tim Do
Just tried using onValidate instead of onSubmit and form validations are working fine now. Is this something in new cfmx7?? Do I have to go and look thru all my code for this?! -Original Message- From: Tim Do Sent: Wednesday, June 01, 2005 12:23 PM To: CF-Talk Subject: cfform

OT: using js to include files

2005-05-20 Thread Tim Do
Hi All, I'm trying to use js inside an html file to include an asp file. This is what I have so far: script language=JavaScript type=text/javascript // must be a fully qualified URL -- can be any type of file (html,jsp,asp,etc)

RE: OT: using js to include files

2005-05-20 Thread Tim Do
Thx.. I changed the script to script language=JavaScript src=http://192.200.1.37/Voyager50/Forms/LateCount.asp?tenant=+document ..Resident.HTENANT.value);/script All is fine now... Thx for your help! -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Friday, May

RE: How to create query results into a list

2005-04-19 Thread Tim Do
I'd just use the CF_ListCompare tag. -Original Message- From: Chris McCarthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 11:33 AM To: CF-Talk Subject: How to create query results into a list Hi guys, I've got a database column which is currently storing comma seperated

cfreport mx7 error msg

2005-03-24 Thread Tim Do
Can anybody tell me why I'm getting this error msg? cfreport template=CFAssetListing.cfr format=flashpaper query=#CFAssetListing# A License Exception has been thrown You tried to access a restricted feature for the Standard edition: CFREPORT thx, Tim

A License Exception has been thrown.

2005-02-22 Thread Tim Do
Any idea what this means? Just came up on our dev machine this AM. (still running blackstone beta) A License Exception has been thrown. You tried to access the developer edition from a disallowed IP (192.200.8.85). The developer edition can only be accessed from 127.0.0.1 and two additional

  1   2   3   >