expression.OpenScreenHistoryFile( _ ByVal path As String, _ ByVal overwrite As Boolean _ ) As ReturnCode
where expression is a variable that represents a ScreenHistory Object
Parameters
- path
- The name of the file to load screen history from.
- overwrite
- If true, clears current contents first before loading from the file. If false, file contents are appended to the screen list.
Return Value
One of the following ReturnCode values:
| Member | Description |
|---|---|
| Cancelled | Cancelled. |
| Error | Error. |
| PermissionRequired | Permission is required. |
| Success | Success. |
| Timeout | Timeout condition. |
| Truncated | The text is truncated. |