Syntax
PrtGroup.Modify
Description
Updates the PRT Tracking Group with the current contents of this object. Used to set or clear External Hold.
Example
Dim prt as new Prt
' Get a list of groups from PRT
' and clear each one's External Hold status bit.
prt.GetGroupList
for j = 0 to prt.GroupCount - 1
prt.Group(j).ClearExtHold
prt.Group(j).Modify
next j
PRT Object Model member list. |