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

    Checkbox value

    I have a mysql database that contains fields for "zZones" and "zQuantity" Each Zone has a Quantity attached to it. I have an insert form with checkboxes. When you click a checkbox it activates a javascript that puts the total Quantity of the checkboxes selected into a total field. My problem...
  2. Jay319

    List Box to populate db with one value and form textbox with another

    I have a database with these fields ... insertID insertAccount insertAccount_No insertPublication I have a list box that is dynamically created so the label shows the insertAccount and value equals insertAccount_No I have a javascript that when you select an Account from the list box it...
  3. Jay319

    Dropdown Menu - populate textbox with different value

    Hi, I have a dropdown menu which when an account is selected I would like to have a textbox automatically populate with the account number. Here is what I have started ... <script language="javascript"> function MoveacctNumber() { var myVar = document.form1.acctNumber.value...
  4. Jay319

    Dropdown Menu - populate textbox with different value

    Hi, I have a dropdown menu which when an account is selected I would like to have a textbox automatically populate with the account number. Here is what I have started ... <script language="javascript"> function MoveacctNumber() { var myVar = document.form1.acctNumber.value...
  5. Jay319

    Tie Checkbox to a Hidden Field

    I have a series of dynamic checkboxes on my form that when checked calculate to a total field on my form ... showing a running total. I also have a hidden field on the form that I would like to tie to this checkbox. The checkbox would show the total and then send the hidden field value to the...
  6. Jay319

    Tie Checkbox to a Hidden Field

    I have a series of dynamic checkboxes on my form that when checked calculate to a total field on my form ... showing a running total. I also have a hidden field on the form that I would like to tie to this checkbox. The checkbox would show the total and then send the hidden field value to the...
  7. Jay319

    auto calculate dynamically created checkboxes in a form

    Hi, I have a form that has some dynamically created checkboxes ... <input name="bkZones" type="checkbox" id="bkZones" value="<%=(rsZones.Fields.Item("zZone").Value)%>"> . I also need to capture some "quantity values" from the database when they check the box that I would like to appear in a...
  8. Jay319

    auto calculate dynamically created checkboxes in a form

    Hi, I have a form that has some dynamically created checkboxes ... <input name="bkZones" type="checkbox" id="bkZones" value="<%=(rsZones.Fields.Item("zZone").Value)%>"> . I also need to capture some "quantity values" from the database when they check the box that I would like to appear in a...
  9. Jay319

    Name and Print Coupons

    I have a series of coupons set up in Forms that I print to the PDF Driver. I click on the first coupon go to File and Print. Click Selection so I only get the first coupon. Click Print, then it asks me to name the PDF file (which is a name on the coupon that is called up from the database)then...

Part and Inventory Search

Back
Top