Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accpac Unlocking

Status
Not open for further replies.

deth1028

Programmer
Dec 22, 2003
13
PH
Can I used this syntax in Unlocking the ARR03?

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

Function UnlockRsc(Resource As String) As tagMultiuserStatus.
 
I'am creating a macro in A/R that will switch the these data
PYPREFIX Receipt Prefix
CNTPYSEQ Next Receipt Number

UCPREFIX Unapplied Cash Prefix
CNTUCSEQ Next Unapplied Cash Number
 
I'am creating a macro in A/R using the AccpacAR3100UI (A/R Receipt Entry) and a new added field "Receipt Type".
The Receipt Type has 2 values
[ul][li]OR - Official Receipt[/li]
[li]AR - Acknowledgement Receipt[/li][/ul]

OR - Official Receipt use these values
[ul][li]PYPREFIX Receipt Prefix[/li]
[li]CNTPYSEQ Next Receipt Number[/li][/ul]

AR - Acknowledgement Receipt use these values
[ul][li]UCPREFIX Unapplied Cash Prefix[/li]
[li]CNTUCSEQ Next Unapplied Cash Number[/li][/ul]

But when I try to switch the datas an error message show
Sage Accpac
---------------------------
Incorrect procedure. You cannot change A/R Options until all other users have left Accounts Receivable and you have closed all other Accounts Receivable windows.​

Is there a way to turn off the locking of the A/R Options?
 
Here's a clue: You cannot change A/R Options until all other users have left Accounts Receivable and you have closed all other Accounts Receivable windows.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top