Re: Delete items unchecked from a form
If you're going to quote, quote the WHOLE post. Because the second line "So you'll have to do extra cross checking to ensure that the IDs that are there are ones that were initially displayed or that...
View ArticleBeans get and set, but can they perform miscellaneous property modification?
In my learning of OOP, I came across a statement indicating that Beans should only be able to get/set properties of themselves. As such, many times I have a getProperty() and setProperty() for the...
View ArticleRe: CF 9 HotFix 4 - RDS
Hi I had a similar problem and I realised that it was because I didn't understand the implications of a couple of hotfixes included. Please see the description of my problem (similar to the one...
View ArticleRe: cfpresentation marginTop?
I *kinda* figured out the problem here. I had mindlessly left the "title=" attribute of cfpresentationslide to a variable which was resolving to an empty string. Apparently whatever is in the title...
View ArticleRe: Coldfusion does not recognize IE11 - Flash forms not working.
We're in the same boat - . What version of CF are you using? I know our version is old, but -- just like getting away from flash forms -- I can't upgrade it overnight.
View Articlepass query id into pop up window
Hi, i want to be able to pass the id from the query into the popup window but not sure how to do it, would you please help me with this? - thanks code below (A) working fine with open the pop up detail...
View ArticleRe: Dreamweaver CC Coldfusion 10 extension?
Hi Rich, An MXP extension can be converted to a ZXP extension using the “Convert MXP Extension To ZXP” tool. This tool can be found in the Tools menu in...
View ArticleRe: Bought Standard License but showing Developer one
Hi adsargen, Apologies for the delayed response. I have checked both the serial numbers. The upgrade is made from CF8 Enterprise to CF10 Standard, which is not a valid upgrade path. You may confirm the...
View ArticleRe: Bought Standard License but showing Developer one
Anit,Below is the conversation my manager had with one of the sales people at adobe. Once he called the number, the sales person told him it would not be a problem to upgrade from Enterprise to...
View ArticleRe: Bought Standard License but showing Developer one
Hello Tony, As per our conversation, we are looking into this. Regards,Anit Kumar
View ArticleRe: pass query id into pop up window
you have an 'openWin' function, but then you're trying to add inline JS to do the same thing. I assume that later on you're looping over your 'foo' query outputting these links to renew. In which...
View ArticleTrying to install CF10
I am trying to install CF10 on a virtual server.The server is a Windows 8 R2 with Service Pack 1 installed. Dual 2.53 GHz with 6144MB of RAM. The server has IIS7 installed. I got most of the way...
View ArticleHighlighting the current day
Hi, happy new year.I have some code that gives me a calendar on my cfml page.Is there a way that I can modify this so that the current day has a background color?Thank you very much. <code>...
View ArticleRe: Trying to install CF10
Hi ctreeves, Please ensure all of these IIS features are enabled: ASP.NETCGIISAPI ExtensionsISAPI Filters The above options can be installed, by following the steps mentioned under Installing IIS...
View ArticleRe: Trying to install CF10
Thank you, when I read that article, it looks like those are already enabled. I'll have to work with our IS department to try and figure this out. This is very challenging for me because they don't...
View ArticleRe: Highlighting the current day
So it looks like you're only outputting the current month, which makes things easier (if you add the ability to navigate backwards or forwards through the months and years, this code would need changed...
View ArticleRe: CF10 CFFTP listDir
Adobe - you seem to have a problem here. I have tried ListDir on known connections and it fails every time. Can somebody provide an answer?
View ArticleRe: CF10 CFFTP listDir
Action="close" does not work either. It says "invalid Connection Specified" even if this command is issued immediately after the Open command which works fine.
View Article