EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
Expand all | Collapse all

Print form and Screen size dimensions

  • 1.  Print form and Screen size dimensions

    Posted Tue December 19, 2017 04:14 AM

    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


  • 2.  Re: Print form and Screen size dimensions

    Posted Tue December 19, 2017 08:51 AM

    Hi,

     

    EGL support print form size [x, 158] max. And variable field max length for row is 132 bytes.

    See my last post,

    https://www.ibm.com/developerworks/community/forums/html/topic?id=b5e39d71-a5c0-4200-83bd-5dcdcbb97a6d&ps=25

     

    Regards,

    Hsieh

    Hsieh