PrtRegion.Modify (Method)

Syntax

PrtRegion.Modify [comment$] [, userId$]

Description

Notifies PRT that the modifications are complete and the PRT can update the data.

Parameter

Description

comment$

String. Optional. A comment to be written to the PRT log file.

userId$

String. Optional. The User ID to be written to the PRT log file.

Example

Dim Prt as new Prt

n% = 17

' Get a list of regions from PRT and initialize a particular

'    status bit for each one.

Prt.GetRegionList

for j = 0 to prt.RegionCount - 1

       Prt.Region(j).ClearStatusBit n%

       Prt.Region(j).Modify

next j

More information

PRT Object Model member list.