When using the ADDFIEDLVALUE method you need to know the field names of the table you are entering data. For those of you who don't know how to use the Rams Pro Data Manager this section will show you how to work out the field names via an example.
Example
Say you wanted to know the field name to use if you wanted to change the Billing Name of a customer. In this case you will be wanting to use
loITRDS.oCustomers.AddFieldValue(???????,"New Name")
but what to use for ???????. We need to find the field name for the billing name in the customer table
First open Visual Rams Pro and from the "Admin" menu select "Data Manager". This will give you the below screen
Make sure the "CUSTOMER" database is selected in the top left of the screen as shown above
Next you want to select the "CUSTOMER" table in the table list. This will refresh the field listing in the bottom of the screen to show all the fields in the customer table
Now just look for the description "Billing Name" and get the field name for it. In this example the field name is "NAME"