Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. married2themachine

    cfinclude, cflocation, frames...how should I do this?

    Thanks Lyndon...I'll give it a shot.
  2. married2themachine

    cfinclude, cflocation, frames...how should I do this?

    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...
  3. married2themachine

    How can I limit query rows in cases with 'ties'?

    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...
  4. married2themachine

    Receiving error on "input type="hidden""

    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...
  5. married2themachine

    Receiving error on &quot;input type=&quot;hidden&quot;&quot;

    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...

Part and Inventory Search

Back
Top