| InfoToday Tools for Visual Rams |
| Editing Data |
For example say that you wanted to change the billing name. All I need to do is, after loading the record, issue the following;
lcNewBillingName = "Bill Harris"
loITRDS.OCUSTOMERS.ADDFIELDVALUE("NAME",lcNewBillingName)
Always use the method "ADDFIEDLVALUE" to change values of the oData object. This method makes sure that field types are correct for the data you are changing.