GSAK v8.4.1.96
The problem that I have occurs when creating a Database via a macro (i.e. a temporary work Database). The Help file on Database (create) says
My understanding of this is that if I do not specify a Setting the new Database will be created without any defined 'Properties', but this is not what I see happening. Instead I see the New Database created with the same Properties as the current Database.
Is it possible to use the Database command in a macro to create a new Database without properties from the current database also being copied over
The problem that I have occurs when creating a Database via a macro (i.e. a temporary work Database). The Help file on Database (create) says
CODE |
Settings = Only used when Action=create. If left out, then the default database properties are used (same behaviour as if you checked the "use defaults" box when creating a database via the menu option Database=>New |
My understanding of this is that if I do not specify a Setting the new Database will be created without any defined 'Properties', but this is not what I see happening. Instead I see the New Database created with the same Properties as the current Database.
Is it possible to use the Database command in a macro to create a new Database without properties from the current database also being copied over