summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/shared/02/01170101.xhp
blob: 2ef5330ef30e2d8a7e9931a8923469dc8f13beb0 (plain)
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">

<!--
***********************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************
 -->


<meta>
      <topic id="textshared0201170101xml" indexer="include" status="PUBLISH">
         <title xml-lang="en-US" id="tit">General</title>
         <filename>/text/shared/02/01170101.xhp</filename>
      </topic>
   </meta>
   <body>
      <section id="allgemein">
         <paragraph xml-lang="en-US" id="hd_id3153681" role="heading" level="1" l10n="U" oldref="1"><link href="text/shared/02/01170101.xhp" name="General">General</link></paragraph><comment>UFI: had to remove all internal links to this file because all the targets vanished and no time to reinsert them all</comment>
<paragraph xml-lang="en-US" id="par_id3159233" role="paragraph" l10n="U" oldref="2">This <emph>General </emph>tab enables you to define the general properties of a form control. These properties differ, depending on the control type. Not all of the following properties are available for every control.</paragraph>
      </section>
      <section id="howtoget">
         <embed href="text/shared/00/00040501.xhp#controleigenschaftenallgemein"/>
      </section>
      <paragraph xml-lang="en-US" id="par_id3155342" role="note" l10n="CHG" oldref="172">If you export the current form document to HTML format, the default control values are exported, not the current control values. Default values are determined - depending on the type of control - by the properties' Default value (for example, in text fields), Default status (for check boxes and option fields), and Default selection (for list boxes).</paragraph>
<sort>
<section id="Section1">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_ENABLED" id="bm_id3154897" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3149734" role="heading" level="2" l10n="U"
                    oldref="13">Enabled</paragraph>
         <paragraph xml-lang="en-US" id="par_id3150084" role="paragraph" l10n="U" oldref="14"><ahelp hid="HID_PROP_ENABLED">If a control field has the property "Enabled" (Yes), the form user will be able to use the control field.</ahelp> If the property is disabled, it will not be enabled (No) and will be displayed in a gray color.</paragraph>
      </section>
      <section id="Section63">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_LINECOUNT" id="bm_id3146948" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3153320" role="heading" level="2" l10n="U"
                    oldref="74">Line count</paragraph>
         <paragraph xml-lang="en-US" id="par_id3149235" role="paragraph" l10n="U" oldref="75"><ahelp hid="HID_PROP_LINECOUNT" visibility="hidden">Specifies how many lines should be displayed in the dropdown list. This setting is only active if you chose "Yes" in the "Dropdown" option.</ahelp>For combo boxes with the Dropdown property, you can specify how many lines should be displayed in the dropdown list. With control fields which do not have the Dropdown option, the line's display will be specified by the size of the control field and the font size.</paragraph>
      </section>
      <section id="Section62">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_BUTTONTYPE" id="bm_id3156152" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3153147" role="heading" level="2" l10n="CHG"
                    oldref="23">Action<comment>UFI: renamed from Button type to Action, see dba.features: Form navigation functionality for command buttons</comment></paragraph>
         <paragraph xml-lang="en-US" id="par_id3149415" role="paragraph" l10n="CHG" oldref="24"><ahelp hid="HID_PROP_BUTTONTYPE" visibility="hidden">The Action property determines the action that occurs when you activate a button.</ahelp>You can use navigation actions to design your own database navigation buttons.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3152474" role="paragraph" l10n="U" oldref="25">The following table describes the actions that you can assign to a button.</paragraph>
         <table id="tbl_id3148943">
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3147303" role="tablehead" l10n="U" oldref="224">Action</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3154388" role="tablehead" l10n="U" oldref="225">Description</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3154071" role="tablecontent" l10n="CHG" oldref="26">None</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3153797" role="tablecontent" l10n="U" oldref="27">No action occurs.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3154216" role="tablecontent" l10n="CHG" oldref="30">Submit form</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3147228" role="tablecontent" l10n="CHG" oldref="31">Sends the data that is entered in other control fields of the current form to the address that is specified in <link href="text/shared/02/01170200.xhp" name="Form Properties">Form Properties</link> under <link href="text/shared/02/01170201.xhp" name="URL"><emph>URL</emph></link>. </paragraph>
                  <paragraph xml-lang="en-US" id="par_idN107F7" role="tablecontent" l10n="NEW">Enter the URL into the form's data property "URL" text box when you export to a PDF file.<comment>UFI: see #i36574#</comment></paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3151041" role="tablecontent" l10n="CHG" oldref="28">Reset form</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3155101" role="tablecontent" l10n="CHG" oldref="29">Resets the settings in other control fields to the predefined defaults (Default Status, Default Selection, Default Value).</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3155431" role="tablecontent" l10n="CHG" oldref="32">Open document / web page</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3150010" role="tablecontent" l10n="U" oldref="33">Opens the URL that is specified under <emph>URL</emph>. You can use <emph>Frame</emph> to specify the target frame.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN107FE" role="tablecontent" l10n="NEW">First record</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN10803" role="tablecontent" l10n="NEW">Moves the current form to the first record.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN10809" role="tablecontent" l10n="NEW">Previous record</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN1080E" role="tablecontent" l10n="NEW">Moves the current form to the previous record.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN10814" role="tablecontent" l10n="NEW">Next record</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN10819" role="tablecontent" l10n="NEW">Moves the current form to the next record.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN1081F" role="tablecontent" l10n="NEW">Last record</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN10824" role="tablecontent" l10n="NEW">Moves the current form to the last record.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN1082A" role="tablecontent" l10n="NEW">Save record</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN1082F" role="tablecontent" l10n="NEW">Saves the current record, if necessary.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN10835" role="tablecontent" l10n="NEW">Undo data entry</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN1083A" role="tablecontent" l10n="NEW">Reverses the changes in the current record.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN10840" role="tablecontent" l10n="NEW">New record</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN10845" role="tablecontent" l10n="NEW">Moves the current form to the insert row.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN1084B" role="tablecontent" l10n="NEW">Delete record</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN10850" role="tablecontent" l10n="NEW">Deletes the current record.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN10856" role="tablecontent" l10n="NEW">Refresh form</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_idN1085B" role="tablecontent" l10n="NEW">Reloads the most recently saved version of the current form.</paragraph>
               </tablecell>
            </tablerow>
         </table>

      </section>
      <section id="Section61">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_DROPDOWN" id="bm_id3146148" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3154638" role="heading" level="2" l10n="U"
                    oldref="19">Dropdown</paragraph>
         <paragraph xml-lang="en-US" id="par_id3152577" role="paragraph" l10n="U" oldref="20"><ahelp hid="HID_PROP_DROPDOWN" visibility="hidden">Specifies whether the combo box should dropdown (Yes) or not (No).</ahelp>A control field with the dropdown property has an additional arrow button which opens the list of the existing form entries per mouse click. Under <emph>Line count</emph>, you can specify how many lines (or rows) should be displayed in the dropdown state. Combination fields can have the dropdown property.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3159198" role="paragraph" l10n="U" oldref="182">Combo boxes that were inserted as columns in a table control are always dropdown as the default.</paragraph>
      </section>
      <section id="Section60">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_ALIGN" id="bm_id3150116" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/HID_PROP_IMAGEPOSITION" id="bm_id2524491" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3153140" role="heading" level="2" l10n="CHG"
                    oldref="11">Alignment / Graphics alignment</paragraph>
         <paragraph xml-lang="en-US" id="par_id3151281" role="paragraph" l10n="CHG" oldref="12"><ahelp hid="HID_PROP_ALIGN" visibility="hidden">Specifies the alignment option for text or graphics that are used on a control.</ahelp>The alignment options are left-aligned, right-aligned, and centered. These options are available for the following elements:</paragraph>
         <list type="ordered">
            <listitem>
               <paragraph xml-lang="en-US" id="par_idN109DD" role="paragraph" l10n="NEW">Title of Label fields</paragraph>
            </listitem>
            <listitem>
               <paragraph xml-lang="en-US" id="par_idN109E1" role="paragraph" l10n="NEW">Content of text fields</paragraph>
            </listitem>
            <listitem>
               <paragraph xml-lang="en-US" id="par_idN109E5" role="paragraph" l10n="NEW">Content of table fields in the columns of a table control</paragraph>
            </listitem>
            <listitem>
               <paragraph xml-lang="en-US" id="par_idN109E9" role="paragraph" l10n="NEW">Graphics or text that are used in buttons</paragraph>
               <paragraph xml-lang="en-US" id="par_idN109EC" role="note" l10n="NEW">The <emph>Alignment</emph> option for buttons is called <emph>Graphics alignment</emph>.</paragraph>
            </listitem>
         </list>
      </section>
      <section id="Section59">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_AUTOCOMPLETE" id="bm_id3154790" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3151073" role="heading" level="2" l10n="CHG"
                    oldref="76">AutoFill</paragraph>
         <paragraph xml-lang="en-US" id="par_id3152375" role="paragraph" l10n="CHG" oldref="77"><ahelp hid="HID_PROP_AUTOCOMPLETE" visibility="hidden">Assigns the AutoFill function to a combo box.</ahelp>The AutoFill function displays a list of previous entries after you start to type an entry.<comment>UFI: changed AutoComplete to AutoFill (got changed by error in the UI, so we stay with it now, according to FS)</comment></paragraph>
      </section>
      <section id="Section58">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_CONTROLLABEL" id="bm_id3151053" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3154729" role="heading" level="2" l10n="U"
                    oldref="216">Label field</paragraph>
         <paragraph xml-lang="en-US" id="par_id3145801" role="paragraph" l10n="CHG" oldref="217"><ahelp hid="HID_PROP_CONTROLLABEL">Specifies the source for the label of the control.</ahelp> The text of the label field will be used instead of the name of a database field. For example, in the <emph>Filter Navigator</emph>, <emph>Search</emph> dialog, and as a column name in the table view.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3153223" role="paragraph" l10n="U" oldref="231">To define one character of the label as a mnemonic, so that the user can access this control by pressing the character on the keyboard, insert a tilde (~) character in front of the character in the label.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3154502" role="paragraph" l10n="U" oldref="218">Only the text of a group frame can be used as the label field when using radio buttons. This text applies to all of the radio buttons of the same group.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3148587" role="paragraph" l10n="CHG" oldref="219">If you click on the <emph>...</emph> button next to the text field, you will see the <emph>Label Field Selection</emph> dialog. Select a label from the list.</paragraph>
<bookmark xml-lang="en-US" branch="hid/PCR_CHECKBOX_RID_DLG_SELECTLABELCONTROL_1" id="bm_id3156179" localize="false"/>
<paragraph xml-lang="en-US" id="par_id3154512" role="paragraph" l10n="CHG" oldref="220"><ahelp hid="PCR_CHECKBOX_RID_DLG_SELECTLABELCONTROL_1">Check the <emph>No assignment </emph>box to remove the link between a control and the assigned label field.</ahelp></paragraph>
      </section>
      <section id="Section57">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_WIDTH" id="bm_id3156356" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3148834" role="heading" level="2" l10n="U"
                    oldref="142">Width</paragraph>
         <paragraph xml-lang="en-US" id="par_id3148566" role="paragraph" l10n="CHG" oldref="143"><ahelp hid="HID_PROP_WIDTH" visibility="hidden">Sets the column width in the table control field.</ahelp>Sets the column width in the table control field in the units that are specified in the %PRODUCTNAME module options. If you want, you can enter a value followed by a valid measurement unit, for example, 2 cm.</paragraph>
      </section>
      <section id="Section56">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_REPEAT" id="bm_id2982573" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id1877803" role="heading" level="2" l10n="NEW">Repeat<comment>UFI: see spec spinbutton_form_control.sxw</comment></paragraph>
         <paragraph xml-lang="en-US" id="par_id9863277" role="paragraph" l10n="CHG"><ahelp hid="HID_PROP_REPEAT">Specifies if the action of a control such as a spin button repeats when you click the control and hold the mouse button down.</ahelp></paragraph>
      </section>
      <section id="Section55">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_REPEAT_DELAY" id="bm_id1620227" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id9827875" role="heading" level="2" l10n="NEW">Delay</paragraph>
         <paragraph xml-lang="en-US" id="par_id6092715" role="paragraph" l10n="CHG"><ahelp hid="HID_PROP_REPEAT_DELAY">Specifies the delay in milliseconds between repeating events.</ahelp> A repeating event occurs when you click an arrow button or the background of a scrollbar, or one of the record navigation buttons of a Navigation Bar, and you keep the mouse button pressed for some time. You can enter a value followed by a valid time unit, for example, 2 s or 500 ms.</paragraph>
      </section>
      <section id="Section54">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_RECORDMARKER" id="bm_id3154272" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3145164" role="heading" level="2" l10n="U"
                    oldref="214">Record marker</paragraph>
         <paragraph xml-lang="en-US" id="par_id3147257" role="paragraph" l10n="U" oldref="215"><ahelp hid="HID_PROP_RECORDMARKER">Specifies whether the first column is displayed with row labels, in which the current record is marked by an arrow.</ahelp></paragraph>
      </section>
      <section id="Section53">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_DATEFORMAT" id="bm_id3158419" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3151019" role="heading" level="2" l10n="U"
                    oldref="82">Date format</paragraph>
         <paragraph xml-lang="en-US" id="par_id3152971" role="paragraph" l10n="U" oldref="83"><ahelp hid="HID_PROP_DATEFORMAT" visibility="hidden">Here, you can determine the format you want for the date readout.</ahelp>With date fields you can determine the format for the date readout.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3151356" role="note" l10n="U" oldref="84"><variable id="hinweis">All format fields (date, time, currency, numeric) are formatted automatically in the selected format as soon as you leave them regardless of how you entered the input.
</variable></paragraph>
      </section>
      <section id="Section52">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_SPIN" id="bm_id3145642" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3156054" role="heading" level="2" l10n="U"
                    oldref="87">Spin Button</paragraph>
         <paragraph xml-lang="en-US" id="par_id3154360" role="paragraph" l10n="U" oldref="88"><ahelp hid="HID_PROP_SPIN" visibility="hidden">The "Yes" option transforms the control field into a spin button, where corresponding arrow buttons are added.</ahelp>Numerical fields, currency fields, date and time fields can be introduced as spin buttons in the form.</paragraph>
      </section>
      <section id="Section51">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_TRISTATE" id="bm_id3150386" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3159268" role="heading" level="2" l10n="U"
                    oldref="173">Tristate</paragraph>
         <paragraph xml-lang="en-US" id="par_id3154254" role="paragraph" l10n="U" oldref="174"><ahelp hid="HID_PROP_TRISTATE">Specifies whether a check box can also represent ZERO values of a linked database apart from the TRUE and FALSE values.</ahelp> This function is only available if the database accepts three states: TRUE, FALSE and ZERO.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3156712" role="note" l10n="U" oldref="183">The<emph> Tristate </emph>property is only defined for database forms, not for HTML forms.</paragraph>
      </section>
      <section id="Section50">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_PRINTABLE" id="bm_id3145228" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3147324" role="heading" level="2" l10n="U"
                    oldref="89">Printable</paragraph>
         <paragraph xml-lang="en-US" id="par_id3154703" role="paragraph" l10n="U" oldref="90"><ahelp hid="HID_PROP_PRINTABLE">Specifies whether you want the control field to appear in a document's printout.</ahelp></paragraph>
      </section>
      <section id="Section88">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_POSITIONX" id="bm_id3145229" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id0409200921153889" role="heading" level="2" l10n="NEW">PositionX</paragraph>
         <paragraph xml-lang="en-US" id="par_id0409200921153823" role="paragraph" l10n="NEW"><ahelp hid=".">Defines the X position of the control, relative to the anchor.</ahelp></paragraph>
      </section>
      <section id="Section87">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_POSITIONY" id="bm_id3145230" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id0409200921153814" role="heading" level="2" l10n="NEW">PositionY</paragraph>
         <paragraph xml-lang="en-US" id="par_id040920092115387" role="paragraph" l10n="NEW"><ahelp hid=".">Defines the Y position of the control, relative to the anchor.</ahelp></paragraph>
      </section>
      <section id="Section86">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_ANCHOR_TYPE" id="bm_id3145231" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id0409200921153833" role="heading" level="2" l10n="NEW">Anchor</paragraph>
         <paragraph xml-lang="en-US" id="par_id0409200921153855" role="paragraph" l10n="NEW"><ahelp hid=".">Defines where the control will be anchored.</ahelp></paragraph>
      </section>
      <section id="Section85">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_WIDTH" id="bm_id3145238" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id0409200921153836" role="heading" level="2" l10n="NEW">Width</paragraph>
         <paragraph xml-lang="en-US" id="par_id0409200921153918" role="paragraph" l10n="NEW"><ahelp hid=".">Defines the width of the control.</ahelp></paragraph>
      </section>
      <section id="Section84">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_HEIGHT" id="bm_id3145248" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id0409200921153980" role="heading" level="2" l10n="NEW">Height</paragraph>
         <paragraph xml-lang="en-US" id="par_id0409200921153919" role="paragraph" l10n="NEW"><ahelp hid=".">Defines the height of the control.</ahelp></paragraph>
      </section>
      <section id="Section49">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_EDITMASK" id="bm_id3147001" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3155962" role="heading" level="2" l10n="U"
                    oldref="91">Edit mask</paragraph>
         <paragraph xml-lang="en-US" id="par_id3150938" role="paragraph" l10n="U" oldref="92"><ahelp hid="HID_PROP_EDITMASK" visibility="hidden">Defines the edit mask. By specifying a character code you can determine what the user can enter in the control field.</ahelp>By specifying the character code in pattern fields, you can determine what the user can enter in the pattern field.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3148479" role="paragraph" l10n="U" oldref="184">The length of the edit mask determines the number of the possible input positions. If the user enters characters that do not correspond to the edit mask, the input is rejected when the user leaves the field. You can enter the following characters to define the edit mask:</paragraph>
         <table id="tbl_id3155607">
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3147130" role="tablehead" l10n="U" oldref="93"> Character </paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3149815" role="tablehead" l10n="U" oldref="94">Meaning</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3153774" role="tablecontent" l10n="U" oldref="95">L</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3154660" role="tablecontent" l10n="U" oldref="96">A text constant. This position cannot be edited. The character is displayed at the corresponding position of the Literal Mask.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3151346" role="tablecontent" l10n="U" oldref="97">a</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3150829" role="tablecontent" l10n="U" oldref="98">The characters a-z and A-Z can be entered. Capital characters are not converted to lowercase characters.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3149207" role="tablecontent" l10n="U" oldref="99">A</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3156140" role="tablecontent" l10n="U" oldref="100">The characters A-Z can be entered. If a lowercase letter is entered, it is automatically converted to a capital letter</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3153703" role="tablecontent" l10n="U" oldref="101">c</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3148873" role="tablecontent" l10n="U" oldref="102">The characters a-z, A-Z, and 0-9 can be entered. Capital characters are not converted to lowercase characters.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3153781" role="tablecontent" l10n="U" oldref="103">C</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3154574" role="tablecontent" l10n="U" oldref="104">The characters A-Z and 0-9 can be entered. If a lowercase letter is entered, it is automatically converted to a capital letter</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3153268" role="tablecontent" l10n="U" oldref="105">N</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3150979" role="tablecontent" l10n="U" oldref="106">Only the characters 0-9 can be entered.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3152769" role="tablecontent" l10n="U" oldref="107">x</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3156064" role="tablecontent" l10n="U" oldref="108">All printable characters can be entered.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3150517" role="tablecontent" l10n="U" oldref="109">X</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3150429" role="tablecontent" l10n="U" oldref="110">All printable characters can be entered. If a lowercase letter is used, it is automatically converted to a capital letter.</paragraph>
               </tablecell>
            </tablerow>
         </table>

         <paragraph xml-lang="en-US" id="par_id3155081" role="paragraph" l10n="CHG" oldref="111">For the literal mask "__.__.2000", for example, define the "NNLNNLLLLL" edit mask so that the user can only enter four digits when entering a date.</paragraph>
      </section>
      <section id="Section48">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_STRICTFORMAT" id="bm_id3145588" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3154818" role="heading" level="2" l10n="U"
                    oldref="112">Strict format</paragraph>
         <paragraph xml-lang="en-US" id="par_id3148750" role="paragraph" l10n="U" oldref="113">You can have a format check with control fields that accept formatted contents (date, time, and so on). <ahelp hid="HID_PROP_STRICTFORMAT">If the strict format function is activated (Yes), only the allowed characters are accepted.</ahelp> For example, in a date field, only numbers or date delimiters are accepted; all alphabet entries typed with your keyboard are ignored.</paragraph>
      </section>
      <section id="targetframe">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_TARGET_FRAME" id="bm_id3149491" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3147167" role="heading" level="2" l10n="CHG"
                    oldref="60">Frame</paragraph>
         <paragraph xml-lang="en-US" id="par_id3154991" role="paragraph" l10n="CHG" oldref="61"><ahelp hid="HID_PROP_TARGET_FRAME" visibility="hidden">Specifies the target frame to display the document that is opened by the "Open document / web page" action.</ahelp>You can also specify the target frame to display a <emph>URL</emph> that you open when you click a button that has been assigned the Open document or web page action).</paragraph>
         <section id="fuerformulareigenschaft">
            <paragraph xml-lang="en-US" id="par_id3150521" role="paragraph" l10n="U" oldref="62">If you click the field, you can select an option from the list that specifies into which frame the next document should be loaded. The following possibilities exist:</paragraph>
            <table id="">
               <tablerow>
                  <tablecell>
                     <paragraph xml-lang="en-US" id="par_id3148814" role="tablehead" l10n="U" oldref="226">Entry</paragraph>
                  </tablecell>
                  <tablecell>
                     <paragraph xml-lang="en-US" id="par_id3155500" role="tablehead" l10n="U" oldref="227">Meaning</paragraph>
                  </tablecell>
               </tablerow>
               <tablerow>
                  <tablecell>
                     <paragraph xml-lang="en-US" id="par_id3149408" role="paragraph" l10n="U" oldref="63">_blank</paragraph>
                  </tablecell>
                  <tablecell>
                     <paragraph xml-lang="en-US" id="par_id3146770" role="paragraph" l10n="U" oldref="64">The next document is created in a new empty frame.</paragraph>
                  </tablecell>
               </tablerow>
               <tablerow>
                  <tablecell>
                     <paragraph xml-lang="en-US" id="par_id3149771" role="paragraph" l10n="U" oldref="65">_parent</paragraph>
                  </tablecell>
                  <tablecell>
                     <paragraph xml-lang="en-US" id="par_id3159143" role="paragraph" l10n="U" oldref="66">The next document is created in a parent frame. If no parent exists, the document is created in the same frame.</paragraph>
                  </tablecell>
               </tablerow>
               <tablerow>
                  <tablecell>
                     <paragraph xml-lang="en-US" id="par_id3151374" role="paragraph" l10n="U" oldref="67">_self</paragraph>
                  </tablecell>
                  <tablecell>
                     <paragraph xml-lang="en-US" id="par_id3148600" role="paragraph" l10n="U" oldref="68">The next document is created in the same frame.</paragraph>
                  </tablecell>
               </tablerow>
               <tablerow>
                  <tablecell>
                     <paragraph xml-lang="en-US" id="par_id3153067" role="paragraph" l10n="U" oldref="69">_top</paragraph>
                  </tablecell>
                  <tablecell>
                     <paragraph xml-lang="en-US" id="par_id3149174" role="paragraph" l10n="U" oldref="70">The next document is created in a top-level window, that is, in the highest frame of the hierarchy; if the current frame is already a top window, the document is created in the current frame.</paragraph>
                  </tablecell>
               </tablerow>
            </table>

         </section>
         <paragraph xml-lang="en-US" id="par_id3156172" role="note" l10n="CHG" oldref="185">The Frame property is relevant for HTML forms, but not for database forms.</paragraph>
      </section>
      <section id="Section46">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_IMAGE_URL" id="bm_id3156191" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3146950" role="heading" level="2" l10n="U"
                    oldref="114">Graphics</paragraph>
         <paragraph xml-lang="en-US" id="par_id3154344" role="paragraph" l10n="U" oldref="115">An image button has a <emph>Graphics </emph>property. <ahelp hid="HID_PROP_IMAGE_URL">The<emph> Graphics</emph> property specifies the graphic's path and file name that you want to have displayed on the button.</ahelp> If you select the graphic file with the <emph>...</emph> button, the path and file name will be automatically included in the text box.</paragraph>
      </section>
      <section id="Section44">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_HELPTEXT" id="bm_id3151131" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3150530" role="heading" level="2" l10n="U"
                    oldref="208">Help text</paragraph>
         <paragraph xml-lang="en-US" id="par_id3156310" role="paragraph" l10n="U" oldref="209"><ahelp hid="HID_PROP_HELPTEXT">Provides the option of entering a help text that will be displayed as a tip on the control.</ahelp> The tip shows the text in user mode when the mouse is moved over the control.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3153287" role="paragraph" l10n="U" oldref="210">For URL type buttons, the help text appears as the extended tip instead of the URL address entered under URL.</paragraph>
      </section>
      <section id="Section43">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_HELPURL" id="bm_id3156336" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3145377" role="heading" level="2" l10n="U"
                    oldref="212">Help URL</paragraph>
         <paragraph xml-lang="en-US" id="par_id3148649" role="paragraph" l10n="U" oldref="213"><ahelp hid="HID_PROP_HELPURL">Specifies a batch label in URL spelling which refers to a help document and which can be called with the help of the control field.</ahelp> The help for the control field help can be opened if the focus is positioned on the control field and the user presses F1.</paragraph>
      </section>
      <section id="Section42">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_BACKGROUNDCOLOR" id="bm_id3149545" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3152541" role="heading" level="2" l10n="U" oldref="3">Background color</paragraph>
         <paragraph xml-lang="en-US" id="par_id3155073" role="paragraph" l10n="U" oldref="4"><ahelp hid="HID_PROP_BACKGROUNDCOLOR" visibility="hidden">Sets the background color of the control field.</ahelp>A background color is available for most control fields. If you click on <emph>Background color</emph>, a list will open which enables you to select among various colors. The "Standard" option adopts the system setting. If the desired color is not listed, click the <emph>...</emph> button to define a color in the <link href="text/shared/optionen/01010501.xhp" name="Color"><emph>Color</emph></link> dialog.</paragraph>
      </section>
      <section id="Section41">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_HSCROLL" id="bm_id3149895" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/HID_PROP_VSCROLL" id="bm_id3149517" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/HID_PROP_SHOW_SCROLLBARS" id="bm_id6053651" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3148971" role="heading" level="2" l10n="CHG"
                    oldref="40">Scrollbar</paragraph>
         <paragraph xml-lang="en-US" id="par_id3144430" role="paragraph" l10n="CHG" oldref="41"><ahelp hid="HID_PROP_HSCROLL" visibility="hidden">Adds the scrollbar type that you specify to a text box.</ahelp>Adds the scrollbar type that you specify to a text box.</paragraph>
      </section>
      <section id="Section78">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_SPININCREMENT" id="bm_id3022247" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN1110B" role="heading" level="2" l10n="NEW">Incr./decrement value</paragraph>
         <paragraph xml-lang="en-US" id="par_idN1110F" role="paragraph" l10n="CHG"><ahelp hid=".">Determines intervals to add or subtract with each activation of the spin button control.</ahelp></paragraph>
      </section>
      <section id="Section40">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_VALUESTEP" id="bm_id3150624" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3146779" role="heading" level="2" l10n="U"
                    oldref="85">Value step</paragraph>
         <paragraph xml-lang="en-US" id="par_id3155096" role="paragraph" l10n="CHG" oldref="86"><ahelp hid="HID_PROP_VALUESTEP" visibility="hidden">Determines spin button intervals.</ahelp>You can preset the value intervals for numerical and currency spin buttons. Use the up and down arrows of the spin button to increase or decrease the value.</paragraph>
      </section>
      <section id="Section39">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_STRINGITEMLIST" id="bm_id3153975" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3145756" role="heading" level="2" l10n="U"
                    oldref="73">List entries</paragraph>
         <paragraph xml-lang="en-US" id="par_id3151300" role="paragraph" l10n="CHG" oldref="120"><ahelp hid="HID_PROP_STRINGITEMLIST" visibility="hidden">Defines the list entries visible in the document. Open this list and type your text. Use Shift+Enter for a new line. With list and combo boxes, you can define the list entries that will be visible in the document. Open the <emph>List entries</emph> field and type your text.</ahelp> Please note the <link href="text/shared/02/01170100.xhp" name="tips">tips</link> referring to the keyboard controls.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3152874" role="paragraph" l10n="U" oldref="228">The predefined default list entry is entered into the <emph>Default selection combo</emph> box.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3154610" role="note" l10n="U" oldref="186">Note that the list entries entered here are only incorporated into the form if, on the <emph>Data</emph> tab under <emph>List Content Type</emph>, the option "Value List" is selected.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3154767" role="paragraph" l10n="U" oldref="188">If you do not want the list entries to be written to the database or transmitted to the recipient of the Web form, but rather assigned values that are not visible in the form, you can assign the list entries to other values in a value list. The value list is determined on the <link href="text/shared/02/01170102.xhp" name="Data"><emph>Data</emph></link> tab. Under <emph>Type of List Contents</emph>, select the option "Value List". Then enter the values under <emph>List Contents</emph> that are to be assigned to the corresponding visible list entries of the form. For the correct assignment, the order in the value list is relevant.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3150511" role="note" l10n="U" oldref="189">For HTML documents, a list entry entered on the <emph>General</emph> tab corresponds to the HTML tag &lt;OPTION&gt;; an entry of the value list entered on the <emph>Data</emph> tab under <emph>List Contents</emph> corresponds to the &lt;OPTION VALUE=...&gt; tag.</paragraph>
      </section>
      <section id="Section38">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_DATEMAX" id="bm_id3154336" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3154290" role="heading" level="2" l10n="U"
                    oldref="121">Date max</paragraph>
         <paragraph xml-lang="en-US" id="par_id3148637" role="paragraph" l10n="U" oldref="122"><ahelp hid="HID_PROP_DATEMAX" visibility="hidden">Determines a date which can not be exceeded by another value introduced by the user.</ahelp>Determines a date which can not be exceeded by another value introduced by the user.</paragraph>
      </section>
      <section id="Section37">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_MAXTEXTLEN" id="bm_id3149391" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3149804" role="heading" level="2" l10n="U"
                    oldref="123">Max text length</paragraph>
         <paragraph xml-lang="en-US" id="par_id3150776" role="paragraph" l10n="U" oldref="124"><ahelp hid="HID_PROP_MAXTEXTLEN" visibility="hidden">Defines the maximum number of characters that the user can enter.</ahelp>For text and combo boxes, you can define the maximum number of characters that the user can enter. If this control field property is uncertain, the default setting will be zero.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3153813" role="paragraph" l10n="U" oldref="190">If the control is linked to a database and the text length is to be accepted from the field definition of the database, you must not enter the text length here. The settings are only accepted from the database if the control property was not defined ("Not Defined" state).</paragraph>
      </section>
      <section id="Section36">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_VALUEMAX" id="bm_id3145145" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/HID_PROP_EFFECTIVEMAX" id="bm_id3155345" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/HID_PROP_SPINVALUE_MAX" id="bm_id5229956" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3145599" role="heading" level="2" l10n="U"
                    oldref="125">Value max</paragraph>
         <paragraph xml-lang="en-US" id="par_id3154733" role="paragraph" l10n="U" oldref="126"><ahelp hid="HID_PROP_EFFECTIVEMAX" visibility="hidden">Defines a value for the control field which can not be exceeded by another value introduced by the user.</ahelp>For numerical and currency fields, you can determine the maximum value that the user can enter.</paragraph>
      </section>
      <section id="Section35">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_TIMEMAX" id="bm_id3154712" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3154835" role="heading" level="2" l10n="U"
                    oldref="127">Time max</paragraph>
         <paragraph xml-lang="en-US" id="par_id3155762" role="paragraph" l10n="U" oldref="128"><ahelp hid="HID_PROP_TIMEMAX" visibility="hidden">Determines a time which can not be exceeded by another value introduced by the user.</ahelp>Determines a time which can not be exceeded by another value introduced by the user.</paragraph>
      </section>
      <section id="Section34">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_MULTISELECTION" id="bm_id3154168" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3150416" role="heading" level="2" l10n="U"
                    oldref="129">Multiselection</paragraph>
         <paragraph xml-lang="en-US" id="par_id3143275" role="paragraph" l10n="CHG" oldref="130"><ahelp hid="HID_PROP_MULTISELECTION" visibility="hidden">Allows you to select more than one item in a list box.</ahelp>Allows you to select more than one item in a list box.</paragraph>
      </section>
      <section id="Section33">
<bookmark xml-lang="en-US" branch="index" id="bm_id4040955"><bookmark_value>rich text control</bookmark_value>
         <bookmark_value>controls;rich text control</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/HID_PROP_MULTILINE" id="bm_id3156370" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/HID_PROP_TEXTTYPE" id="bm_id6511734" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3148527" role="heading" level="2" l10n="CHG"
                    oldref="21">Text type<comment>UFI: now renamed to Text Type, see #i24386#</comment><comment>UFI: see dba spec prop_browser_enhancements.sxw</comment></paragraph>
         <paragraph xml-lang="en-US" id="par_id3153724" role="paragraph" l10n="CHG" oldref="22"><ahelp hid="37933">Allows you to use line breaks and formatting in a control field, such as a text box or label. To manually enter a line break, press the Enter key. Select "Multi-line with formatting" to enter formatted text.</ahelp></paragraph>
         <paragraph xml-lang="en-US" id="par_idN113D2" role="warning" l10n="NEW">If you select the text type "Multi-line with formatting", you cannot bind this control to a database field.</paragraph>
         <paragraph xml-lang="en-US" id="par_idN11391" role="note" l10n="NEW">This control is named "Multiline input" for a text column inside a table control.</paragraph>
      </section>
      <section id="Section47">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_WORDBREAK" id="bm_id1313516" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN114EF" role="heading" level="2" l10n="NEW">Word break<comment>UFI: see dba spec form_controls_interop_1.sxw</comment></paragraph>
         <paragraph xml-lang="en-US" id="par_idN11505" role="paragraph" l10n="NEW"><ahelp hid=".">Displays text on more than one line.</ahelp> Allows you to use line breaks in a text box, so that you can enter more than one line of text. To manually enter a line break, press the Enter key.</paragraph>
      </section>
      <section id="Section64">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_TOGGLE" id="bm_id9645680" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN11538" role="heading" level="2" l10n="NEW">Toggle<comment>UFI: see dba spec form_controls_interop_1.sxw</comment></paragraph>
         <paragraph xml-lang="en-US" id="par_idN1154E" role="paragraph" l10n="NEW"><ahelp hid=".">Specifies if a Push Button behaves as a Toggle Button. If you set Toggle to "Yes", you can switch between the "selected" and "not selected" control states when you click the button or press the spacebar while the the control has the focus. A button in the "selected" state appears "pressed in".</ahelp></paragraph>
      </section>
      <section id="Section65">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_FOCUSONCLICK" id="bm_id6996978" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN11558" role="heading" level="2" l10n="NEW">Take Focus on Click<comment>UFI: see dba spec form_controls_interop_1.sxw</comment></paragraph>
         <paragraph xml-lang="en-US" id="par_idN1156E" role="paragraph" l10n="NEW"><ahelp hid=".">If you set this option to "Yes", the Push Button receives the focus when you click the button.</ahelp></paragraph>
      </section>
      <section id="Section66">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_HIDEINACTIVESELECTION" id="bm_id9755546" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN11578" role="heading" level="2" l10n="NEW">Hide selection<comment>UFI: see dba spec form_controls_interop_1.sxw</comment></paragraph>
         <paragraph xml-lang="en-US" id="par_idN1158E" role="paragraph" l10n="NEW"><ahelp hid="37965">Specifies whether a text selection on a control remains selected when a the focus is no longer on a control.</ahelp> If you set <emph>Hide selection</emph> to "No", the selected text remains selected when the focus is no longer on the control that contains the text.</paragraph>
      </section>
      <section id="Section67">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_VISUALEFFECT" id="bm_id7896664" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN11598" role="heading" level="2" l10n="NEW">Style<comment>UFI: see dba spec form_controls_interop_1.sxw</comment></paragraph>
         <paragraph xml-lang="en-US" id="par_idN115AE" role="paragraph" l10n="NEW"><ahelp hid="37966">Specifies whether Check boxes and Option buttons are displayed in a 3D look (default) or a flat look.</ahelp></paragraph>
      </section>
      <section id="Section68">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_BORDERCOLOR" id="bm_id6106448" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN115B8" role="heading" level="2" l10n="NEW">Border color<comment>UFI: see dba spec form_controls_interop_1.sxw</comment></paragraph>
         <paragraph xml-lang="en-US" id="par_idN115CE" role="paragraph" l10n="NEW"><ahelp hid="37967">Specifies the border color for controls that have the Border property set to "flat".</ahelp></paragraph>
      </section>
      <section id="Section79">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_SYMBOLCOLOR" id="bm_id9707632" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN115B7" role="heading" level="2" l10n="NEW">Symbol color</paragraph>
         <paragraph xml-lang="en-US" id="par_idN115BB" role="paragraph" l10n="NEW"><ahelp hid=".">Specifies the color for symbols on controls, for example the arrows on a scrollbar.</ahelp></paragraph>
      </section>
      <section id="Section32">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_DATEMIN" id="bm_id3155750" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3149314" role="heading" level="2" l10n="U"
                    oldref="131">Date min</paragraph>
         <paragraph xml-lang="en-US" id="par_id3155755" role="paragraph" l10n="U" oldref="132"><ahelp hid="HID_PROP_DATEMIN" visibility="hidden">Determines the earliest date that a user can enter.</ahelp>Determines the earliest date that a user can enter.</paragraph>
      </section>
      <section id="Section31">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_VALUEMIN" id="bm_id3145321" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/HID_PROP_EFFECTIVEMIN" id="bm_id3147499" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/HID_PROP_SPINVALUE_MIN" id="bm_id3649403" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3152866" role="heading" level="2" l10n="U"
                    oldref="133">Value min</paragraph>
         <paragraph xml-lang="en-US" id="par_id3147505" role="paragraph" l10n="U" oldref="134"><ahelp hid="HID_PROP_EFFECTIVEMIN" visibility="hidden">You can determine here a value for the control field to prevent the user from entering a smaller value.</ahelp>For numerical and currency fields you can determine a minimum value to prevent the user from entering a smaller value.</paragraph>
      </section>
      <section id="Section30">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_TIMEMIN" id="bm_id3148825" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3153298" role="heading" level="2" l10n="U"
                    oldref="135">Time min</paragraph>
         <paragraph xml-lang="en-US" id="par_id3148831" role="paragraph" l10n="U" oldref="136"><ahelp hid="HID_PROP_TIMEMIN" visibility="hidden">Determines the minimum time that a user can enter.</ahelp>Determines the minimum time that a user can enter.</paragraph>
      </section>
      <section id="Section29">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_DECIMAL_ACCURACY" id="bm_id3154402" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3155746" role="heading" level="2" l10n="U"
                    oldref="137">Decimal accuracy</paragraph>
         <paragraph xml-lang="en-US" id="par_id3146096" role="paragraph" l10n="U" oldref="138"><ahelp hid="HID_PROP_DECIMAL_ACCURACY" visibility="hidden">Determines the number of digits displayed to the right of the decimal point.</ahelp>With numerical and currency fields you can determine the number of digits displayed to the right of the decimal point.</paragraph>
      </section>
      <section id="Section28">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_NAME" id="bm_id3152469" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3151340" role="heading" level="2" l10n="U" oldref="9">Name</paragraph>
         <paragraph xml-lang="en-US" id="par_id3149819" role="paragraph" l10n="U" oldref="10"><ahelp hid="HID_PROP_NAME" visibility="hidden">On the <emph>Properties</emph> tab page, this option specifies the name for the control field. On the <emph>Form Properties </emph>tab page, this option specifies the name for the form.</ahelp>Each control field and each form has a <emph>Name </emph>property through which it can be identified. The name will appear in the <link href="text/shared/02/01170600.xhp" name="Form Navigator">Form Navigator</link> and, using the name, the control field can be referred to from a macro. The default settings already specify a name which is constructed from using the field's label and number.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3153025" role="note" l10n="U" oldref="191">If you work with macros, make sure that the names of the controls are unique.</paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id3146325"><bookmark_value>controls; grouping</bookmark_value>
         <bookmark_value>groups;of controls</bookmark_value>
         <bookmark_value>forms; grouping controls</bookmark_value>
</bookmark><comment>mw changed "grouping;" to "groups;"</comment>
<paragraph xml-lang="en-US" id="par_id3146325" role="paragraph" l10n="U" oldref="192">The name is also used to group different controls that belong together functionally, such as radio buttons. To do so, give the same name to all members of the group: controls with identical names form a group. Grouped controls can be represented visually by using a <link href="text/shared/02/01170000.xhp" name="Group Box">Group Box</link>.</paragraph>
      </section>
      <section id="Section27">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_NAVIGATIONBAR" id="bm_id3153020" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3149720" role="heading" level="2" l10n="U"
                    oldref="197">Navigation bar</paragraph>
         <paragraph xml-lang="en-US" id="par_id3149918" role="paragraph" l10n="U" oldref="198"><ahelp hid="HID_PROP_NAVIGATIONBAR" visibility="hidden">Specifies whether to display the navigation bar on the lower border of the table control.</ahelp>Specifies whether to display the navigation bar on the lower border of table controls.</paragraph>
      </section>
      <section id="Section26">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_READONLY" id="bm_id3151173" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3158426" role="heading" level="2" l10n="U"
                    oldref="42">Read-only</paragraph>
         <paragraph xml-lang="en-US" id="par_id3153215" role="paragraph" l10n="U" oldref="43"><ahelp hid="HID_PROP_READONLY" visibility="hidden">Determines if the control is read-only (Yes) or if it can be edited (No).</ahelp>The<emph> Read-only </emph>property can be assigned to all controls in which the user can enter text. If you assign the read-only property to an image field which uses graphics from a database, the user will not be able to insert new graphics into the database.</paragraph>
      </section>
      <section id="Section25">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_BORDER" id="bm_id3154414" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3148912" role="heading" level="2" l10n="U"
                    oldref="139">Border</paragraph>
         <paragraph xml-lang="en-US" id="par_id3145637" role="paragraph" l10n="U" oldref="140"><ahelp hid="HID_PROP_BORDER" visibility="hidden">Determines if the field's border should be displayed "Without frame", with a "3-D look" or "Flat".</ahelp>With control fields that have a frame, you can determine the border display on the form using the <emph>Border </emph>property. You can select among the "Without frame", "3-D look" or "Flat" options.</paragraph>
      </section>
      <section id="Section24">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_TABINDEX" id="bm_id3157872" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3149266" role="heading" level="2" l10n="CHG"
                    oldref="44">Tab order</paragraph>
         <paragraph xml-lang="en-US" id="par_id3147483" role="paragraph" l10n="CHG" oldref="45"><ahelp hid="HID_PROP_TABINDEX">The <emph>Tab order</emph> property determines the order in which the controls are focused in the form when you press the Tab key.</ahelp> In a form that contains more than one control, the focus moves to the next control when you press the Tab key. You can specify the order in which the focus changes with an index under <emph>Tab order</emph>.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3156207" role="note" l10n="CHG" oldref="193">The <emph>Tab order</emph> property is not available to <link href="text/shared/02/01170600.xhp" name="Hidden Controls">Hidden Controls</link>. If you want, you can also set this property for image buttons and image controls, so that you can select these controls with the Tab key.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3150378" role="paragraph" l10n="U" oldref="46">When creating a form, an index is automatically assigned to the control fields that are added to this form; every control field added is assigned an index increased by 1. If you change the index of a control, the indices of the other controls are updated automatically. Elements that cannot be focused (Tabstop = No) are also assigned a value. However, these controls are skipped when using the Tab key.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3150640" role="paragraph" l10n="U" oldref="47">You can also easily define the indices of the different controls in the <link href="text/shared/02/01170300.xhp" name="Tab Order"><emph>Tab Order</emph></link> dialog.</paragraph>
      </section>
      <section id="Section89">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_WHEEL_BEHAVIOR" id="bm_id0509200912044845" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id0509200912114423" role="heading" level="2" l10n="NEW">Mouse wheel scroll</paragraph>
         <paragraph xml-lang="en-US" id="par_id0509200912114566" role="paragraph" l10n="NEW"><ahelp hid=".">Sets whether the value changes when the user scrolls a mouse wheel. Never: No change of the value. When focused: (default) The value changes when the control has the focus and the wheel is pointing at the control and gets scrolled. Always: The value changes when the wheel is pointing at the control and gets scrolled, no matter which control has the focus.</ahelp></paragraph>
      </section>
      <section id="Section22">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_DEFAULT_CHECKED" id="bm_id3109847" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3154049" role="heading" level="2" l10n="U"
                    oldref="34">Default status</paragraph>
         <paragraph xml-lang="en-US" id="par_id3150837" role="paragraph" l10n="U" oldref="35"><ahelp hid="HID_PROP_DEFAULT_CHECKED">Specifies whether an option or a check box is selected by default.</ahelp></paragraph>
         <paragraph xml-lang="en-US" id="par_id3149242" role="paragraph" l10n="U" oldref="201">For a reset type button, you can define the status of the control if the reset button is activated by the user.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3156266" role="paragraph" l10n="U" oldref="202">For grouped option fields, the status of the group corresponding to the default setting is defined by the <emph>Default Status</emph> property.<comment>UFI: what does this mean? Cannot understand that sentence.</comment></paragraph>
      </section>
      <section id="Section21">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_DEFAULT_SELECT_SEQ" id="bm_id3147220" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3156150" role="heading" level="2" l10n="U"
                    oldref="36">Default selection</paragraph>
         <paragraph xml-lang="en-US" id="par_id3148730" role="paragraph" l10n="CHG" oldref="37"><ahelp hid="HID_PROP_DEFAULT_SELECT_SEQ" visibility="hidden">Specifies the list box entry to mark as the default entry.</ahelp>Specifies the list box entry to mark as the default entry.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3150028" role="paragraph" l10n="U" oldref="203">For a Reset type button, the<emph> Default selection</emph> entry defines the status of the list box if the reset button is activated by the user.</paragraph>
         <paragraph xml-lang="en-US" id="par_id919217" role="paragraph" l10n="NEW">For a List box that contains a value list, you can click the <emph>...</emph> button to open the <emph>Default selection</emph> dialog.</paragraph>
         <paragraph xml-lang="en-US" id="par_id50050" role="paragraph" l10n="NEW">In the <emph>Default selection</emph> dialog, select the entries that you want to mark as selected when you open the form that contains the list box.</paragraph>
      </section>
      <section id="Section20">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_DEFAULTVALUE" id="bm_id3153100" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/HID_PROP_EFFECTIVEDEFAULT" id="bm_id3143231" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/HID_PROP_DEFAULT_SPINVALUE" id="bm_id4093447" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3150460" role="heading" level="2" l10n="U"
                    oldref="38">Default value</paragraph>
         <paragraph xml-lang="en-US" id="par_id3154222" role="paragraph" l10n="U" oldref="39"><ahelp hid="HID_PROP_EFFECTIVEDEFAULT">Sets the default value for the control field.</ahelp> For example, the default value will be entered when a form is opened.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3150740" role="paragraph" l10n="U" oldref="199">For a Reset type button, the<emph> Default value entry </emph>defines the status of the control if the reset button is activated by the user.</paragraph>
      </section>
      <section id="Section45">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_DEFAULT_SCROLLVALUE" id="bm_id6967986" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN11B70" role="heading" level="2" l10n="NEW">Default scroll value</paragraph>
         <paragraph xml-lang="en-US" id="par_idN11B74" role="paragraph" l10n="NEW"><ahelp hid="HID_PROP_DEFAULT_SCROLLVALUE">Sets the default value for the scrollbar.</ahelp></paragraph>
      </section>
      <section id="Section72">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_SCROLLVALUE_MAX" id="bm_id3148873" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3155440" role="heading" level="2" l10n="U"
                    oldref="252">Scroll value max.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3148877" role="paragraph" l10n="U" oldref="251"><ahelp hid="HID_PROP_SCROLLVALUE_MAX">Specify the maximum value of a scrollbar control.</ahelp></paragraph>
      </section>
      <section id="Section71">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_SCROLLVALUE_MIN" id="bm_id6626483" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN111E4" role="heading" level="2" l10n="NEW">Scroll value min.</paragraph>
         <paragraph xml-lang="en-US" id="par_idN111E8" role="paragraph" l10n="NEW"><ahelp hid="HID_PROP_SCROLLVALUE_MIN">Specify the minimum value of a scrollbar control.</ahelp></paragraph>
      </section>
      <section id="Section80">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_LINEINCREMENT" id="bm_id6233100" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN11B51" role="heading" level="2" l10n="NEW">Small change</paragraph>
         <paragraph xml-lang="en-US" id="par_idN11B55" role="paragraph" l10n="NEW"><ahelp hid=".">Specify the value to add or subtract when the user clicks the arrow icon on the scrollbar.</ahelp></paragraph>
      </section>
      <section id="Section81">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_BLOCKINCREMENT" id="bm_id1151463" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN11B6F" role="heading" level="2" l10n="NEW">Large change</paragraph>
         <paragraph xml-lang="en-US" id="par_idN11B73" role="paragraph" l10n="NEW"><ahelp hid=".">Specify the value to add or subtract when the user clicks next to the slider on the scrollbar.</ahelp></paragraph>
      </section>
      <section id="Section19">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_DEFAULT_TIME" id="bm_id3146878" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id7215491" role="heading" level="2" l10n="NEW">Default time</paragraph>
         <paragraph xml-lang="en-US" id="par_id2299874" role="paragraph" l10n="NEW"><ahelp hid=".">Sets the default time.</ahelp></paragraph>
         <paragraph xml-lang="en-US" id="par_id3150482" role="note" l10n="CHG" oldref="200">If you do not enter a value, the current time is inserted.</paragraph>
      </section>
      <section id="Section18">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_DEFAULT_DATE" id="bm_id3146874" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id1727347" role="heading" level="2" l10n="NEW">Default date</paragraph>
         <paragraph xml-lang="en-US" id="par_id2545548" role="paragraph" l10n="NEW"><ahelp hid=".">Sets the default date.</ahelp></paragraph>
         <paragraph xml-lang="en-US" id="par_id2360911" role="paragraph" l10n="NEW">If you do not enter a value, the current date is inserted.</paragraph>
      </section>
      <section id="Section17">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_TEXT" id="bm_id8406628" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id9207434" role="heading" level="2" l10n="NEW">Default text</paragraph>
         <paragraph xml-lang="en-US" id="par_id4563127" role="paragraph" l10n="CHG"><ahelp hid=".">Sets the default text for a text box or a combo box.</ahelp></paragraph>
      </section>
      <section id="Section16">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_DEFAULT_BUTTON" id="bm_id3156300" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3145206" role="heading" level="2" l10n="U"
                    oldref="144">Default button</paragraph>
         <paragraph xml-lang="en-US" id="par_id3154681" role="paragraph" l10n="U" oldref="145"><ahelp hid="HID_PROP_DEFAULT_BUTTON" visibility="hidden">The<emph> Default button</emph> property specifies that the corresponding button will be operated when you press the Return key.</ahelp>The<emph> Default button</emph> property specifies that the corresponding button will be operated when you press the Return key. If you open the dialog or form and do not carry out any further action, the button with this property is the default button.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3149750" role="note" l10n="U" oldref="175">This property should be assigned only to a single button within the document.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3150931" role="paragraph" l10n="U" oldref="177">When using Web page forms, you might come across this property in search masks. These are edit masks that contain a text field and a Submit type button. The search term is entered in the text field and the search is started by activating the button. If the button is defined as the default button, however, simply hit Enter after entering the search term in order to start the search.</paragraph>
      </section>
      <section id="Section15">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_CURRSYM_POSITION" id="bm_id3150265" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3153389" role="heading" level="2" l10n="U"
                    oldref="221">Prefix symbol</paragraph>
         <paragraph xml-lang="en-US" id="par_id3150271" role="paragraph" l10n="U" oldref="222"><ahelp hid="HID_PROP_CURRSYM_POSITION">Determines if the currency symbol is displayed before or after the number when using currency fields.</ahelp> The default setting is currency symbols are not prefixed.</paragraph>
      </section>
      <section id="Section14">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_TABSTOP" id="bm_id3148938" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3154548" role="heading" level="2" l10n="U"
                    oldref="48">Tabstop</paragraph>
         <paragraph xml-lang="en-US" id="par_id3155361" role="paragraph" l10n="U" oldref="49"><ahelp hid="HID_PROP_TABSTOP">The <emph>Tabstop </emph>property determines if a control field can be selected with the tab key.</ahelp> The following options are available:<comment>UFI: Default entry row deleted from table</comment></paragraph>
         <table id="tbl_id3154843">
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3148627" role="paragraph" l10n="U" oldref="52">No</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3161673" role="paragraph" l10n="U" oldref="53">When using the tab key, focusing skips the control.</paragraph>
               </tablecell>
            </tablerow>
            <tablerow>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3159323" role="paragraph" l10n="U" oldref="50">Yes</paragraph>
               </tablecell>
               <tablecell>
                  <paragraph xml-lang="en-US" id="par_id3148584" role="paragraph" l10n="U" oldref="51">The control can be selected with the Tab key.</paragraph>
               </tablecell>
            </tablerow>
         </table>

      </section>
      <section id="Section13">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_SHOWTHOUSANDSEP" id="bm_id3154931" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3146909" role="heading" level="2" l10n="U"
                    oldref="147">Thousands separator</paragraph>
         <paragraph xml-lang="en-US" id="par_id3154936" role="paragraph" l10n="U" oldref="148"><ahelp hid="HID_PROP_SHOWTHOUSANDSEP" visibility="hidden">Inserts a thousands separator.</ahelp>With numerical and currency fields you can determine whether thousands separators are used.</paragraph>
      </section>
      <section id="Section12">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_LABEL" id="bm_id3159212" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3156256" role="heading" level="2" l10n="U" oldref="7">Label</paragraph>
         <paragraph xml-lang="en-US" id="par_id3156432" role="paragraph" l10n="U" oldref="8"><ahelp hid="HID_PROP_LABEL" visibility="hidden">The Label property sets the label of the control field that is displayed in the form.</ahelp>The Label property sets the label of the control field that is displayed in the form. This property determines the visible label or the column header of the data field in table control forms.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3154568" role="paragraph" l10n="U" oldref="54">When you create a new control, the description predefined in the <emph>Name</emph> property is used as the default for labeling the control. The label consists of the control field name and an integer numbering the control (for example, CommandButton1). With the <emph>Title</emph> property, you can assign another description to the control so that the label reflects the function of the control. Change this entry in order to assign an expressive label to the control that is visible to the user.</paragraph>
<bookmark xml-lang="en-US" branch="index" id="bm_id3163820"><bookmark_value>multi-line titles in forms</bookmark_value>
         <bookmark_value>names; multi-line titles</bookmark_value>
         <bookmark_value>controls; multi-line titles</bookmark_value>
</bookmark>
<paragraph xml-lang="en-US" id="par_id3163820" role="paragraph" l10n="U" oldref="223">To create a multi-line title, open the combo box using the arrow button. You can enter a line break by pressing Shift+<switchinline select="sys"><caseinline select="MAC">Command
</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3159407" role="note" l10n="U" oldref="55">The <emph>Title</emph> property is only used for labeling a form element in the interface visible to the user. If you work with macros, note that at runtime, a control is always addressed through the <emph>Name</emph> property.</paragraph>
      </section>
      <section id="Section11">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_TARGET_URL" id="bm_id3154726" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3150293" role="heading" level="2" l10n="U"
                    oldref="56">URL</paragraph>
         <paragraph xml-lang="en-US" id="par_id3154358" role="paragraph" l10n="CHG" oldref="57"><ahelp hid="HID_PROP_TARGET_URL" visibility="hidden">Specifies the URL address that opens when you click an "Open document / web page" button.</ahelp>Enter the URL address for a Open document or web page button type in the <emph>URL</emph> box. The address opens when you click the button.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3146074" role="paragraph" l10n="U" oldref="211">If you move the mouse over the button in User mode, the URL appears as the extended tip, provided that no other Help text was entered.</paragraph>
      </section>
      <section id="Section10">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_CURRENCYSYMBOL" id="bm_id3145154" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3147134" role="heading" level="2" l10n="U"
                    oldref="149">Currency symbol</paragraph>
         <paragraph xml-lang="en-US" id="par_id3145160" role="paragraph" l10n="U" oldref="150"><ahelp hid="HID_PROP_CURRENCYSYMBOL" visibility="hidden">You can enter a character or a string for the currency symbol.</ahelp>In a currency field, you can pre-define the currency symbol by entering the character or string in the <emph>Currency symbol</emph> property.</paragraph>
      </section>
      <section id="Section9">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_HIDDEN_VALUE" id="bm_id3156100" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3144444" role="heading" level="2" l10n="U"
                    oldref="154">Value</paragraph>
         <paragraph xml-lang="en-US" id="par_id3152417" role="paragraph" l10n="U" oldref="155"><ahelp hid="HID_PROP_HIDDEN_VALUE" visibility="hidden">You can enter the data that is inherited by the hidden control.</ahelp>In a <link href="text/shared/02/01170600.xhp" name="hidden control">hidden control</link>, under <emph>Value</emph>, you can enter the data which is inherited by the hidden control. This data will be transferred when sending the form.</paragraph>
      </section>
      <section id="Section8">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_ECHO_CHAR" id="bm_id3148694" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3157315" role="heading" level="2" l10n="U"
                    oldref="156">Password characters</paragraph>
         <paragraph xml-lang="en-US" id="par_id3155323" role="paragraph" l10n="U" oldref="157"><ahelp hid="HID_PROP_ECHO_CHAR" visibility="hidden">If the text box is used as a password input, enter the ASCII-code of the display character. This character is displayed instead of the characters typed by the user for the password.</ahelp>If the user enters a password, you can determine the characters that will be displayed instead of the characters typed by the user. Under <emph>Password character</emph>, enter the ASCII code of the desired character. You can use the values from 0 to 255.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3152493" role="tip" l10n="CHG" oldref="158">The characters and their ASCII codes can be seen in the <emph>Special Characters</emph> dialog (Insert - Special Character).</paragraph>
      </section>
      <section id="Section7">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_LITERALMASK" id="bm_id3157547" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3157884" role="heading" level="2" l10n="U"
                    oldref="159">Literal mask</paragraph>
         <paragraph xml-lang="en-US" id="par_id3157557" role="paragraph" l10n="U" oldref="160"><ahelp hid="HID_PROP_LITERALMASK" visibility="hidden">Defines the literal mask. The literal mask contains the initial values and is always visible after downloading a form.</ahelp>With masked fields you can specify a literal mask. A literal mask contains the initial values of a form, and is always visible after downloading a form. Using a character code for the Edit mask, you can determine the entries that the user can type into the masked field.</paragraph>
         <paragraph xml-lang="en-US" id="par_id3148513" role="note" l10n="U" oldref="161">The length of the literal mask should always correspond to the length of the edit mask. If this is not the case, the edit mask is either cut off or filled with blanks up to the length of the edit mask.</paragraph>
      </section>
      <section id="Section6">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_FONT" id="bm_id3151032" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3146762" role="heading" level="2" l10n="CHG"
                    oldref="5">Font<comment>UFI: dba.features "Character set property renamed to Font"</comment></paragraph>
         <paragraph xml-lang="en-US" id="par_id3151037" role="paragraph" l10n="CHG" oldref="6"><ahelp hid="HID_PROP_FONT" visibility="hidden">Select the font for the text that is in the control field.</ahelp>For control fields which have visible text or titles, select the display font that you want to use. To open the <link href="text/shared/01/05020100.xhp" name="Font"><emph>Font</emph></link> dialog, click the <emph>...</emph> button. The selected font is used in control fields names and to display data in table control fields.</paragraph>
      </section>
      <section id="Section5">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_ROWHEIGHT" id="bm_id3160449" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3156734" role="heading" level="2" l10n="U"
                    oldref="162">Row height</paragraph>
         <paragraph xml-lang="en-US" id="par_id3160455" role="paragraph" l10n="CHG" oldref="163"><ahelp hid="HID_PROP_ROWHEIGHT" visibility="hidden">Specifies the row height of a table control field.</ahelp>In table controls, enter a value for the row height. If you want, you can enter a value followed by valid measurement unit, for example, 2 cm.</paragraph>
      </section>
      <section id="Section77">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_LINEEND_FORMAT" id="bm_id396130" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN11FB6" role="heading" level="2" l10n="NEW">Text lines end with</paragraph>
         <paragraph xml-lang="en-US" id="par_idN11FBA" role="paragraph" l10n="NEW"><ahelp hid=".">For text fields, select the line end code to be used when writing text into a database column.</ahelp><comment>UFI: spec dba-features: "form text fields: New property Text lines end with"</comment></paragraph>
      </section>
      <section id="Section4">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_TIMEFORMAT" id="bm_id3145181" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3160477" role="heading" level="2" l10n="U"
                    oldref="168">Time format</paragraph>
         <paragraph xml-lang="en-US" id="par_id3145187" role="paragraph" l10n="U" oldref="169"><ahelp hid="HID_PROP_TIMEFORMAT" visibility="hidden">You can define the desired format for the time display.</ahelp>You can define the desired format for the time display.</paragraph>
      </section>
      <section id="Section3">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_TAG" id="bm_id3158205" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3158195" role="heading" level="2" l10n="U"
                    oldref="170">Help text</paragraph>
         <paragraph xml-lang="en-US" id="par_id3146823" role="paragraph" l10n="U" oldref="171"><ahelp hid="HID_PROP_TAG" visibility="hidden">Specifies additional information or a descriptive text for the control field.</ahelp>In each control field you can specify additional information or a descriptive text for the control field. This property helps the programmer to save additional information that can be used in the program code. This field can be used, for example, for variables or other evaluation parameters.</paragraph>
      </section>
      <section id="Section2">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_FORMATKEY" id="bm_id3157839" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3157828" role="heading" level="2" l10n="U"
                    oldref="232">Formatting</paragraph>
         <paragraph xml-lang="en-US" id="par_id3146843" role="paragraph" l10n="U" oldref="233"><ahelp hid="HID_PROP_FORMATKEY">Specifies the format code for the control. Click the <emph>...</emph> button to select the format code.</ahelp></paragraph>
      </section>
      <section id="Section69">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_SCALEIMAGE" id="bm_id1145054" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN122C4" role="heading" level="2" l10n="NEW">Scale</paragraph>
         <paragraph xml-lang="en-US" id="par_idN122C8" role="paragraph" l10n="NEW"><ahelp hid="HID_PROP_SCALEIMAGE">Resizes the image to fit the size of the control.</ahelp></paragraph>
      </section>
      <section id="Section23">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_SHOW_RECORDACTIONS" id="bm_id7442243" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN1209F" role="heading" level="2" l10n="NEW">Acting on a record</paragraph>
         <paragraph xml-lang="en-US" id="par_idN120B1" role="paragraph" l10n="NEW"><ahelp hid="37930">Specifies to show or hide the action items in a selected Navigation Bar control.</ahelp> Action items are the following: Save record, Undo, New record, Delete record, Refresh.</paragraph>
      </section>
      <section id="Section70">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_SHOW_POSITION" id="bm_id9985961" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN120BE" role="heading" level="2" l10n="NEW">Positioning</paragraph>
         <paragraph xml-lang="en-US" id="par_idN120D9" role="paragraph" l10n="NEW"><ahelp hid="37928">Specifies to show or hide the positioning items in a selected Navigation Bar control.</ahelp> Positioning items are the following: Record label, Record position, Record count label, Record count.</paragraph>
      </section>
      <section id="Section74">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_SHOW_NAVIGATION" id="bm_id1122775" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN120D7" role="heading" level="2" l10n="NEW">Navigation</paragraph>
         <paragraph xml-lang="en-US" id="par_idN120DB" role="paragraph" l10n="NEW"><ahelp hid="37929">Specifies to show or hide the navigation items in a selected Navigation Bar control.</ahelp> Navigation items are the following: First record, Previous record, Next record, Last record.</paragraph>
      </section>
      <section id="Section75">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_SHOW_FILTERSORT" id="bm_id7137363" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN12156" role="heading" level="2" l10n="NEW">Filtering / Sorting</paragraph>
         <paragraph xml-lang="en-US" id="par_idN1215A" role="paragraph" l10n="NEW"><ahelp hid="37931">Specifies to show or hide the filtering and sorting items in a selected Navigation Bar control.</ahelp> Filtering and sorting items are the following: Sort ascending, Sort descending, Sort, Automatic filter, Default filter, Apply filter, Remove filter/sort.</paragraph>
      </section>
      <section id="Section76">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_ICONSIZE" id="bm_id7815790" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN12175" role="heading" level="2" l10n="NEW">Icon Size</paragraph>
         <paragraph xml-lang="en-US" id="par_idN12179" role="paragraph" l10n="NEW"><ahelp hid="37927">Specifies whether the icons in a selected Navigation Bar should be small or large.</ahelp></paragraph>
      </section>
      <section id="Section73">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_ENABLE_VISIBLE" id="bm_id7815890" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id0409200920593864" role="heading" level="2" l10n="NEW">Visible</paragraph>
         <paragraph xml-lang="en-US" id="par_id0409200920593851" role="paragraph" l10n="NEW"><ahelp hid=".">Defines whether the control will be visible in live mode. In design mode, the control is always visible.</ahelp></paragraph>
         <paragraph xml-lang="en-US" id="par_id0409200921154683" role="paragraph" l10n="NEW">Note that if this property is set to "Yes" (the default), this does not necessarily mean the control will really appear on the screen. Additional constraints are applied when calculating a control's effective visibility. For instance, a control placed in a hidden section in Writer will never be visible at all, until at least the section itself becomes visible.</paragraph>
         <paragraph xml-lang="en-US" id="par_id0409200921154691" role="paragraph" l10n="NEW">If the property is set to "No", then the control will always be hidden in live mode.</paragraph>
         <paragraph xml-lang="en-US" id="par_id0409200921154614" role="paragraph" l10n="NEW">Older OpenOffice.org versions up to 3.1 will silently ignore this property when reading documents which make use of it.</paragraph>
      </section>
      <section id="Section82">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_VISIBLESIZE" id="bm_id5840937" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN12314" role="heading" level="2" l10n="NEW">Visible size</paragraph>
         <paragraph xml-lang="en-US" id="par_idN12318" role="paragraph" l10n="NEW"><ahelp hid=".">Specifies the size of scrollbar thumb in "value units". A value of ("Scroll value max." minus "Scroll value min." ) / 2 would result in a thumb which occupies half of the background area.</ahelp></paragraph>
         <paragraph xml-lang="en-US" id="par_idN12375" role="paragraph" l10n="NEW">If set to 0, then the thumb's width will equal its height.</paragraph>
      </section>
      <section id="Section83">
<bookmark xml-lang="en-US" branch="hid/HID_PROP_ORIENTATION" id="bm_id4076967" localize="false"/>
<paragraph xml-lang="en-US" id="par_idN12332" role="heading" level="2" l10n="NEW">Orientation</paragraph>
         <paragraph xml-lang="en-US" id="par_idN12336" role="paragraph" l10n="CHG"><ahelp hid=".">Specifies the horizontal or vertical orientation for a scrollbar or spin button.</ahelp></paragraph>
      </section>
</sort>
</body>
</helpdocument>