Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
I'm using a label element with Onclick property so that I can use it as a button.
I have set Layout.Width: 100 as well as Layout.cols: -1 and Textalign: center, and I thought it would result as follows;
A 26 20HTML('<<FORM3>>
A Type: Form
A LAYOUT.COLS: -1
A Grid.HAlign: Center
A Fields.Label
A (
A Type : LABEL
A BACKCOLOR: BLUE
A COLOR:WHITE
A TEXT : Push
A LAYOUT.WIDTH : 100
A TEXTALIGN: CENTER
A ONCLICK: BTN1CLK
A )
A ')