Like the previous call, DB_GetNamedField gets a field from a preloaded data record. The only difference is that a name is supplied instead of an index. The error returns are the same.
Syntax: int DB_GetNamedField(DBBLOCK *dblk, void far *srcrec,
char far *name,char far *string, int bufsize);
DB_NOFIELD The requested field is deleted or does not exist.