( |
|
|
|||
Sets the value of specified field for any record. |
Parameters: | |
The record that has a field with specific name | |
Name of the field | |
New value for the field | |
Matrix row number (if the field is inside the record matrix). Should be -1 when setting value for normal record field. | |
global procedure OnApplicationStartup() begin record IVVc IVr; SetFieldValueByName(IVr,"SalesMan","SJ",-1); stopalert(IVr.SalesMan); return; end;
Related topics: |