Project

General

Profile

Feature #2185

ROW attribute error handling is incomplete

Added by Greg Shah almost 11 years ago. Updated almost 11 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
4.00 h
billable:
No
vendor_id:
GCD
version_reported:
version_resolved:

History

#1 Updated by Greg Shah almost 11 years ago

The setter for ROW (BaseEntity.setRow()) has this todo:

      // TO-DO:
      // the row should be checked for validity
      // value < 1 should produce PROGRESS error 4081
      // "**Attribute ROW must be greater than or equal to 1 on FRAME f. (4081)" 
      // value > screen-height - frame-height should produce PROGRESS error 4054

In addition, the non-primitive form (that takes a NumberType) would need to handle unknown properly. There may be other bad input cases to be checked.

Also available in: Atom PDF