SetCursorStart Method

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

The SetCursorStart method defines the first line of device display that is valid for printing.

VB

bStatus = object.SetCursorStart (nStartLine)

VC++

HRESULT hr = object->SetCursorStart (short nStartLine, 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

nStartLine

The first line of the RF device display that is valid for printing. For example, if you wanted to prevent printing to lines 3 and above of the RF device display, you would pass a 4 for this parameter, making line four the first 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