Viewing Data Records

By issuing the "Load" command on the "oCustomers" object the ITRDS will load the record into the oData object within the oCustomers object. Each piece of data within the oData object will have the same name as the field in the customer table. Hence, to access the "Name" field value of the customer record just loaded all I do is access it as follows;

lcOldBillingName = loITRDS.OCUSTOMERS.oData.Name

or for customer status;

lcStatus = loITRDS.OCUSTOMERS.oData.Status

Thus to access information you need to know the field names of the tables in Rams. This can easily be done using the "DataManager" within Visual Rams Pro.




Last Updated: 10/05/2004