Menu Object
 
Syntax
 
Menu.FinJournal [JournalCode][, RunNumber]
 
Description
Opens the Journal (general ledger entry) application. Optionally, a specific journal and run number can be opened directly.
 
Parameter
Description
JournalCode
Optional. Code of the journal to open directly.
RunNumber
Optional. Run number within the journal to open directly. Default value 0.
See Also
FinDagboek (Dutch variant)
Example
 
Sub Main
    Menu.FinJournal JournalCode:="MEM"
End Sub