| InfoToday Tools for Visual Rams |
| Syntax Logic |
loITRDS.oCustomers
Next we just add the method we want to the end. Hence if we are loading a customer record the syntax is
loITRDS.oCustomers.Load()
If we were loading a work order record we would use the oWorkOrders object and hence;
loITRDS.oWorkOrders.Load()
and so on.
Thus the logic is, pick the object that relates to the table you want and then add the method to the end of it.