Category : Windows 3.X Files
Archive   : ACTTIMS.ZIP
Filename : DIRECTOB.CLS

 
Output of file : DIRECTOB.CLS contained in archive : ACTTIMS.ZIP
/* class comment */!!

inherit(VistaObj, #DirectObj, nil, 2, nil)!!

now(class(DirectObj))!!

now(DirectObj)!!

Def first(self)
{
dbStatus := recfrst(database, recType);
if dbStatus = S_OKAY then
read(self);
endif;
^dbStatus;
}
!!

Def last(self)
{
dbStatus := reclast(database, recType);
read(self);
^dbStatus;
}
!!

Def prev(self)
{
crSet(self, dba);
dbStatus := recprev(database);
read(self);
^dbStatus;
}
!!

Def next(self)
{
crSet(self, dba);
dbStatus := recnext(database);
read(self);
^dbStatus;
}
!!

  3 Responses to “Category : Windows 3.X Files
Archive   : ACTTIMS.ZIP
Filename : DIRECTOB.CLS

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. 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/