SAP Business One UI API 10.0 - Objects Reference (10.00.270)
RemoveRecord Method
UI API
Description
Removes the specified record from the data source.
Syntax
Visual Basic
Public Sub RemoveRecord( _ ByVal
RecordNumber
As Long _ )
Parameters
RecordNumber
The number of the record to remove
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