Hello
Which is the max dimension to Form Size ?
I have created a Print Form with Form Size dimensions [100, 237] and it is not accepted.
The error message is pasted below:
"IWN.VAL.5313.e 24/28 Property: formSize. The value for this property in Print1 is invalid. The value must be in the format
[rows, columns], where rows and columns must be positive integers. The size of the form must be such that it fits in its
corresponding output device."
and if I change to [100,158] is accepted. but [100,159] is not accepted.
The source code is:
ScreenFloatingAreas = [
@ScreenFloatingArea { screenSize=[24,80], topMargin=0,
bottomMargin=0, leftMargin=0, rightMargin=0
}
]
}
Can anyone suggest the solution on how to use the Form size with {100,237} dimensions ?
Rajasekhar reddy