home *** CD-ROM | disk | FTP | other *** search
/ MASPC 1 / MASPC_1.iso / CursoWordI / PTEST.DXR / 00006.ls < prev    next >
Encoding:
Text File  |  1998-07-20  |  221 b   |  10 lines

  1. on mouseUp
  2.   global zantigua, znpag
  3.   set the foreColor of line zantigua of field "ztablatitulos" to 255
  4.   DoClick()
  5.   if znpag < 4 then
  6.     scrollByPage(member "ztablatitulos", 1)
  7.     set znpag to znpag + 1
  8.   end if
  9. end
  10.