Selling ColdFusion License?

2015-01-06 Thread Richard White
Hi, If we purchased a copy of ColdFusion 10 license, is there any issues if we sell it to another body? Thank you, Richard ~| Order the Adobe Coldfusion Anthology now!

Re: Selling ColdFusion License?

2015-01-06 Thread Richard White
On 6 January 2015 at 15:15, Richard White rich...@re-base.net wrote: ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Opening Local Files

2014-08-25 Thread Richard White
Hi, We have created an online database program. I have a requirement for a user to store links to files contained on their local machines, then at the click of a button it will open the file. If we were to store these files on our server I know we could use cfheader and cfcontent to open

Re: Opening Local Files

2014-08-25 Thread Richard White
Thanks Dave, although I don't quite follow. So can I program our CF application to work with a specific local application? If so do you have any recommendations? Thanks, Richard We have created an online database program. I have a requirement for a user to store links to files

Re: Invalid Data for Parameter but which one?

2014-07-31 Thread Richard White
thanks guys, bit sounds good! Actually, the error is telling you exactly what is wrong. You are sending a string value of false to a field that only allows a maximum of 1 character. More than likely, you are trying to send a true/false value to a char(1) field. Try either converting your

Encrypting Zip File

2014-07-31 Thread Richard White
Hi, What is the best way to encrypt a zip file in ColdFusion? Many thanks, Richard ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Invalid Data for Parameter but which one?

2014-07-29 Thread Richard White
Hi, I received the following error within a query 'Invalid data value false exceeds maxlength setting 1.' I understand the error but I need to trace which parameter is having this issue as there are lots. Is there any way of getting coldfusion to tell me? Thanks, Richard

Very Strange Bug

2014-03-12 Thread Richard White
Hi, OK this one has me totally stumped... If I run the following code the first line dumps the contents of var1 yet the second line produces an error saying that var1 doesn't exist. cfdump var=#session.currentUser.var1# cfset var3 = #var2##session.currentUser.var1# / There is no code in

Re: Very Strange Bug

2014-03-12 Thread Richard White
OK so it seems like I got up too early and need more sleep! I found the issue was down to something silly elsewhere in my code. Thanks Hi, OK this one has me totally stumped... If I run the following code the first line dumps the contents of var1 yet the second line produces an error

Re: Textfield Format

2014-02-27 Thread Richard White
plugin) http://jquery-plugins.net/tag/masked-input (a list of jQuery plugins) http://jasny.github.io/bootstrap/javascript/#inputmask (Bootstrap plugin) -Carl V. On 2/25/2014 12:13 PM, Richard White wrote: Hi, This is not really a CF question but rather seeking general code

Re: Textfield Format

2014-02-26 Thread Richard White
of jQuery plugins) http://jasny.github.io/bootstrap/javascript/#inputmask (Bootstrap plugin) -Carl V. On 2/25/2014 12:13 PM, Richard White wrote: ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion

Textfield Format

2014-02-25 Thread Richard White
Hi, This is not really a CF question but rather seeking general code advise. I want to create a textfield using ExtJS and would like the user only to have access to alter parts of the text... For example, I want to populate the textfield with 'CP - - U' When the user clicks on this

Re: Setting Cookie Secure, Domain, Path

2014-02-25 Thread Richard White
Consulting Products http://hackmycf.com - Is your ColdFusion Server Secure? http://www.youtube.com/watch?v=ubESB87vl5U - FuseGuard your CFML in 10 minutes On Thu, Feb 20, 2014 at 2:39 PM, Richard White rich...@re-base.net wrote

Re: Setting Cookie Secure, Domain, Path

2014-02-20 Thread Richard White
Thanks Pete, this does seem to work by adding it to the application.cfc. However, when i first open the browser and go to the site it shows an error that the session.cfide does not exist. The culprit is in the onSessionStart method as shown below. If I reload the window then its all fine as I

Re: Setting Cookie Secure, Domain, Path

2014-02-20 Thread Richard White
Professional http://foundeo.com/ - ColdFusion Consulting Products http://hackmycf.com - Is your ColdFusion Server Secure? http://www.youtube.com/watch?v=ubESB87vl5U - FuseGuard your CFML in 10 minutes On Thu, Feb 20, 2014 at 5:41 AM, Richard White rich...@re-base.net wrote

Re: Upgrading CF9 Hotfixes

2014-02-19 Thread Richard White
blog entry for an excellent explanation http://www.carehart.org/blog/client/index. cfm/2013/8/19/understanding_ColdFusion_9.0.2_a_FAQ). As such, it cannot be installed over the top of 9.0 or 9.0.1. -Carl V. On 2/13/2014 9:19 AM, Richard White wrote: Just to double check, is it OK

Setting Cookie Secure, Domain, Path

2014-02-19 Thread Richard White
Hi, Is there a way to set the secure, domain and path values for session CFID and CFTOKEN cookies in the application.cfc page of CF9? I have done some searches but cannot seem to find an answer. Many thanks, Richard ~|

Setting Cookie Secure Domain and Path

2014-02-19 Thread Richard White
Hi, How would I set the the CFID and CFTOKEN secure, domain and path attributes for a specific application in the cfapplication.cfc file? I have done some searches but cannot seem to find how to do it. Many thanks Richard

Re: Upgrading CF9 Hotfixes

2014-02-19 Thread Richard White
OK thanks Steve, I'll give it a go and hopefully it will overcome the initial issue. Thanks Most of them say they are cumulative, but I've always found it best to do them one at a time. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia

Re: Upgrading CF9 Hotfixes

2014-02-19 Thread Richard White
Thanks Steve, it worked when I applied them one at a time! Most of them say they are cumulative, but I've always found it best to do them one at a time. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer

Upgrading CF9 Hotfixes

2014-02-13 Thread Richard White
Hi, I am having a lot of problems trying to upgrade hot fixes. I currently have 9.01 installed. I have downloaded 9.01 hot fix as described here: http://helpx.adobe.com/coldfusion/kb/security-hotfix-coldfusion-8-8.html. However, after applying the changes the CF Admin stops working and just

Re: Upgrading CF9 Hotfixes

2014-02-13 Thread Richard White
Thanks all. Yes I am installing the correct hot fixes and not renaming the jar files. I will try the cfupdater. Thanks again Richard Hi, I am having a lot of problems trying to upgrade hot fixes. I currently have 9.01 installed. I have downloaded 9.01 hot fix as described here:

Re: Upgrading CF9 Hotfixes

2014-02-13 Thread Richard White
Just to double check, is it OK to install 9.02 update instead of all the 9.01 hot fixes. I am sure 9.02 will contain all the fixes but just wanted to make sure thanks Richard Some of those updates in CF 9 were pretty tricky. I would checkout the cfUpdater project for RIAForge. It can

Re: Hash SHA-512 equivalent in JS

2014-02-09 Thread Richard White
Thanks for the help guys Hi, We store user passwords as a hash value with a salt phrase using CF. However, we have recently had a penetration test done on our servers and they have advised that when the password gets sent to the server, the actual password gets stored in the browser

Hash SHA-512 equivalent in JS

2014-02-07 Thread Richard White
Hi, We store user passwords as a hash value with a salt phrase using CF. However, we have recently had a penetration test done on our servers and they have advised that when the password gets sent to the server, the actual password gets stored in the browser memory. They have suggested adding

Cross-site Scripting

2014-02-07 Thread Richard White
Hi, What methods do you guys use to prevent cross-site scripting in a CF9 and JavaScript application? I have seen the scriptprotect attribute in the administrator, but have also seen that this doesnt fully protect. Thanks, Richard

Secure application code from host

2014-01-28 Thread Richard White
Hi, We have an online web application built using CF. We completely host and manage our software and provide users with an annual subscription. A large client would like to use the software in a country that has limited internet connection. Therefore, we have the possibility of providing them

Re: Secure application code from host

2014-01-28 Thread Richard White
Thanks guys for your suggestions, i will take a look into your suggestions. BW Richard Hi, We have an online web application built using CF. We completely host and manage our software and provide users with an annual subscription. A large client would like to use the software in a

Can not read response from server. Expected to read 4 bytes...

2013-05-05 Thread Richard White
Hi, we are receiving the following intermittent CF error a lot recently and wondering if you could help diagnose this issue... Message: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. Detail: Communications link failure The

Re: Can not read response from server. Expected to read 4 bytes...

2013-05-05 Thread Richard White
Thanks Dave, good idea. Ill setup the separate database for this query. Yes unfortunately this query specifically collects data from all databases. I used to have it as a single query per database inside of a loop but this caused an error signifying too many connections. The query is as

Re: Optimising SQL Statement

2013-04-26 Thread Richard White
Hi, I am sure there must be a way to restructure this query to bring the time down but i cannot see it. Any pointers at all would be greatly appreciated. Hi, We have a problem with one of our MySQL statements and wondering if you guys can help point us in the right direction. Basically

Re: SSL on CFquery

2013-04-19 Thread Richard White
Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Apr 16, 2013 5:33 PM, Richard White rich...@re-base.net wrote: ~| Order the Adobe Coldfusion Anthology now

java.lang.ArrayIndexOutOfBoundsException

2013-04-19 Thread Richard White
Hi, I am getting the following error but no information as to where the error is occurring. java.lang.ArrayIndexOutOfBoundsException This is a massive function. I am prepared to walk through the code step by step to find the error but wondering why it wasn't giving me the line of code that

Re: java.lang.ArrayIndexOutOfBoundsException

2013-04-19 Thread Richard White
Hi Will, I just checked the log and it doesn't provide a message or stack trace. The only thing is says is: The specific sequence of files included or processed is: #url for file# Have you checked the log files? Got a stack trace? On 19 April 2013 13:58, Richard White rich...@re-base.net

SSL on CFquery

2013-04-16 Thread Richard White
Hi, We have a windows server for our CF application and a Linux server for our database. We are setting up a self-signed SSL between the two servers. Our hosting company have said we need to reference the SSL in the connection string but how can I do this in a cfquery? Many thanks Richard

Re: SSL on CFquery

2013-04-16 Thread Richard White
On Tue, Apr 16, 2013 at 12:58 PM, Richard White rich...@re-base.net wrote: Hi, We have a windows server for our CF application and a Linux server for our database. We are setting up a self-signed SSL between the two servers. Our hosting company have said we need

Re: SSL on CFquery

2013-04-16 Thread Richard White
Hi, We have a further issue with this. The hosting company have installed the SSL certificate on the database and provided us with the details of where the certificate is stored. However, in the CF connection string it asks to provide the url of the certificate. I am confused about how to

Optimising SQL Statement

2013-04-05 Thread Richard White
Hi, We have a problem with one of our MySQL statements and wondering if you guys can help point us in the right direction. Basically the following statement is taking 5 seconds to run. We have diagnosed it is down to the join of two select statement. When the select statements are run

Now() offset by 1 hour

2013-04-02 Thread Richard White
Hi, Since the clocks went forward in GMT the now() function is returning an incorrect time (-1 hour to what the server clock reads). I have searched over the internet and found several references to this but not solution. Has anyone found a way to fix? I am using CF9 Thanks Richard

Re: Now() offset by 1 hour

2013-04-02 Thread Richard White
...@trunkful.com www.trunkful.com On Apr 2, 2013, at 12:48 PM, Richard White rich...@re-base.net wrote: ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

Re: Now() offset by 1 hour

2013-04-02 Thread Richard White
CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Apr 2, 2013, at 1:03 PM, Richard White rich...@re-base.net wrote: Hi Will, thanks for your suggestion i just updated to the latest JVM 7, update 17. No change unfortunately This could be caused

Re: Now() offset by 1 hour

2013-04-02 Thread Richard White
Thanks guys. After running this code I can see I am running 1.6 Please excuse my ignorance but i have been searching on how to upgrade to 1.7 and have found no instructions on where to download it or upgrade. I have downloaded the JVM 7 Update 17 but it appears this isnt the same thing thanks

Re: Now() offset by 1 hour

2013-04-02 Thread Richard White
Regards, Wil Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Apr 2, 2013, at 3:26 PM, Richard White rich...@re-base.net wrote: Thanks guys. After running this code I can see I am running

Re: Now() offset by 1 hour

2013-04-02 Thread Richard White
Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Apr 2, 2013, at 4:22 PM, Richard White rich...@re-base.net wrote: I have downloaded the latest version although when I amend the jvm. config and attempt to restart CF it does not restart correctly, very odd

Re: Creating a knowledge base

2013-03-25 Thread Richard White
hasn't already done this sort of thing already as an OSS project? -- Aam On 10 March 2013 12:06, Richard White rich...@re-base.net wrote: ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology

Re: Creating a knowledge base

2013-03-25 Thread Richard White
mysql searches? Many thanks Richard The first thing I'd do is make sure I'm not simply re-inventing the wheel. Have you checked to see if someone hasn't already done this sort of thing already as an OSS project? -- Aam On 10 March 2013 12:06, Richard White rich...@re-base.net wrote

Creating a knowledge base

2013-03-10 Thread Richard White
Hi, I am tasked with creating a knowledge base for our web application. I have been given lots of FAQs and wondering the best way to implement it. Would The best way be to use cfcollection or to build it natively using the database (add the FAQ data into a database and search as normal) I

IsValid Integer 40+ and numeric argument???

2012-07-20 Thread Richard White
Hi, I have noticed that the isvalid('integer',value) function return true for the value 40+. Whereas if i pass 40+ to a cfargument numeric type an error is displayed saying invalid numeric value. Strange discrepancy! I actually need the isvalid function to return false if the sign is on the

Re: Thousand Separator ONLY

2012-06-27 Thread Richard White
Hey Jason, yes tried it but it adds a decimal to numbers that were previously integers, or with numbers that have 5 decimals for example it rounds it to one decimal Did you try numberFormat(myNum, ,9.9) ? On 6/27/2012 1:34 PM, Richard White wrote

Re: Thousand Separator ONLY

2012-06-27 Thread Richard White
Thanks Claude that works perfect, muchos gracious! Try this: (Note that for the last one you will get 0s at the end of the integer part, this is probably because of an overflow error. If you really have such large numbers, a function that works exclusively on the string will be needed.)

Thousand Separator ONLY

2012-06-26 Thread Richard White
Hi, is there any way to take any integer or float and add thousand separators without having to specify or change the decimal places thanks ~| Order the Adobe Coldfusion Anthology now!

Re: Thousand Separator ONLY

2012-06-26 Thread Richard White
631.231.6600 X 119   F 631.434.7022   http://www.austin-williams.com Blog: http://www.austin-williams.com/blog Twitter: http://www.twitter.com/austin_williams -Original Message- From: Richard White [mailto:rich...@re-base.net] Sent: Wednesday, June 27, 2012 12:21 PM

Re: Thousand Separator ONLY

2012-06-26 Thread Richard White
thanks for your help Robert although that didnt work as it returns lots of zeros after the decimal place. for example: 112221.111 got changed to 112,221.111000 thanks I believe you do your own format mask? I don't know the length of your number, but I think

Re: Thousand Separator ONLY

2012-06-26 Thread Richard White
thanks Jason, although this strips off all the decimals numberFormat(myNum, ,9) thanks for your help Robert although that didnt work as it returns lots of zeros after the decimal place. for example: 112221.111 got changed to 112,221.111000 thanks com/austin_

Re: Thousand Separator ONLY

2012-06-26 Thread Richard White
thanks Chris, i get an error when using the regular expression that says the number 112221.111 cannot be converted to a number this looks to be an interesting challenge for all of us! :) Kinda thought that's what the DecimalFormat function was all about. But now I am reminded that the

Re: Thousand Separator ONLY

2012-06-26 Thread Richard White
I think i may need to be clearer on what i am trying to achieve: I have any form of number, they could be integer or floats and with varying decimal places such as: 11 1.1 11.11 1.1 1. etc I need to have a function that simply adds the

Re: Anyone use/used Flinthosts in the UK?

2012-06-16 Thread Richard White
I used them almost 3 years ago. I found their support to be very good however they didn't have great 24 hour support. If I had a problem at the weekend I wouldn't get an answer till Monday morning. The nature of our business requires very responsive support which is why we had to switch. They

Apologies for the ExtJS Question: change column align dynamically

2012-06-16 Thread Richard White
Hi, Apologies for posting an ExtJS 3.3 question on a CF forum. I have searched over the internet, had no responses on Ext forum and am about to give up so id thought id give it one last effort and hopefully one of you guys may be able to help me out :) When i load my ExtJS 3.3 grid I set

Re: Converting this java code into cfscript?

2012-06-12 Thread Richard White
Thanks Leigh, made a lot of sense and works perfect!! See http://pastebin.com/M5CNshBp . Looks like my post got cut off again ...   -Leigh ~| Order the Adobe Coldfusion Anthology now!

Re: Modify Excel Spreadsheet

2012-06-09 Thread Richard White
that formatting is lost. Therefore i was looking for a way to directly modify the spreadsheet. Is using the poi library the best option for this? Thanks Have you looked at cfspreadsheet? Sent from my Samsung Galaxy SII On Jun 8, 2012 2:43 AM, Richard White rich...@re-base.net wrote

Converting this java code into cfscript?

2012-06-09 Thread Richard White
Hi, I am having difficulty understanding how i would change the follower Java code into cfscript... specifically the 'new CellRangeAddress' section: CellRangeAddress cellRangeAddress = sheet.getMergedRegion(i); CellRangeAddress newCellRangeAddress = new CellRangeAddress(newRow.getRowNum(),

Re: Modify Excel Spreadsheet

2012-06-08 Thread Richard White
Hi, does anyone have any feedback on whether its possible to open, modify and close excel spreadsheets with CF tags/functions, or would i need to use the underlying POI? thanks ~| Order the Adobe Coldfusion Anthology now!

Modify Excel Spreadsheet

2012-06-07 Thread Richard White (Re-Base)
the spreadsheet with cfspreadsheet, make the changes and update the document however it is losing all formatting. I was hoping to use cf tags to accomplish this without having to tap into the underlying poi Thanks for your guidance Regards, Richard White BSc (Hons), MBCS Co-founder

Re: Editing MS Word Documents with ColdFusion

2012-06-04 Thread Richard White
OK thanks Claude, will have a play around with this require me to replicate the rows many times depending on the amount of records in the database. Not trivial, but feasible. I have done some work where I generate congress badges with many fields and even images like logo and

Re: Editing MS Word Documents with ColdFusion

2012-06-03 Thread Richard White
Great suggestions guys, thanks. I will give open office a try... Hi, Last year i asked a question about the best way to open an MS Word document and edit the contents + formatting with ColdFusion. I was told at the time that the best way to do it was using a Word. Application object.

Re: Editing MS Word Documents with ColdFusion

2012-06-03 Thread Richard White
docs. They are mostly well known for excel...but the POI classes can handles all office docs if I am not mistaken. -Original Message- From: Richard White [mailto:rich...@re-base.net] Sent: Friday, June 01, 2012 11:59 AM To: cf-talk Subject: Re: Editing MS Word

Re: Editing MS Word Documents with ColdFusion

2012-06-03 Thread Richard White
Maybe there is another way around this: basically clients are saying they want to create the look-feel and layout of reports for themselves. We were thinking they could do this in Word and then upload the file, our application would search the document and insert the data in the spaces they

Re: Editing MS Word Documents with ColdFusion

2012-06-03 Thread Richard White
excellent idea. although some fields may be in a grid and require me to replicate the rows many times depending on the amount of records in the database. Can you see any other easier way we could achieve this? Yes: identify each field with some string, Close the document in RTF format

Re: Editing MS Word Documents with ColdFusion

2012-06-01 Thread Richard White
Alternatively is there any creative ideas to read in the contents of a word document along with its formatting, and then replicate it with additional content in a different format such as PDF? thanks for any suggestions Hi, Last year i asked a question about the best way to open an MS

Editing MS Word Documents with ColdFusion

2012-05-31 Thread Richard White
Hi, Last year i asked a question about the best way to open an MS Word document and edit the contents + formatting with ColdFusion. I was told at the time that the best way to do it was using a Word.Application object. I am finding this object extremely slow in writing and reformatting the

Re: Reading and writing text document sdvice

2011-10-02 Thread Richard White
thanks for the suggestion. this does seem intriguing although i have failed in my search so far to find many good examples of interacting with the documents with ColdFusion. I find even the Google API documentation isn't easy to follow and doesn't offer much java examples. Would you know of

Re: Reading and writing text document sdvice

2011-10-02 Thread Richard White
hi, unfortunately am unable to go down the Google Docs route as some of the data will be sensitive information and, due to regulations, needs to remain on our servers Ok thanks, didn't realise it was all XML based! Will give it a shot this seems like the bit you want.

Reading and writing text document sdvice

2011-10-01 Thread Richard White
Hi, Ours users have several pre-built MS Word templates. I need to open these documents and replace certain parts of the text with data from the database. There are literally thousands of different designed templates so i cant directly use the CF report builder. The way i tried to do it was

Re: CF and Word.Application

2011-09-30 Thread Richard White
I have found the word.application *extremely* slow when adding rows to a table and populating the cells with data. Has anyone else found this and know of anyway to speed it up? it is taking up to 5 minutes just to write about 50 rows! thanks Hi does anyone know of any good examples on

CF and Word.Application

2011-09-29 Thread Richard White
Hi does anyone know of any good examples on writing/editing text in a word document using application.word COM. I am using the MSDN library but tearing my hair out just trying to add new sentences and replace text. Thanks

Re: ORM overhead

2011-09-27 Thread Richard White
Thanks for the detailed responses. Database vendors have specific solutions for multiple identical databases, one for each customer. I'm so used to using MySQL maybe its time to look at some more powerful ones for this situation :) and the great thing about ORM as was mentioned is its

SQL grrr

2011-09-26 Thread Richard White
Hi, i know this is probably a simple answer and i probably drunk too much coffee! given the following sql data: ID value 1 A 1 B 1 C 2 A 2 B 3 A 3 B 3 C i need to run a query that says return me the ids that are linked to values A and B and C. so this query on the

Re: ORM overhead

2011-09-26 Thread Richard White
to rephrase this question slightly, has there been much take up on the CF9 ORM? i read somewhere it was one of the most welcome enhancements in CF9, but then i also read somewhere else its an overhead too far for many developers Hi, we are looking to restructure our system using ORM but are

Re: SQL grrr

2011-09-26 Thread Richard White
thanks, works perfect! Hi, i know this is probably a simple answer and i probably drunk too much coffee! given the following sql data: ID value 1 A 1 B 1 C 2 A 2 B 3 A 3 B 3 C i need to run a query that says return me the ids that are linked to

Re: CF Standard License

2011-09-24 Thread Richard White
Russ thanks for your reply on open bluedragon, it certainly seems very intriguing, do you run on this? and if so are there any downsides, or advantages, over directly buying a CF9 Standard license? thanks or open bluedragon

ORM overhead

2011-09-24 Thread Richard White
Hi, we are looking to restructure our system using ORM but are wondering: firstly, about the general overhead of the CF9 ORM? secondly, the overhead in terms of the following scenario: Our application is generalized and customizes itself and its database around users requirements. The users

CF Standard License

2011-09-23 Thread Richard White
Hi, Am i right in understanding that the only places to get CF9 Standard licenses are from Adobe or hosting companies? Our hosting company doesn't resell them and we looking for the most competitive pricing! thanks ~|

Re: CF Standard License

2011-09-23 Thread Richard White
thanks for the info guys. no unfortunately i need cf9 :) although if your cf8 is done so cheap that i can merely upgrade to cf9 which would save some dollar then i would be interested ;) Hi, Am i right in understanding that the only places to get CF9 Standard licenses are from Adobe

Exact pixel hex color

2011-09-10 Thread Richard White
Hi, I need a function that is passed an image and gets the precise color of a specified pixel. I have seen Ben Nadel's ImageUtils on riaforge and use the GetPixel function. However, it doesnt always get the exact colour. For example if i pass it a png image that has the color: R-204,G-97,B-0

Re: Exact pixel hex color

2011-09-10 Thread Richard White
no it was my understanding of image processing! it returns color of bmp files fine. Hi, I need a function that is passed an image and gets the precise color of a specified pixel. I have seen Ben Nadel's ImageUtils on riaforge and use the GetPixel function. However, it doesnt always

Re: Exact pixel hex color

2011-09-10 Thread Richard White
thanks for the solution yes unfortunately it didn't work correctly with PNG files - only randomly though. Although, the test case i found consistently not to work is an image with the rgb mentioned above thanks Ray, I know that but how many others will? when dealing with x and y, most

Re: Exact pixel hex color

2011-09-10 Thread Richard White
also just filed the bug report :) Ray, I know that but how many others will? when dealing with x and y, most know that it it’s the number across and number down. Why confuse them more with words most will not know? Then consider it an opportunity to learn something. ;) Seriously - aren't

Re: Exact pixel hex color

2011-09-10 Thread Richard White
sure, can you ping me offline and ill reply with the details. sorry i would send them although i use houseoffusion site to access these lists and cant see an email address i also regularly hear you guys talking about mailing lists and being able to see each others emails. i think i am missing

Re: Build drag and drop interface?

2011-09-03 Thread Richard White
thanks for the replies, its more like a drag and drop form builder, where items can be snapped into positions... i suppose similar to ExtJS Designer but one that our software can manage internally... basically our spec is that our clients have various fields in their databases. they want to

CF licenses monthly?

2011-09-02 Thread Richard White
Hi, does anyone know of any way to get CF licenses by monthly payments instead of full payment upfront? thanks ~| Order the Adobe Coldfusion Anthology now!

Re: CF licenses monthly?

2011-09-02 Thread Richard White
OK thanks for the replies Hi, does anyone know of any way to get CF licenses by monthly payments instead of full payment upfront? thanks ~| Order the Adobe Coldfusion Anthology now!

Build drag and drop interface?

2011-09-02 Thread Richard White
Hi, We use CF as our server side technology and ExtJS as the client technology. Our clients want the ability to create their own 'forms' via drag and drop within our software (much like forms are created in MS Access) does anyone know of any means to achieve this? thanks

Re: Build drag and drop interface?

2011-09-02 Thread Richard White
Hi Matt, sounds interesting, sorry i use houseoffusion site directly and have never seen a way of pinging people direct :/ do you see my details and mind pinging me? thanks Richard, Ping me off-list, please. I may have something of interest to you. :-)

Management API?

2011-08-28 Thread Richard White
Hi, i am creating a management API to manage my clients' software. The benefit is that at a click of it will setup or delete the clients databases etc... what do you guys think of the security of this as i am presuming this would need to have root access into MySQL as it needs to have the

Re: Management API?

2011-08-28 Thread Richard White
thanks Russ :) this is how all hosting control panels work, and tools like PHPMyadmin, so it is quite normal. Obviously you would need to make sure that the API itself is secure and password protected. ~| Order the Adobe

QoQ Cast Order By

2011-08-21 Thread Richard White
Hi is there a way to use the cast function in the order by clause, e.g: Select x from query order by cast(x as date) it shows an error saying cast cannot be used. Does anyone know a way around it? thanks ~| Order the Adobe

Re: QoQ Cast Order By

2011-08-21 Thread Richard White
thanks ray! Try select cast(x as y) from query order by y ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

CF document and form text area

2011-08-13 Thread Richard White
Hi, we are creating a PDF to display in the browser using the cfdocument tag. However when the PDF displays in the browser we want it to include a text area where the user can simply add text and then print the PDF document (note: we don't need to save the text they enter) is this possible?

QuotedValueList and column reference

2011-07-31 Thread Richard White
Hi, How can i reference a column in a QuotedValueList? For example: the following works fine: - QuotedValueList(theQuery.id) However, i need to reference the column instead of hard-coding it, the following have all failed: cfset columnName = 'id' / -

Re: QuotedValueList and column reference

2011-07-31 Thread Richard White
managed to get it working with the following: - Evaluate(QuotedValueList(theQuery. columnName )) Hi, How can i reference a column in a QuotedValueList? For example: the following works fine: - QuotedValueList(theQuery.id) However, i need to reference the column instead of

  1   2   3   4   5   6   7   8   9   10   >