home *** CD-ROM | disk | FTP | other *** search
- global FirstRecNr, searchmode, zoeklijst, zoekrecnr, leeg
-
- on mouseUp
- if searchmode then
- DBGo(getAt(zoeklijst, count(zoeklijst)))
- zoekrecnr = count(zoeklijst)
- GetRecord()
- else
- if FirstRecNr > 0 then
- repeat while DBSkip(1) = 0
- nothing()
- end repeat
- DBSkip(-1)
- if leeg = 0 then
- GetRecord()
- else
- EmptyRecord()
- end if
- else
- EmptyRecord()
- end if
- end if
- end
-