
FormGroup TESTGROUP2 {
@PrintFloatingAreas { value = [
@PrintFloatingArea { deviceType=DeviceTypeKind.singleByte,
pageSize=[255,132], topMargin=3,
bottomMargin=194, leftMargin=0, rightMargin=0 },
@PrintFloatingArea { deviceType=DeviceTypeKind.doubleByte,
pageSize=[255,158], topMargin=3,
bottomMargin=194, leftMargin=0, rightMargin=26}]
}}
use Form2;
end
For details on the property fields in @PrintFloatingArea, see the later section, “Properties of a print floating area.”
FormGroup TESTGROUP {
helpKey = PF1,
validationBypassKeys = [PF3, PF10],
@ScreenFloatingAreas { value = [
@ScreenFloatingArea { screenSize=[24,80], topMargin=3,
bottomMargin=3, leftMargin=0, rightMargin=0},
@ScreenFloatingArea { screenSize=[32,80], topMargin=3,
bottomMargin=3, leftMargin=0, rightMargin=0 }]
}}
use Form1;
end
For details on the property fields in @ScreenFloatingArea, see the later section, “Properties of a screen floating area.” Also, note that when you generate output for IMS/VS, the property @screenFloatingAreas is not valid.
FormGroup TSTGROUP3 {
helpKey = PF1,
validationBypassKeys = [PF3, PF10],
@ScreenFloatingAreas { value = [
@ScreenFloatingArea { screenSize=[24,80], topMargin=3,
bottomMargin=3, leftMargin=0, rightMargin=0},
@ScreenFloatingArea { screenSize=[32,80], topMargin=3,
bottomMargin=3, leftMargin=0, rightMargin=0 }]
},
@PrintFloatingAreas { value = [
@PrintFloatingArea { deviceType=DeviceTypeKind.singleByte,
pageSize=[255,132], topMargin=3,
bottomMargin=194, leftMargin=0, rightMargin=0 },
@PrintFloatingArea { deviceType=DeviceTypeKind.doubleByte,
pageSize=[255,158], topMargin=3,
bottomMargin=194, leftMargin=0, rightMargin=26}]
}}
use myForm01;
use myForm02;
end