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 dencom 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: mamabird
  • Content: Threads
  • Order by date
  1. mamabird

    Multiple form submission...or loop?

    I have a page that lists several papers that users need to register for (through salesforce.com) There is one registration form and 3 buttons ("get doc 1", "get doc 2", "get both docs". Since this is set up through salesforce there are 2 items I cannot change: <form...
  2. mamabird

    global variable in absolute path?

    Hello, I am new to PHP so I'm trying to struggle through this issue. I have taken over a site in which the previous developer didn't believe using a directory structure to keep files neatly organized - 90% of the pages in the site are all in the main directory. One of my goals is to clean this...
  3. mamabird

    Outputting text with single quotes

    I have a form, the contents of which gets emailed to someone. The form has a textarea and several radios. If the user enters "John O'Connor" in the textarea the outputted value is "John O\'Connor". One of the values in one of the radios is "Don't Know". If selected the outputted value is...
  4. mamabird

    Oracle DECODE not giving correct results in CF

    I am using CFMX and Oracle 10g. I am trying to populate a dropdown list from a database using the format "last name, first name". One of the values in the list of users is NA (there is an NA in both the first_name and last_name fields of the database). I don't want the NA record to display as...
  5. mamabird

    Using a comma in the default param of DECODE

    I am using the DECODE function and my default value has a comma. When I run the query, it's cutting off everything after the comma in my default. How can I get the entire string returned? SELECT DECODE ( mycol, '1', 'One', '2', 'Two', '3', 'Three', 'This, is...
  6. mamabird

    Write child value to parent

    I have a parent form that opens a child form so users can pick some values. When they submit the child form the values correctly populate the parent's input fields. However, I don't want them to be fields on the parent, just text written to the page. It works when I have <input type="text">...

Part and Inventory Search

Back
Top