📚 SAP Business One SDK Help

GetValue Method
See Also 
Index

A field in the data source. Select the field by supplying one of the following:

  • The index of the field, 0-based (long integer)
  • The alias of the database column (string)
RecordNumber
The number of a record

Description

Returns the value of a field in a record within the data source.

Syntax

Visual Basic
Public Function GetValue( _
   ByVal Index As Variant, _
   ByVal RecordNumber As Long _
) As String

Parameters

Index

A field in the data source. Select the field by supplying one of the following:

  • The index of the field, 0-based (long integer)
  • The alias of the database column (string)
RecordNumber
The number of a record

See Also