Re: CFQUERY immediately throws blank CF error and HTTP 500 code when more than 50 records will be returned (CF6)

2013-07-10 Thread Chris Johnson
Not sure.. we don't handle much of the system software/hardware on the box. Do you know what that may affect or how to check when it was updated? Has anyone updated the java version by any chance Russ Michaels www.michaels.me.uk On 9 Jul 2013 23:11, Chris Johnson ejohn

CFQUERY immediately throws blank CF error and HTTP 500 code when more than 50 records will be returned (CF6)

2013-07-09 Thread Chris Johnson
Really odd issue we've been having.. We have a scheduled task that hits another database server to get a full list of employees. It then runs through the user accounts for this specific app and adds or updates accounts as needed. We weren't aware that it had been broken, so we don't know

Need help figuring out how to bill for on-call support I provide to an ex-employer...

2009-11-21 Thread Chris Johnson
In a unique situation here (well, hopefully not)... I've been helping a friend get his company automated and we've developed a damned fine management system that handles mostly everything internally. I've been working full-time for him on a very reduced salary for the past year due to being

Re: Need help figuring out how to bill for on-call support I provide to an ex-employer...

2009-11-21 Thread Chris Johnson
Rick, that actually sounds like what I've been banging around in my head. My friend was thinking of an emergency on call rate for that reason, but if it was a call saying the server was down and it involved a 10 minute call to the hosting center, I would have to break out that hourly rate into

Re: .NET or JAVA? Which is a more natural step for a CF Developer

2009-08-12 Thread Chris Johnson
Try both, see which one you prefer. I wish I had the time, money, and mental energy to do that, but I imagine getting my head around one new language/technology will be challenging enough :) I'm a bit of a slow learner, so I'm trying to pace myself and focus on this :)

Re: .NET or JAVA? Which is a more natural step for a CF Developer

2009-08-12 Thread Chris Johnson
I suppose another factor is that I've never dealt with anything other than MS-related products on the operating system and server level. Always been on a Windows PC working with code running on IIS servers. IIRC, when I first investigated JAVA, one of the issues was my level of inexperience

.NET or JAVA? Which is a more natural step for a CF Developer

2009-08-11 Thread Chris Johnson
With the economy and market as it is, and with current employment's stability starting to wiggle, I'm being forced to investigate other options. I was curious what the group's thoughts were on the two above technologies and which would be easier/more natural to move into. Not intending to

Getting back up to speed with things?

2009-07-07 Thread Chris Johnson
Over the past several years, work has revolved around 2 large projects for different companies that both used CF7. Both being very low on funds for a developer, time has been of the essence, which left no time for keeping up to date with CF8, CFCs, etc. Finally at the point where I can take

Using CFPDFFORM, Data going into PDF Form Fields is mis-aligned or cut off...

2009-05-28 Thread Chris Johnson
Interesting problem. CFPDFFORM works wonderfully for the most part, except when it does what it's supposed to do: insert data into pdf forms. I'm finding that often times, letters like q, y, or other letters that hang a bit, get cut off. Additionally, alignment seems screwy. Many times a

Re: ColdFusion 8: CFDocument doesn't support differently sized headers for subsequent pages

2009-04-07 Thread Chris Johnson
? http://livedocs.adobe.com/coldfusion/8/htmldocs/help. html?content=Tags_d-e_07.html -Mike Chabot On Sun, Apr 5, 2009 at 8:05 PM, Chris Johnson u...@askugg.com wrote: Something that I haven't been able to find anyone else talking about, is that in CF8, there doesn't seem to be a way

ColdFusion 8: CFDocument doesn't support differently sized headers for subsequent pages

2009-04-05 Thread Chris Johnson
Something that I haven't been able to find anyone else talking about, is that in CF8, there doesn't seem to be a way to have one header for your main page (with logo, address, etc.) and then a briefer header for subsequent pages (just page number, invoice #, etc.). In CF7, it's done by

Re: How can you have a variable topmargin height on CF8 CFDOCUMENT so that you can have 2 differently sized headers?

2008-11-03 Thread Chris Johnson
I did find one possible solution that I don't like, but should support most report templates that need differently sized primary and secondary headers. I'm creating two cfdocumentsections with different topmargin values. Each cfdocumentsection has their own cfdocumentitem headers. The next

How can you have a variable topmargin height on CF8 CFDOCUMENT so that you can have 2 differently sized headers?

2008-10-29 Thread Chris Johnson
Another CF8 CFDocument problem here... With CF7, you could specify a cfdocument topmargin= value that was shorter than the height of the value going in the cfdocumentitem type=header. The cfdocitem header would just continue past and overlap the content below. This was fixed by adding a

Re: Having a problem with XML auto-escaping HTML (even CDATA)

2008-02-14 Thread Chris Johnson
cfsavecontent variable=myXML Shouldn't that be ![CDATA[ instead of !CDATA[[ ?? Paul Oops, that was my mistake. It's set correctly, I was just in a hurry re-typing that. It is ![CDATA[ :) ~| Adobe® ColdFusion® 8 software

Having a problem with XML auto-escaping HTML (even CDATA)

2008-02-14 Thread Chris Johnson
Hello! This is my first run at XML and it seems to be working well, aside from this particular problem. We have a SWF file that references an XML doc stored in a table in one of our databases. The SWF pulls everything just fine. However, when I'm setting new variables and re-updating the

Found it!

2008-02-14 Thread Chris Johnson
Ike, thank you I appreciate that :) I found my fix! Everywhere I've read, everyone mentions saving data to the xml node's XmlText element. Instead, there is actually an XmlCData element which not only automatically adds and strips the CDATA tags, but also allows unescaped HTML to be stored

Re: Having a problem with XML auto-escaping HTML (even CDATA)

2008-02-14 Thread Chris Johnson
Ike, thank you :) Turns out the problem was much simpler. Although to be fair to myself, I have to say that most of the online documentation I've found completely ignores the presence of a XmlCData element and only references the XmlText element. Turns out that you don't have to add/replace

Re: CF Administrator won't load??

2004-08-12 Thread chris johnson
On Thu, 12 Aug 2004 13:43:47 -0400, Christy Carter [EMAIL PROTECTED] wrote: Ok, I went in a changed the IP to 127.0.0.1 and I couldload the Administrator page using localhost fine.But our website itself no longer loaded. So I kept the IP as the network ideentification IP, but I went into the

Re: CF Administrator won't load??

2004-08-12 Thread chris johnson
On Thu, 12 Aug 2004 14:10:29 -0400, Christy Carter [EMAIL PROTECTED] wrote: Okay, in going back into IIS, I see that there are 2 websites - Default website and Administration website. Maybe I should assign the 127.0.0.1 to the Admininstration website? I do not use IIS, but this is what I would

Re: OT Unix

2004-08-12 Thread chris johnson
On Thu, 12 Aug 2004 21:51:27 -0400, S. Isaac Dealey [EMAIL PROTECTED] wrote: I thought you only needed read rights to download it and that 777 would provide all users with all rights (including delete)? ... Granted that I'm pretty sure there's no way to take advantage of delete privileges via

DateTime Stamp Problem

2000-10-27 Thread Chris Johnson
I have a access database and I can't get the value of , '#CreateODBCDateTime(Now())#', in my Insert statement to work. I get the error: [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression ''{ts '2000-10-27 14:49:50'}''. The field type is text and a