CursorInNewField Event (T27Screen)
In This Topic
Occurs as soon as the cursor moves into a different field.
Syntax
private Sub T27Screen_CursorInNewField (
ByVal As Object, _
ByVal As Integer, _
ByVal column As Integer _
)
Parameters
- sender
- The source of the event.
- row
- Cursor row location.
- column
- Cursor column location.
See Also