Crsr_Save

SUMMARY

Crsr_Save - Save current event log cursor

SYNTAX

Crsr_Save(<CursorID>)

ARGUMENTS

CursorID
- Connects the Listbox to a resource.

DESCRIPTION

Saves the content of a given eventlog-cursor to a dbf-file named:
_<cursor name>YYYYMMDDhhmmss.dbf
The defined filter- and sort criteria are taken into account.

YYYY-MM-DD-hh-ss, states the date and time when the file was written.
By default it is written to the Alpha-Vision Application directory:
<Vision-Installtions-Folder>\Vision\bin

A different folder may be defined by an entry in the ‘Vision2000.ini’ file below Section:
[PRCS]
EventlogSaveDir=e:\my_dir
        

EXAMPLES

Crsr_Save(EL)


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times