InfoConnect for Airlines VBA Guide
DefaultHotspotMapName Property (HotSpots)
Gets the path and filename that the Save method saves a hotspot to when the location defined by the HotspotsMap property is read-only.
Syntax
Object.DefaultHotspotMapName As String
Remarks
The Save method saves the in-memory hotspot collection to the hotspot file defined by the HotspotsMap property. However, if that location points at a read-only location such as the built-ins folder underneath program files\Micro Focus\InfoConnect where files cannot be written to, then the Save method saves the file in the user's documents area (e.g. Documents\Micro Focus\InfoConnect\Hotspots Maps) under the name of the active session.
See Also