Previous | Next | (P-PDF) Beginners
Topic: Re: Reset only one field
Conf: (P-PDF) Beginners, Msg: 23326
From: lehouxmichel
Date: 7/3/2001 11:37 AM
thanks for your help but I can't use it in a listbox. In a text zone it's ok but in a list box, the value doesn't change with your tip.
a = this.getField("nbre_ess");
b = this.getField("Type(s) véh. 1");
if ((a.value == "2")&&(b.value == "TR"))
{
app."Avec une configuration de 2 essieux, choissiez CA, VO ou GR.","1")
b.value = b.defaultValue ;
}
(this is my code)