User Profile

Collapse

Profile Sidebar

Collapse
Andy Gassmann
Andy Gassmann
Last Activity: Dec 16 '10, 04:01 PM
Joined: Dec 14 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I think I am almost there, but don't quite know how to get this to work exactly. I am able to type something into a text box and update the drop down menu, but that only works if I type in the exact value that is in the option value in the drop down menu item. How do I get this to work if I just type anything into the text box and have it populate the drop down menu with what I need? For example, what works now is if I type in 3.00 into the name...
    See more | Go to post
    Last edited by acoder; Dec 17 '10, 11:43 AM. Reason: Added [code] tags

    Leave a comment:


  • Yes, there is a database where the drop down list is being populated from. Here's the code for the sales order number field box and the drop down for the Sales Status below. Basically, if anything is typed into the sales order number field, it will change the sales status to Ordered. There should only be numbers typed into the Sales Order Number field.

    Code:
    <tr>
    <td class="edit" align="right">Sales Order
    ...
    See more | Go to post
    Last edited by acoder; Dec 17 '10, 11:42 AM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • Auto populate a drop down from a text field

    Hi. I have a text field called "Sales_Order_Nu mber" where a user can type in a sales order number. Then I also have a drop down menu called "Sales_Opti ons" which is the Sales Status of a quote if it's Open, Ordered, Closed, or Pending.
    How do I write the code so that the Sales Status field will be automatically updated to "Ordered" if something is entered in the Sales Order Number field?
    I found the java...
    See more | Go to post
No activity results to display
Show More
Working...