Display Method

This member of RFError Object is supported on Windows Mobile, Windows CE, Palm, and DOS.

The Display method allows you to display an error message, as defined by SetErrorLine , on a remote RF device.

VB

bStatus = object.Display (nTimeout)

VC++

HRESULT hr = object->Display(short nTimeout, BOOL *bStatus);

Return Value

bStatus

The status of the function returned as Boolean True or False values.

Parameters

nTimeout

A numeric value representing in seconds the total display time for the Error message, as defined by the SetErrorLine method. If this value is set to zero (0), the error message will remain displayed until the user responds to a prompt.

Example

' VB Sample Code
Dim wlerror As New RFError
.
.
.
wlerror.ClearError
wlerror.SetErrorLine " Please Have", 0
wlerror.SetErrorLine " Customer Sign", 1
wlerror.SetErrorLine "Work Order Sheet", 2
wlerror.Display 0

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal