0% found this document useful (0 votes)
377 views1 page

Mbo Constants

This document defines a number of constants used to specify flags or options. The constants include values for actions like adding, updating, deleting, or saving; field attributes like read-only or required; and counts to track database operations like additions, deletions or a full rebuild.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
377 views1 page

Mbo Constants

This document defines a number of constants used to specify flags or options. The constants include values for actions like adding, updating, deleting, or saving; field attributes like read-only or required; and counts to track database operations like additions, deletions or a full rebuild.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

NOADD = 1L;

NOUPDATE = 2L;
NODELETE = 4L;
NOSAVE = 8L;
NO_RELATEDMBOS_OF_OWNERSCHILDREN_FETCH = 16L;
READONLY = 7L;
DISCARDABLE = 39L;
NOSETVALUE = 64L;
REQUIRED = 128L;
HIDDEN = 263L;
SAMEVALUEVALIDATION = 512L;
DBCONFIG = 1024L;
GOTCOMPLETEWHERE = 2048L;
SETBYPARENT = 0x80000L;
USER = 0x100000L;
NOVALIDATION = 1L;
NOACCESSCHECK = 2L;
DELAYVALIDATIONONLY = 4L;
NOACTION = 8L;
NOVALIDATION_AND_NOACTION = 9L;
CHANGEDBY_USER = 16L;
NOOVERWRITE = 32L;
DELAYVALIDATION = 36L;
NOVALIDATION_AND_NOACTION_ALLOWCROSSOVER = 64L;
ALLROWS = 0x989680;
REBUILD = 1L;
NOCOMMIT = 2L;
COUNT_DATABASE = 1;
COUNT_ADDITIONS = 2;
COUNT_DELETED = 4;
COUNT_EXISTING = 8;
COUNT_AFTERSAVE = 16;

You might also like