hash ID from cfmail?
Hi, i am uisng CF7 and develope the page with have cfmail send the url to customer but i don't want them to see the ID from the link. Is there the way to hash, encode, decode for not letting them see...
View ArticleRe: hash ID from cfmail?
Yes, you could use the Hash function (added in MX7). Since you can't "unhash", you would need to Hash the ID and store the resulting string somewhere. The email to the customer would contain the string...
View ArticleRe: CFQUERYPARAM
The problem is likely with the value of trim(form.txtMyID). Directly using FORM variables is not a good idea, for a variety of reasons. It is better to initialize all your variables as uniquely named...
View ArticleRe: Report Designer using stored procedure
I just need to create fields on the Report Builder user interface on the field and parameter section,Thanks for your information and help, regards, iccsi
View ArticleRe: Dynamic Report heading
it seems that the controls are client side, ColdFusion Server does not know anything about client side controls, if it support Javascript then it should be able to set the caption on the label,...
View ArticleRe: CFSET and CFOUTPUT
CFSET and CFOUTPUT are ColdFusion Server side tag, it should use javascript for client side controls, if Report Builder support javascript then it should be able to modify caption of the label,...
View ArticleRe: Variable REPORTQUERY is undefined.
it works if I use CFQUERY,since CFQUERY can be named and can have execute stored procedure syntax, Regards, Iccsi,
View ArticleRe: Yet another CFIDE vulnerability!
As you are from ADOBE,Could you help me to update my CF9.0I may need to update first Windows 2008 server to SP1 ? Really, I am afraid of update and hotfix, I am in production,and so afraid to break...
View ArticleRe: Pass variable in Dateadd() function
Run the following test. I hope everything will then become clear. Both CFM pages are within the same directory. testFormpage.cfm <SCRIPT> function fnselectcat() {...
View Articlecoldfusion 10 mandatory update run as root
Is there a way I can apply CF 10 mandatory update without using the root account? I don't have access to root account in my environment.
View ArticleRe: coldfusion 10 mandatory update run as root
I don't think there is a way to do it, UNLESS there is another user added with admin rights. If you're not the root, you'll have to find one who is and get them to do the update. ^_^
View ArticleRe: hash ID from cfmail?
Do you mean use the CreateUUID function? Yes, you could. I'm not sure when that was added, the Livedocs don't say when a function was added, as they do for tags. Whatever works in MX7 should suffice.
View ArticleRe: coldfusion 10 mandatory update run as root
Hello, Thank you for your post. I completely agree with WolfShade, that you would need Root user access or an account with equivalent privileges. Regards,Anit Kumar
View ArticleRe: CffileUpload + cffile.clientDirectory
Hi BKBK, Thank you so much for the reply. I removed the onComplete="previewfile" and the error 500 disappears now. I am looking for cffile.clientDirectory information, but unable to get it.PLEASE...
View ArticleRe: ColdFusion 10 intermittent "service not available"
Lee, can you clarify the version you changed to? To be clear, the JVM built into CF was indeed an “official oracle JDK JRE”, albeit not the latest. It’s 1.6.0_29, as installed by Adobe. So are you...
View ArticleRe: Yet another CFIDE vulnerability!
We have already given very detailed step by step instruction in the security bulletin and the technote. If you need any further assistance, you can reach out to support or you can get someone from the...
View Article