Previous | Next | (P-PDF) Beginners
Topic: Reset only one field
Conf: (P-PDF) Beginners, Msg: 23306
From: lehouxmichel
Date: 7/3/2001 10:28 AM
Hi, I'm not very good in english but I'll try to explain my problem. I want to know how to reset only a field in a list box with a condition like:
if ((a.value == "2")&&(b.value == "TR"))
{
app."Avec une configuration de 2 essieux, choissiez CA, VO ou GR.","1")
this.resetForm(b);
}
Thanks to help me!
Michel