Forum Discussion

Anumakonda_mahe's avatar
Anumakonda_mahe
Frequent Contributor
13 years ago
Solved

Displaying Dynamic fields

Hi, In our product we have one field such as "No. of Variables" .  new Fields will be listed base on the value given in No.of Variables field. for example: if the No. of Variables(by default 2 ...
  • YMinaev's avatar
    13 years ago
    Hi,



    Try entering the value to your edit box using the Keys method instead of SetText. Most probably, the OnChange event of your control is not fired because of direct text assignment.