Comment
|
1. This is a previously unrecognized requirement that we
will be fixing in Screensurfer's <TEPUTSCREEN> tag, so that
a field marked as Right Justify in a 5250 buffer is
properly right-justified.
We will also be providing a Right-Justified Entry field
class for the Screen object wizard.
Meanwhile, if you locate the TESECTION WEBINPUT, you can
add the following line after the <TEACTION WEBTOSCREEN..>
line (use field name of "MyScreen.Amount", 10 characters
wide in example):
<TESet MyScreenAmount=TextRight(" "+web.Amount,10)>
2. Edit the <TESection PageBody> tag in the screen object--
this has the HTML That manages the display of the page--
the screen map itself can be edited, but this won't change
how the page is displayed to the user.
|