Menu Object
 
Syntax
 
Menu.AppSalesAreas [AreaCode][, Initials][, LastName][, TabIndex]
 
Description
Opens the Sales Areas (Rayons) management application. Optionally, a specific area can be opened directly by area code or by name, and a specific tab can be activated.
 
Parameter
Description
AreaCode
Optional. Code of the sales area to open directly.
Initials
Optional. Initials for name-based search within the area.
LastName
Optional. Last name for name-based search within the area.
TabIndex
Optional. Index of the tab to activate upon opening. Default value -1 (no specific tab).
See Also
AppRayons (Dutch variant)
Example
 
Sub Main
    Menu.AppSalesAreas AreaCode:="NORTH"
End Sub