![]() |
BillMax Billing Solutions 877.245.5629 sales@billmax.com |
BillMax_ReportTablesPut — Insert or update a Reports Table record in the reporttables table
#include "billmax.h"
int BillMax_ReportTablesPut( |
reporttables, | |
| reporttables, | ||
flags); |
|
reporttables; |
|
flags; |
If reporttables->number is 0, then a new record is inserted into the reporttables table. If reporttables->number is NOT 0 and there exists a record in the reporttables table of which reporttables.number is the same value as reporttables->number, then the database fields of that record are updated with the values in REPORTTABLES structure. Otherwise a new record is inserted with the values in REPORTTABLES structure.
The data for inserting or updating a record in reporttables table. See REPORTTABLES structure.
Placeholder for future use.