Sets the current record in the current recordset, using the record's index number.
[Visual Basic]
Public Sub SetCurrentRecordIndex( _
ByVal index As Integer _
)
Use -1 as the index to force the host's current record to match Verastream's current record. This is only appropriate if you intend to bypass the model to interact directly with the host (for example, by sending a terminal key).
Exception Type | Condition |
---|---|
HostIntegratorConnectorException | Thrown if client is not connected |
HostIntegratorException | Thrown if the connection is for metadata only |
HostIntegratorTerminalException | Thrown if the index value is out of range |
HostIntegratorModelDefException | Thrown if the action fails because of an undefined scroll operation |
HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace