Syntax
PrtItem.Modify
Description
Modifies the Item. All modified attributes and properties of the item are sent to the PRT Data Server. An error will be generated if the PRT Data Server rejects the request.
Example
Dim prt as new Prt
n% = 17
' Get a list of items from PRT and initialize a particular
' status bit for each one.
prt.GetItemList
for j = 0 to prt.ItemCount - 1
prt.Item(j).ClearStatusBit n%
prt.Item(j).Modify
next j
PRT Object Model member list. |