Two image objects are required for the input field of the new password.
A.One text object for the text field titles, or, as in our example, a text list for the titles in various languages. B.One input field to enter the password.
Creating image objects:
Ad A.
Click on this symbol for a text field or for a text list and position the object above the input field.
If you have created a text field, enter the title directly into the field. For this, click on the text field.
If you have created a text list for titles in many languages, you have to allocate a variable (in our case "Lbl_NewPw") to it which issues the titlle according to which language was chosen. In order to be able to control the output language, use the "Variable" group field to allocate a variable that controls the language selection. In the "LanguageSel" example this is an analogue variable of the "Integer" type.
Ad B.
Click on this symbol for an input field and position the object inside the input field. In the "Variable" group field, select "String". Now allocate the "Usr_Password" variable which was previously created under Password .
d
|
|