Name
NOTE — C structure used for a note table record
Synopsis
#include "billmax.h"
DESCRIPTION
A NOTE structure describes data storage for a note table record.
STRUCTURE MEMBERS
int number;
char entdate[11];
char enttime[9];
int empl;
char *text;
char fromtable[21];
int reference;
int priority;