Form - OnNextRecord(Steps : Integer) : Integer
IF Steps > 0 THEN
Direction := Direction::Down
ELSE
Direction := Direction::Up;
EXIT(NEXT(Steps));
Form - OnAfterGetRecord()
IF "myCondition" = TRUE THEN
IF Direction = Direction::Down THEN
Rec.NEXT
ELSE
Rec.NEXT(-1);
No hay comentarios:
Publicar un comentario