SAP Business One UI API 10.0 - Objects Reference (10.00.270)
InsertRecord Method
UI API
Description
Inserts a new empty record into the data source.
Syntax
Visual Basic
Public Sub InsertRecord( _ ByVal
Position
As Long _ )
Parameters
Position
The position at which the record is inserted
Remarks
The method does not affect data in the SAP Business One database table to which the data source is bounded.
See Also
DBDataSource Object