Hi
Screen fill-in widgets.
When I define a screen frame with fields from a table in the database and using the default format of the fields, when it is shown on screen, the tendency is that :
(1) Those fields with short format eg. X(3) will show info properly though often the space reserved on the screen is longer than necessary.
(2) Those fields with longer format eg. X(35), and when the data is partly or wholly in CAPS, I often find the data shown on screen truncated.
The problem is with (2). This means that for many frames in an application, I would have to modify many screen widgets by adding something like "view-as fill-in size 45 by 1" etc. This is tedious.
Question: Is there an easier way or a way for me to tell Progress to reserve more space for fill-in widgets on all screen frames?
Screen fill-in widgets.
When I define a screen frame with fields from a table in the database and using the default format of the fields, when it is shown on screen, the tendency is that :
(1) Those fields with short format eg. X(3) will show info properly though often the space reserved on the screen is longer than necessary.
(2) Those fields with longer format eg. X(35), and when the data is partly or wholly in CAPS, I often find the data shown on screen truncated.
The problem is with (2). This means that for many frames in an application, I would have to modify many screen widgets by adding something like "view-as fill-in size 45 by 1" etc. This is tedious.
Question: Is there an easier way or a way for me to tell Progress to reserve more space for fill-in widgets on all screen frames?