Guest User

Untitled

a guest
Jul 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. DO CASE
  2. CASE this.Value = 1
  3. GO TOP
  4. CASE this.Value = 2
  5. IF BOF()
  6. GO TOP
  7. ELSE
  8. SKIP -1
  9. ENDIF
  10. CASE this.Value = 3
  11. IF EOF()
  12. GO BOTTOM
  13. ELSE
  14. SKIP 1
  15. IF EOF()
  16. GO BOTTOM
  17. ENDIF
  18. ENDIF
  19. CASE this.Value = 4
  20. GO BOTTOM
  21. ENDCASE
  22.  
  23. thisform.yearsIDEdit.value = years.year_id
  24. thisform.yearsBeginEdit.value = years.ed_begin
  25. thisform.yearsEndEdit.value = years.ed_end
Add Comment
Please, Sign In to add comment