Again, what do you mean? What is the context? You could just use a hidden form field next to the cfgrid, like this <cfform> <cfgrid> </cfgrid> <cfinput type="hidden"> </cfform>
I have been reading about gateways and want to build a new CF11 application to use it. What I want is that my application can comunicate with operators in the field, two ways, realtime, so that every…
Hi folks...I'm being driven crazy by this seemingly simple task. I have 4 selectboxes, each AJAX-driven, grabbing items from a database, and then populating the next box in turn. Once a submit…
Hi, I have the query with out put below for one field as an example Status ------ yes yes yes no i want to be able to do the compare for ALL status in one field but don't know how to do…
So our credit card processing started generating an error out of the blue on October 28th between 3pm and 10pm ET. Last successful transaction 3:14pm then failure from 10:50pm onward. We deal with…
In CF 11 (Developer Edition), non-POST-type requests with data to CFC files seem to get stuck in ColdFusion. I don't believe I've changed anything in CF administration that could affect this, and as…
Do you have experience changing your application from CF8 and Flash/Flex to only CF? If so, how do you replace the Flash/Flex part? Any experiences to share?
I have a simple table with an NVARCHAR column and some random Korean and Chinese characters. I can successfully query the database and output this column to the my browser in addition to passing an…
I've inherited a ColdFusion 10 application with an Oracle 11g backend; Windows server. I am mostly a DBA and not a ColdFusion expert. In the code for the application, they have the datasource…
Hi, I have just created simple wsdl example: My Component: <cfcomponent displayname="mytest"> <cffunction name="service_login_authentication" access="remote" output="true" returntype="any"…
I have a web application written in CF8 with Oracle 11g as the back end. This application has been used very often for more than 6 years. Currently I am moving to CF10 and did only a little…
