I need advice on the best way to accomplish something simple [i think]...
I have a report that displays as a default when I go to a page. What i want is to put choices at the top of that page that allow users to select a different report if they don't want the default. I would also like this to...
I'm trying to limit query output rows to 10...but when my sort column has records with the same value (ties), all of them display (over and above the Top 10 that I have set).
I have tried 'select distinct top 10 ...' but since the other fields are different, each record is distinct.
Will I...
Hmmmm...cfinput processes hidden input fields on my development server.
Anyhow...I changed it to <input type="hidden"
on the production server by how do I get it to pass my url variable now? I no longer get the error, but it is passing the actual string to the url, not the variable that I need...
This works fine on my standalone development machine...but when I post the code to the production server, I get an error that basically tells me it isn't acknowledging my 'hidden' input type:
Here is the code:
<cfinput type="hidden" name="District_ID" value="#URL.District_ID#">
Here is the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.