version 1.5
OD SAVE CONTEXT FILE (context_ID; fileName)
| Parameter | Type | Description | |
| context_ID | Longint | Context identifier | |
| fileName | Text | Name of file receiving the context definition |
Description
The OD SAVE CONTEXT FILE command saves the definition of the context in a file on disk.
context_ID must be a previously created, active or inactive context identifier.
fileName specifies the name of the document to create. If fileName is an empty string, a Save File dialog box is displayed to the user. If fileName is not a complete pathname, OD SAVE CONTEXT FILE saves the file in the same folder as the database structure file.
If a document with the same name already exists, it will be overwritten.
See Also