Description
Read-only. True is returned if the given TotalSetColumn object is in balance. Otherwise, false is returned.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.InBalance
Parameters
Object is a reference to the TotalSetColumn object. For more information, see TotalSetColumn Object (page TotalSetColumn Object).
InBalance is the command.
Example
Set TotalSet = Form.TotalSet(1)
Set Col = TotalSet(1)
If Not Col.InBalance Then
MsgBox "Totalset is not in balance!"
End if