This filter property is used to load the interventions filtered by the status 'Incomplete'.
object.SearchIncomplete
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISRecallVisitFilter interface |
bool
Display the number of the interventions filtered by the status 'Incomplete'.
sub main
Dim aFilter
Dim aVisits
Dim aMessage
Set aFilter = Profile.CreateRecallVisitFilter
aFilter.SearchStillDue = true
set aVisits = Profile.LoadRecallVisits(aFilter)
aMessage = aMessage & vbNewLine & "The number of the interventions " &_
"filtered by the status 'Incomplete' (" &_
aFilter.SearchStillDue & ") is " & aVisits.Count
Profile.MsgBox(aMessage)
end sub In Profile Client v8 on User Interface Search Incomplete cannot be found. Intervention Status can be found in .