ParseConnectionSource Method Example
The following example parses the AI1.F_CV source to the VerticalFillPercentage property of OvalOval1 to determine the validity of the data source.
Dim iStatus As Long
Dim validObjs As Variant
Dim UndObjs As Variant
Dim FQSource As String
Oval1.ParseConnectionSource "VerticalFillPercentage", "AI1.F_CV", iStatus, validObjs, UndObjs, FQSource