Chris - thanks for looking at this.
Here is a link to the page ... http://www.tccprint.com/inserttracker/AmesTribune/ames_booked_Insert.asp
and here is the complete page code ...
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="../WA_DataAssist/WA_AppBuilder_VB.asp" -->...
There are around 11 checkboxes and the database value it is putting in each is based on zQuantity value. value="<%=(rsZones.Fields.Item("zQuantity").Value)%> For example that quantity may be 351. No matter what box I check I get the 351 value. The second checkbox is not moving to the next record...
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...
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...
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...
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...
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...
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...
Hi,
I did come across some javascript in this forum which does a nice job of putting a total of the "Zones" checked into a "Total" textbox on my form ...
<script>
function calculate(){
ttl = 0
//sets the total couter to 0
allInput =...
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...
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...
I thought I would post the whole code which we have been using and working with Acrobat 5. Hopefully to clarify what we are trying to do .. either make this work with Acrobat 7 or print to a post script that I can use in Distiller.
The forms are coming from Access DB.
Option Compare Database...
I have been doing the same thing that dodge20 has explained at the beginning of the posts using Acrobat 5. Now with Acrobat 7 this does not appear to work.
Does anyone know how to make this work with Acrobat 7 or is there a way to use this same cod to print to a postscript file?
Thanks, Jay
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.