| InfoToday Tools for Visual Rams |
| Setting the Rams System to access |
loITRDS.SetSystem("MYSYSTEM")
We should look for errors. Hence the proper way of doing this would be as follows;
loITRDS.SetSystem("MYSYSTEM")
If loITRDS.oSystem.lError
lcErrorMessage = loITRDS.oSystem.cErrorMsg
* Whatever handling you want here
Return .F.
Endif