Try OpenEdge Now
skip to main content
Application Developer's Guide
Using the Rule Wizard framework : Standard macro types : Macro type: scale
 

Macro type: scale

Allow the user to set the limits of an interval (2 integers) and a step used to define sub-intervals.

Properties

Name
Value
Start
The start of the interval.
end
The end of interval.
step
The step.
intervalNumber
The number of sub-intervals found between start and end using the specified step.
intervals
A vector of string labels for sub-intervals (for example, 2..4 for a sub-interval from 2 to 4).

Input properties

Name
Value
start
The default values for the three properties.
end
step