Is it possible to write a JavaScript for: If formfield1 = "text" and
formfield2 > 9999 then background color of formfield1 = 255,255,255 and
message box = "blah, blah, blah", else do nothing
We have a form that is connected to an Access database that contains
vendor numbers. The user clicks on a drop down list box to find the the
vendor number. The vendor number consists of seven characters. The first
four characters are alpha, the last three are numeric. The user can type
in the drop down list without selecting the drop down arrow the first
alpa character of the vendor number which will take the drop down list
to the beginning of that alpha section. Is there code that will allow
th...
Hi Steve,I understand what how your form is working, but am having a
little trouble with the code as my form is not set up exactly like the
example. Is it possible for me to send you my form so the code can be
modified accordingly?
I have an AP input form. In the header the user enters the invoice
amount in a numeric field named InvoiceAmt. In the body of the form the
user enters a GL code along with an associated amount of distribution
for that GL code. There are multiple lines (10) for the GL and amount
inputs. At the end of the 10 entry lines there is a numeric filed named
Total that sums the amounts of the GL distributions. The InvoiceAmt
entered in the header must equal the Total amount. Is there a way to
code some so...
I have a flowable purchase order form whereby the end user can add or
remove items. When added items exceed the first page they do not flow to
a second page. I am relatively new to LiveCycle and would appreciate any
guidance.