home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / compiler / doobject / dbfedit.do < prev    next >
Text File  |  1991-08-06  |  161b  |  8 lines

  1. /*
  2.     demo a full screen editor for a DBF file
  3. */
  4. do dbflib; % load the Dbffile::edit() method, among others
  5. db = new(Dbffile,"test");
  6. edit(db);
  7. close(db);
  8.