Re: Product support
https://www.adobe.com/support/products/enterprise/eol/eol_matrix.html# 63.-Carl V.
View ArticleRe: SELECT Auto Complete
Iccsi, AutoComplete widgets typically don't use SELECT elements; they usually build off of a standard text input box. While I strongly discourage using <CFINPUT> (or any of the built-in...
View ArticleRe: Remove "" code
Are you just trying to remove the empty <p></p> tag pairs, or all of the <p></p> tags and their content?
View ArticleRe: SELECT Auto Complete
Thanks a million for the information and help, Regards, Iccsi,
View ArticleRe: Remove "" code
Hi thanks for your answer, I am indeed trying just to remove the empthy <p></p> tags, but because there is spave between those tags and around them I have great problems removing it with...
View ArticleRe: Remove "" code
Yes, that was going to be my next suggestion, although I couldn't tell you what that RegEx would look like. Good luck!-Carl V.
View ArticleRe: Remove "" code
Well that means I am moving in the right direction then, thanks, I will give it a Google once more...
View Articleselect value base on previous select value
I have 5 select on the form and each one uses different data source from the query like following.I want to every one data limite by previous dropdown just like department, manager, supervisoe, leader...
View ArticleRe: select value base on previous select value
You are going to have to do some JavaScript/AJAX work to update the option values for the last four dropdowns. Using jQuery this isn't terribly difficult, and there are a number of blog posts and...
View ArticleRe: select value base on previous select value
Thanks a million for the informaiton and help,Yes, jQuery chain Select is what I am looking for,Thanks again, Regards, Iccsi,
View ArticleSSL Connection error message while connect to SQL Server
I got an error message when I connect to a MS SQL server with SSL connection.The error message is connection verification failed for data...
View ArticleAdobe Story needs Speech Control
Does Adobe Story have speech control? (The computer reads back the script to you like in final draft) If not, they might need to add theat in there
View ArticleRe: Adobe Story needs Speech Control
How does this relate to ColdFusion? Are you sure you're posting on the right forum? (granted, that's a rhetorical question). -- Adam
View ArticleFileReadLine
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461 172e0811cbec22c24-6d46.html
View ArticleRe: FileReadLine
It would be useful to know what fileReadLIne does for different line endings in a file. Hopefully it's just clever...
View ArticleCF 10 Scheduler - all tasks ran at once
Hi, Quick question, are there any known issues with CF10 (update 11) and scheduled tasks? Today we had a dozen scheduled tasks, which run late in the night at completely different times, all run at...
View ArticleThere was an error while validation.
After applying security patch APSB11-14 on 8.01 we are now seeing this error on every page that makes use of cfwindow. This is what the log file says: CFContainerID: Invalid input. Please conform to...
View ArticleFindNoCase
Hi, i want to find the if the record from the list is matched with the record from the query but my code is not working. Can you please help? <cfset variables.subListItems =...
View ArticleRe: ColdFusion 10 & .NET - Verification & Integration
It's not something silly like you don't have the correct version of the .Net Framework installed on your cold fusion server is it?
View ArticleRe: ColdFusion 10 & .NET - Verification & Integration
I reinstalled Codfusion.Net and now it works. Thanks! John
View Article