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