Category : C++ Source Code
Archive   : PXBEN.ZIP
Filename : PDXTBLGE.H
³ ³
³ Module: PDXTBLGE.H ³
³ Author: Rick Kligman ³
³ Purpose: Header file for the Paradox Table Generic Class ³
³ ³
³ Last Modified: 05-17-91 00:34am ³
³ ³
³ Copyright 1991 Rick Kligman ³
³ This code may be freely used and distributed in commercial apps ³
³ provided some mention of PXBuddy++ is made in the documentation. ³
³ ³
³ Version 1.00 ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
#ifndef PDXTBLGE_H
#define PDXTBLGE_H
#include "pdxtbl.h"
// ÖÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ·
// º Derived class for Generic Tables º
// ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
class GenericTbl : public pxtable
{
int search_fld(FIELDHANDLE, int);
void date_decode(char *, long);
int date_encode(RECORDHANDLE, FIELDHANDLE, char *);
public:
GenericTbl();
~GenericTbl();
int fhret(char *fld, FIELDHANDLE &fh)
{ return ( PXFldHandle(th, fld, &fh) ); }
int search(char *fld, char *srchvar, int mode = SEARCHFIRST);
int getfld(FIELDHANDLE fh, int, char *field);
int getfld(FIELDHANDLE fh, short &field);
int getfld(FIELDHANDLE fh, double &field);
int getfld(FIELDHANDLE fh, char *field);
int putfld(FIELDHANDLE fh, char *field);
int putfld(FIELDHANDLE fh, short &field);
int putfld(FIELDHANDLE fh, double &field);
int putfld(FIELDHANDLE fh, char *, int);
};
#endif
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/