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 Wanet Telecoms Ltd 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: *

  • Users: BettyGay
  • Content: Threads
  • Order by date
  1. BettyGay

    Outputing results of dynamic query

    I have a query that looks something like this: <cfquery name="AFX" datasource="xxx"> Select #form.selectA#, #form.select1#, #form.select2# from TblUniforms Where (#form.selectA# like '%#form.text#%') </cfquery> The form variables come from the previous page and are submitted by the user. The...
  2. BettyGay

    username for file

    I have a hyperlink to a file on a fileserver. In the path I need to add the username, How do I do this? I this is an elementary question but thanks in advance for your response.
  3. BettyGay

    Datasource not defined

    how do I trap a datasource error in a page. I have several different datasources in the same page but I want the page to still run even if one of the datasources is down. Just skip over that field.
  4. BettyGay

    First Five records of table

    How do I select the first 5 records in a table with 10 thousand records?
  5. BettyGay

    Updating a child table

    Okay, here is my problem, I have a systems table with systems, category, type and designation fields about 500 records. The category, type and designation are just a number like 01, 02, 03. Then we have a category, type and designation table with addition fields holding descriptions and such...
  6. BettyGay

    More than one submit button in the same form

    I need to have 4 different submit buttons submit the same form to 4 different process pages. How do I do this? Or should I submit all the buttons to the same process page and then check in the page to see which button was pushed. Can I do it that way?

Part and Inventory Search

Back
Top