ReRead method Re-reads
the record from the current position in the bound stream (through the
filter used for the binding) and remains on the SAME record (the
position after the method call will be the same as before calling it).
Syntax:
variable = object.ReRead
Parameters:
returned value: Boolean success indicator
Remarks:
You may need this method in different situations:
- To ensure the record's content is synched with the contents of
the stream
- To refill the record if you have change the position in the
stream explicitly (not through the record's navigation methods)
- To discard the values set to the record after the last
navigation/read operation.
Applies to: SFRecord object
Supported on:
Windows 95/NT and later
Windows CE 3.0 and later
Pocket PC/Windows Mobile 2003 and later
Windows CE.NET 4 and later
|