| InfoToday Tools for Visual Rams |
| Loading a Record |
loITRDS.OCUSTOMERS.Load("2744262")
Of course again we should check for errors. As this method returns either true or false we can do the following;
If not loITRDS.OCUSTOMERS.Load("2744262")
* Handle error here
Endif