Ok not quite sure if I am following you completely but letstry. The
field I'm trying to populate is TextField1. I have "Show" exit,
"Language" Javascript, "Run At" Client. Type is "Text Field" Value is
"Calculated Read-Only" Calculation Scrip is checked.In the formula box
at the top I have the following.topmostSubform.Page1.TextField1::exit -
(JavaScript, client)if (DropDownList1.rawValue = "NUFORM™
White"){GEL1PLAAWH} else {GEL1PLAABW}it's not working so I'm guessing
it's not right. I am suppos...