This came as a surprise to me - but just in case you weren't aware (like me) - 9.0.2. isn't just the "Remove Verity" update, it also includes the cool queryNew/queryAddRow changes in ColdFusion 10. For a full listing of what did change, consult the release notes:
Archived Comments
Ray, this is unrelated..
In JS one can say "document.calEquip2.CALIB_RCV_DT.value == ""; where calEquip2 is the form name and CALIB_RCV_DT the form file name. why is one not able to do this viz..
<cfset someVar = #calEquip2.CALIB_RCV_DT.value#> in coldfusion without submitting the form first and not use one of the many tricks that I've seen on the web.
Ray, maybe I'm blind, but I can't find an updater, only full installer. Missing something?
I don't think there is an updater.
@Arthur: Um, I'm not sure where to start with this. You can't run CF code without first running a CFM. That means you either post the form normally, or use Ajax to post it and handle the result then. Not quite sure that answers your question though.
Do you know if there are any plans to release an updater? I could understand not having any if it was only a "remove Verity" thing but it includes syntax sugar which pre 9.0.2 user won't receive?
As far as I know there are no plans for that.
Update: there's no queryNew/queryAddRow in CF902.
see:
https://bugbase.adobe.com/i...
https://twitter.com/rakshit...
Ugh, well, I guess it was a doc issue. Sorry I mislead folks.
Hi Raymond,
I don't think you have mislead. Because (avoiding redundancy) please refer to my question here:http://stackoverflow.com/qu....