SetCursorEnd Method

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

The SetCursorEnd method defines the last line of device display that is valid for printing.

VB

bStatus = object.SetCursorEnd (nEndLine)

VC++

HRESULT hr = object->SetCursorEnd (short nEndLine, BOOL *bStatus);

Return Value

bStatus

The status of the function returned as Boolean True or False values. Use the RFGetLastError method to return the error value.

Parameters

nEndLine

The last line of the RF device display that is valid for printing. For example, if you wanted to prevent printing to lines 6 and below of the RF device display, you would pass a 5 for this parameter, making line five the last valid display line.

Remarks

For network efficiency purposes, any changes made to an RF device will not take effect until the SetTerminalInfo Method is called. This allows you to change multiple options through the use of a single radio packet rather than using a radio packet for each option.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal