|
: 43 : 43 : 0 |
The Field class in LotusScript only contains events. It would be great if it contained properties like Value (read/write) to make it easier to manipulate in the events. For example, if I want to handle the OnChange event in the client, I can use LotusScript but I have to write a bunch of script to get the value of the field. It would be so much easier to have properties and methods to access the field.
|