InfoConnect for Unisys VBA Guide
StartPosition Property (HostField)
Specifies the column and row coordinates of this field.
Syntax
Object.StartPosition As _ScreenPoint
Example
Dim host As HostField 
Dim point As ScreenPoint
            
'Get the screen position (row , column)
point = host.StartPosition
            
'Get the row location.
Dim row As Integer = point.Row
'Get the column location.
Dim column As Integer = point.Column
See Also

 

 


2015 Attachmate

Send Feedback