Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

6.   Indicate that the instance list updating is about to start and then clear the instance list if the checkbox has been selected:

   Invoke #avListManager.BeginListUpdate
If '#Clear_List.ButtonState = Checked'
Invoke #avListManager.ClearList
Endif

...

7.   Then select employees that match the search criteria and set up the visual identifiers, then add the entries to the instance list:

...