UnlockApp

ACCPAC Common Controls

AccpacMultiuser.UnlockApp

Unlocks an application's data that was locked by a previous call to LockApp.

Function UnlockApp(
  OrgID As String,
  AppID As String) As tagMultiuserStatus

Parameters

OrgID

[in] the organization (database) ID of the company

AppID

[in] two-letter application ID of the application whose data is to be unlocked

Return Value

Returns the status of the call.

Remarks

If possible, avoid using this method. However, if the application's data is currently locked by the UI (through an earlier LockApp call), use this method to unlock the data.