home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / parad / mar94 / bt_fig08.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  7.2 KB  |  641x273  |  4-bit (5 colors)
   ocr: SPEEDEMO-btnEdit.mouseClick method mouseClick(uar eventinfo MouseEvent) - If the Form is not in Edit mode change to edit mode and make the button - appear depressed by making the Up graphic invisible. if not thiSFormF.editing then d1tBtnup.v1sible = False Active.action(Databegintdit) else ; Get out of edit mode and make the Up graphic visible. d1tBtnup.v1sible = True Active.action(DataEndEdit) endif endMethod Edit Line: 13 Col: 5