Re: Number of charts
The cfgraph tag is deprecated, look at the "format" attribute of the cfchart tag for supported graphics formats.
View ArticleRe: cfinput 'datefield' always aligns to left
Over the years I have moved away from using CF input validation and instead use jquery and the validation plug-in. For a more direct answer, have you tried creating a "center" class with text-align set...
View Articlecflayout horizontal width / tabs differ between apps, same server
Yes, I know cflayout is the worst but I am trying to use it nonetheless. It's working fine (providing I realise its limits) ... on two web sites on one piece of hardware (server). We have our own...
View ArticleRe: Losing sessions after moving to CF10
I enabled J2EE sessions previously, and that yielded the same outcome - the session was lost between secure/insecure pages. The problem with allowing https:// URLs throughout the site is that Google...
View ArticleRe: ColdFusion with IIS URL Rewrite - Page never finishes loading
Solaced, I've never used an IDE; I only code with notepad. Orphaned links (and other link issues) are best checked with Google Webmaster Tools (GWT). There's a whole raft of tools that can help you...
View ArticleRe: Dynamically loading THIS scope values from a config file
I've had to do something similar in one of my apps. In order to populate values in the THIS scope, you'll need to put a copy of the XML loading/processing logic in the pseudo-constructor (or...
View ArticleRe: Dynamically loading THIS scope values from a config file
Hmmm. I had not thought of that. I'll give it a shot and see what happens. Thanks for the tangent, Carl!
View ArticleRe: cfinput 'datefield' always aligns to left
Yes I have , text-align: center only centers the text and not the input element.
View ArticleRe: cfinput 'datefield' always aligns to left
Sorry, I misunderstood -- I thought you wanted the text within centered. Maybe try "margin:0 auto !important" instead. Other than that, jquery would be my recommendation.
View ArticleSession Variables Reset
Hi Everyone! We have been having issues with session variables being dropped/changed. Basically what is happening is a user submits a web form and the session variable is changed. We also have problems...
View ArticleRe: Session Variables Reset
Sounds similar to our problem when moving between http and https pages, which is when we lose our session in the same way. The CFID and CFTOKEN should stay constant, so that's correct behaviour. Do you...
View ArticleDowngrading a CF licence
We have a CF application which is running fine locally under a v9 developer licence. We now need to transfer to a production server. We have bought a v10 enterprise licence which we were hoping to...
View ArticleRe: Coldfusion forms being injected with Javascript code
You're using <cfform>, right? When a <cfform> tag is processed by ColdFusion, it generates an HTML form, and a bunch of JS to make the special <cfform> functionality work. What you...
View ArticleRe: Coldfusion forms being injected with Javascript code
I'm not sure about the email. How is the email being generated and are you using cfform in the email? If you are using cfform, I would definitely change the logic to not use it. Other than that, I...
View ArticleRe: Product support
You can post your query in Coldfusion forum...moving the discussion there
View ArticleRe: Coldfusion forms being injected with Javascript code
When you say "uploaded to the server", and "through email", are you talking about people writing the forms' HTML/CFML code and sending that code via email to be inserted into your application system?...
View ArticleSELECT Auto Complete
I have a SELECT dropdown on the form and would like to have a function while user type then the dropdown will get the most close record for user to select. I tried to look on the internet, but no luck,...
View ArticleRemove "" code
Hi all, I have a difficulty removing this code "<p> </p>" with replace. The code in the cfdump is: </p> <p> </p> <p> in the html output it is: <p> Tijdens de...
View ArticleURL not compiling properly
I have two URL's that I have changed in my code. Both are href tags in cfm pages. My problem is that when I view the page in a browser they are pointing to the wrong locations. Both URL's are...
View Article