SYSlockEnterAny

Top  Previous  Next

DBASE data bank for topical Workfile.

To the topical Workfile there also is always a DBASE data bank with the same name like the Workfile. Merely the ending is on'.DBF'. In this DBASE data bank all plans which are in the Workfile are put down. The parametres which expect sign chains and should be empty, must be handed over than empty sign chain ("").

Parametre

planName (char *) [IN]

In planName stands the name of the plan which is just in the Workfile.

blattTyp (int) [IN]

With blattTyp the list is determined, while the plan is.

wfName (char *) [IN]

From the Workfile name the DBASE data bank is generated, with the name <wfName>.dbf.

accessNumber (int) [IN]

M_Param_Beschr

format (char *) [IN]

format gives the file format, so, e.g., "DBB", "DXF" etc.

pfad (char *) [IN]

With pfad the list name of the plan which is in the Workfile is stored away.

wOrS (char *) [IN]

M_Param_Beschr

userpar (const char *) [IN]

M_Param_Beschr

purely (char *) [IN]

About purely can be given whether a plan is just closed in the DBASE data bank (with the store), or whether the plan is removed just from the Workfile and with it also from the DBASE data bank. In the DBASE data bank extinguished records are marked first only as extinguished and not are really extinguished from the data bank.

artentry (char *) [IN]

About artentry the states in which the plans just are e.g. "store can be stored away ""or similar.

Result

---

Declaration

#include "system.h"

 

void DLLENTRY SYSlockEnterAny (

char * planName,

int blattTyp,

char * wfName,

int accessNumber,

char * format,

char * pfad,

char * wOrS,

const char * userpar,

char * purely,

char * artentry

);

Related functions

SYSlockSperren

SYSlockEntsperren