SendCursor Property

Gets or sets the row and column (separated by a comma) of the host cursor position when the form is sent back to the host.

object.SendCursor = [string]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and string is a string expression specifying the coordinates of the host screen that the cursor is to be position at when the form is sent to the host.

Use

This property is useful if you need to set the cursor in a specific host field when the form is sent back to the host.

Specify the row and column of the cursor position as follows (where row and column are the host screen coordinates of the position):

row,column

See Also

OnSend property

Applies To

Form object


© 2004-2021 looksoftware. All rights reserved.