How to setvalue a field component in Web page
Posted: Thu Dec 15, 2016 2:51 pm
Hi,
In Form application, the following code is valid in order to set a value to a field component.
For Each(#Item) In(#Panel1.ComponentControls) Operation(*INSTANCE_OF #Prim_evef)
#ITEM.SetValue Value(*NULL)
Endfor
On the other hand, this code is invalid in Web page because the setvalue method is not allowed.
Is there a similar code which can use in Web page?
Regards,
Taku
In Form application, the following code is valid in order to set a value to a field component.
For Each(#Item) In(#Panel1.ComponentControls) Operation(*INSTANCE_OF #Prim_evef)
#ITEM.SetValue Value(*NULL)
Endfor
On the other hand, this code is invalid in Web page because the setvalue method is not allowed.
Is there a similar code which can use in Web page?
Regards,
Taku