WinStudio
IWSIDOCollection interface
Returns a Boolean value indicating whether a New operation is in progress for a specified IDO collection.
object.IsNewInProgress( )
Part |
Description |
object | Required. The name of a valid IDO collection object. |
A return value of:
Dim bValue As Boolean bValue = ThisForm.PrimaryIDOCollection.IsNewInProgress() If bValue Then ' Perform some task if a New operation is in progress . . . End If