The
MaxAutoID property is used to get the maximum automatic identifier of a replicated data file.
This property is read-only.
// Find out the maximum automatic identifier of the Customer data file
ResMaxAutoID = Customer.MaxAutoID
Syntax
<Result> = <Data file>.MaxAutoID
<Result>: Integer
- Maximum value of the automatic identifier defined for the data file,
- 0 if the bounds have not been defined or if the data file is not replicated.
<Data file>: Character string
Logical name of the data file used.