Post

ACCPAC Common Controls

AccpacView.Post

Commits any pending changes to the database, functionally operating as Insert and Update do, although "Post" is most useful for a view that is maintaining a batch of records, not just a single record.

Sub Post()

Remarks

This method is used primarily on header views where the call has a cascading effect that causes its detail views to update their unposted revisions.