Use this command to set or display the High Account Month for the running application.
The High Account Month value prevents the application from accepting any transactions that have a later date (specified by the built-in attribute ActMth). The default value is the year and month that the application was initiated.
Any valid High Account Month value remains in effect until a new one is specified, or until the application date becomes greater than the current value, at which time its value is increased automatically. The High Account Month value is stored in the application database.
Note: A High Account Month value might be less than the Low Account Month value, to allow for change of century.
Administration command
:HAM [ yymm ]
Where, yy is the year and mm is the month.
If no value is entered, the High Account Month value is displayed.
COM+ property
LONG SetAccountMonth([in] long, plHigh, [in] long, plLow)
Where, plHigh and plLow are the year and month, specified in the format yymm. This property is used to set both the High and Low Account Months.
LONG GetAccountMonth([out] long* plHigh, [in] long* plLow)
Where, plHigh and plLow are the year and month, specified in the format yymm. This property is used to display both the High and Low Account Months.
Security
Users must be a member of one of the following COM+ roles in order to access this administrative function:
Accountants
Application Administrators