Text/Password Field
- navigate your way to the feedback page.
- place a text box 150 pixels wide and 20 pixels high that contains the words "Your Name" on the canvas.
- now use the menu system to insert a text/password field, to do this select the following menu options consecutively.
INSERT => FORM OBJECTS => TEXT/PASSWORD FIELD.
(A form objects detail window will appear)
- inter the following variables into their respective fields and select OK.
Size of Entry Window | 20 |
Variable Name | YourName |
Initial Variable | (leave blank) |
Maximum Length of String | 255 |
Set as Password Field | (leave unchecked) |
- now join the text object to the left hand side of the text/password object
(so the text is on the left and the field is on the right and they are horizontally joined and aligned vertically to the top.)
We're going to need two more fields of the same nature, (try to do it yourself without looking at the tutorial file). We need a field for "Company Name" and "Product Code" with almost identical qualities.
- place a text box 150 pixels wide and 20 pixels high that contains the words "Company Name" on the canvas. Now join it to a text/password field object which has the following attributes.
Size of Entry Window | 20 |
Variable Name | ComapanyName |
Initial Variable | (leave blank) |
Maximum Length of String | 255 |
Set as Password Field | (leave unchecked) |
- place a text box 150 pixels wide and 20 pixels high that contains the words "Product Code" on the canvas. Now join it to a 'text/password' field object which has the following attributes.
Size of Entry Window | 20 |
Variable Name | ProductCode |
Initial Variable | (leave blank) |
Maximum Length of String | 255 |
Set as Password Field | (leave unchecked) |
Now move the three joined objects so that they are beneath the menu bar and aligned to the left side of your screen and in the order "Your Name","Company Name","Product Info".
|
|