07-11-2020, 05:32 PM
i create small template for log in : login.html
<html>
<body>
<p> Wellcome </p>
<p> {%MainRegion.edUserCode%} User Name </p>
<p> {%MainRegion.edPassword%} Password </p>
<p> {%MainRegion.sbLogIn%} </p>
</body>
</html>
the form includ :
1 main region
2 field on the form.
1 button.
1 TIWTemplateProcessorHTML connectent to "login.html"
alsow connected to the - LayoutMgr of the form
the screen stack in chrom and firefox
<html>
<body>
<p> Wellcome </p>
<p> {%MainRegion.edUserCode%} User Name </p>
<p> {%MainRegion.edPassword%} Password </p>
<p> {%MainRegion.sbLogIn%} </p>
</body>
</html>
the form includ :
1 main region
2 field on the form.
1 button.
1 TIWTemplateProcessorHTML connectent to "login.html"
alsow connected to the - LayoutMgr of the form
the screen stack in chrom and firefox