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.
| ||||||||||
See Also
| AppRayons (Dutch variant)
| ||||||||||
Example
| Sub Main
Menu.AppSalesAreas AreaCode:="NORTH"
End Sub
|