DBsetLoadingStatus

Top  Previous  Next

Putting of the loading status.

If plans are loaded, they ''should not be marked as 'changed'. For it there is this function which must be called before the store with TRUE. Then all elements are loaded without being marked. Then the function must be called again with FALSE, so that the loading status is removed, but real changes are not marked in the elements.

Parametre

root (PROOT) [IN]

Act on the open data bank.

status (int) [IN]

Possible values are TRUE and FALSE. Before the store this routine with the value TRUE must be called, so that the data to be loaded ''are not marked as 'changed'. Then this routine must be called again with the value FALSE, so that changes are marked in the data.

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBsetLoadingStatus (

PROOT root,

int status

);