V4.4 Google Map V3 8-11-13
1. Support GSAK V7.7
Reenabled support for GSAK V7.7. For now this macro can still support GSAK V7.7. This will not always be the case.
2. Replace CANCEL with RETURN throughout
Facilitates running macro from a wrapper macro.
3. New Macro Parameters
Macro now supports two macro parameters. These are both optional and will use the current defaults if not present.
HtmlFilename - Allows defining the name of the file that will be saved by the macro. This defaults, as now, to the name of the current database.
(Note: It is the users responsibility to ensure that only legal file names are used. No checking is done.)
Display - Defines if the output file will be shown immediately in the browser or not. Defaults to TRUE.
Example:
This example will save the output map as wombat.html, and will not display that file in the browser.
1. Support GSAK V7.7
Reenabled support for GSAK V7.7. For now this macro can still support GSAK V7.7. This will not always be the case.
2. Replace CANCEL with RETURN throughout
Facilitates running macro from a wrapper macro.
3. New Macro Parameters
Macro now supports two macro parameters. These are both optional and will use the current defaults if not present.
HtmlFilename - Allows defining the name of the file that will be saved by the macro. This defaults, as now, to the name of the current database.
(Note: It is the users responsibility to ensure that only legal file names are used. No checking is done.)
Display - Defines if the output file will be shown immediately in the browser or not. Defaults to TRUE.
Example:
GSK |
MACRO File=Google_Map_V3.gsk?HtmlFilename=wombat&Display=FALSE |
This example will save the output map as wombat.html, and will not display that file in the browser.