Yes, I know about the select box, that is just an example. I need to validate the other fields to make sure each has an entry, and that the quantity is...
Are you still needing help with this? ________________________________ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On...
I have a column named unitValue, datatype float, lenght 8, in a table on sql server. The user has to enter numeric value and 2 place decimal to pass...
What you are looking for is this, I believe: numberformat(number,00) e.g. <cfoutput> <cfset thisValue = 99.90> #numberformat(thisValue,0.00)# </cfoutput> ...
What you are asking for is commonly referred to as Chained Selects. http://bytes.com/answers/javascript/663394-dynamic-drop-down-menu#post26 38357 You may want...
I just wondered if CF has some function for doing it so that if I have a car make like honda and then the models in the second menu beneath it the contentsof...
Hi Blake, Yes you can do it with CF by using the <cfwddx> tag with its action set to "CFML2JS". HTH David R ... have ... beneath it ... small sample of the...
Anybody know how can I implement Onsessionend into application.cfm? thanks Shaj [Non-text portions of this message have been removed]...
Shajahan Hameed
shajahanhameed2001@...
Dec 2, 2008 8:35 am
43916
Thanks for the tips all. It seems like these texts are the only books out there for learning ColdFusion 8. There was only one other text on ColdFusion 8 and...
Hi everyone. I just have a question about creating some search options with a first, middle, and last name. I have the code working to search for a name in any...
Hello, I have a question maybe someone can help with. I want to assign a Coldfusion Session variable (i.e. username) to a Flex Actionscript variable that can...
While the overwhelming majority of users are not having trouble with this application, I get 2-3 reports like this a week and can't find anything about it that...
Do you have any includes on the page? Maybe one of those could have the call to the SP that is having the problem. -hankcfman ________________________________ ...
Nope, it has several calls to one SP and one to another one directly in it, but not on line 52. Most people are able to use it without error and I added code...
I am thinking maybe the connection pool might be the problem, too. Not sure that a corrupt driver wouldn't affect more than just these two applications and...
Go through your code and count the number of unique stored procedure calls and query tags utilizing cfqueryparam and then add a number to account for any you...
Here is something else, though, regarding the connection pool - I know that the page is executing some of the SPs just fine and the whole page is CFLOCKed....
Sorry, John, that went right over my head. What do I need to tell my CFServer caretaker? Thanks for jumping in here. JoAnn ... procedure calls and query tags...
I have not used flex in a while, but you can use remoting to connect to a cfc, and so you CF logic in there. That is all I have done with flex(or flash) is use...
Does Fusebox have a setting or method that forces an application to run under SSL / https? I don't see a setting in the various XML files and my normal...