Crsr_OpenCstm

SUMMARY

Crsr_OpenCstm - Open Cursor Custom

SYNTAX

Crsr_OpenCstm(<CursorID>,<Typ|Name>)

ARGUMENTS

CursorID
- Connects the Listbox to a resource.
Type|Name
Database Typ|Database Name

DESCRIPTION

Allows to read/write from/to fields of a *.dbf database.

Note:
The structure of the listbox does not differ from the VISION standard.
The figure with the structure for the line of a listbox must be set up with the according jobs ‘Cstm_........’. see there.

EXAMPLES

Crsr_OpenCstm(CC,DBF|_Eventlog.dbf)

DBF| defines the database as a Dbase one. (the only possible at the moment)
_Eventlog.dbf is the name of the database.


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