|
|
 |
 |
 |
system.verbs.builtins.export.card.run
The card displayed when an export command is issued, uses the last good value it was given as a start prompt. That address might be in a guest database in which case it contains a pathname prefix which is almost always impossible to read and of no value. This patch strips the prefix.
Amended script follows
| try «set user.export.lastaddress |
| |
local (adr = address (window.frontmost ())) |
| |
if typeOf (adr^) == tabletype |
| |
user.export.lastaddress = adr |
| |
card.run (@export.card.theCard) |
Relative to Frontier version 9.7b10
|