home *** CD-ROM | disk | FTP | other *** search
/ One Click 11 / OneClick11.iso / Suite / EasyOffice / easyoffice.exe / Disk1 / data1.cab / EasyDatabase_Help_Files / databasehelp.chm / database_vbcomment.gif < prev    next >
Graphics Interchange Format  |  2004-04-30  |  2.3 KB  |  588x107  |  4-bit (4 colors)
   ocr: Sub OnFormat calculate total cost [this is a comment] rpt.Totalcost.Datavalue = rpt.Cost1.Datavalue + rpt.Cost2.Datavalue print cost [this is another comment] rpt.lotalcost.text = "Total: FF & - rpt.Totalcost.Datavalue End Sub