ScreenUPG
FINDFIELD_NEXT Property



Find next field in presentation space.
Syntax
'Declaration
 
Public ReadOnly Property FINDFIELD_NEXT As Integer
'Usage
 
Dim instance As ScreenUPG 
Dim value As Integer 
  
value = instance.FINDFIELD_NEXT
public int FINDFIELD_NEXT {get;}
public: 
property int FINDFIELD_NEXT { 
   int get(); 
}
Remarks
Type of field to find in presentation space when using findField and findFieldEx.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenUPG Class
ScreenUPG Members
findField Method
findFieldEx Method
FINDFIELD_CURRENT Property
FINDFIELD_PREVIOUS Property