Jun 16, 2009 7:50 AM
VAG PrintForm - Migration problem
Hi,
The following code comes from VAG:
package abc;
*
FormGroup ABCM {
*
PrintFloatingAreas = [
@PrintFloatingArea { deviceType=DeviceTypeKind.singleByte, pageSize=
255,132, topMargin=0,
bottomMargin=0, leftMargin=0, rightMargin=0
}
]
}
*
Form ABCMCLO
type printForm
*
{ formSize =
1,132, addSpaceForSOSI = *yes*}
// Start of Variable fields
// Start of Constant fields
*
end
*
*
Form ABCMD1
type printForm
*
{
formSize =
19,133, addSpaceForSOSI = *yes*}
...
Within VAG everything works fine. After migration Rational Business Developer brings up an error that formsize has an invalid value.
Any ideas?