home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / parad / sep95 / jens1f4.gif < prev    next >
Graphics Interchange Format  |  1996-01-31  |  14.2 KB  |  550x449  |  4-bit (5 colors)
   ocr: FIG 04.FSLE#FormizupdatecontactDate method updateContactDate(const coName String) Logical var myTC TCursor endvar if - myTC.open("Company.db") then NJTC.lock("Write") Prevent changes to table if mylC.qLocate(CoName) then - Locate a given company myic.edito) - Change Last Contact field to today's date myTC."Last Contact" = date() myTC.endEdit0) iC.un.ockwrite" myTC.close0) return True else return Faise endif else errorClear0 Clear the error stack return False endif endmethod Edit Line: 11 Col: 1