I have a dynamic pdf form, which I edit with Adobe LiveCycle Designer
7.It has a DROP-DOWN FIELD called "txtPayMode"I have the following code
in it's ENTER event... which CHANGES the value of another DROP-DOWN
FIELD called "TariffBracketDropDownList", based on the CURRENT
MONTH...----- form1.Pg1_Subform.Header.txtPayMode::enter - (FormCalc,
client) ------------------------------if ((Num2Date(Date(), "MM") == 09)
| (Num2Date(Date(), "MM") == 10) | (Num2Date(Date(), "MM") == 11) |
(Num2Date(Date()...