Low cost ecommerce web development India flash website design
Define the List/Menu form field
Now you’ll update the list/menu field adding information which will let
a user select the text
name for a region, and update the database with its numeric value. This way
a user doen’t have to
check to verify which number matches which name.
1 In the document, click the Region_Id list/menu form field to select it.
The Property inspector updates with information about the object.
2 In the Property inspector, click the List Values button.
The List/Menu dialog box appears.
3 In the List Values dialog box, add Item Labels and Values to match the data
in the REGIONS
database table.
4 In Item Label, enter North America, press Tab, and in Value enter 1.
5 Click the plus (+) button to add another entry, then enter South/Central America,
press Tab,
then enter 2.
6 Repeat steps 4 and 5, until you enter all of the regions as in the dialog
box below.
7 Click OK to close the dialog box.
website designer freelance ASP PHP ecommerce web developer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110