LibreOfficeDev 24.2 Help
Contains commands for activate form design mode, enable/disable control wizards and insert form controls in your document.
Toggles the Design mode on or off. This function is used to switch quickly between Design and User mode. Activate to edit the form controls, deactivate to use the form controls.
Creates an option button. Option buttons enable the user to choose one of several options. Option buttons with the same functionality are given the same name (Name property). Normally, they are given a group box.
Creates a list box. A list box lets users select an entry from a list. If the form is linked to a database and the database connection is active, the List Box Wizard will automatically appear after the list box is inserted in the document. This wizard helps you create the list box.
콤보 상자를 만듭니다. 콤보 상자는 옵션을 선택할 수 있는 드롭다운 목록이 있는 한줄형 목록 상자입니다. 콤보 상자에 "읽기 전용" 속성을 지정하면 사용자가 목록에 표시되지 않은 다른 항목을 입력할 수 없습니다. 양식이 데이터베이스에 바운드되어 있고 데이터베이스 연결이 활성 상태이면 문서에 콤보 상자를 삽입한 후 자동으로 콤보 상자 마법사가 나타납니다.
서식 있는 필드를 만듭니다. 서식 있는 필드는 입력 및 출력 서식과 적용되는 제한값을 지정할 수 있는 텍스트 상자입니다.
서식 지정 필드에는 특수한 콘트롤 필드 속성이 있습니다 (서식 - 콘트롤 필드).
Date, time, numerical, currency and pattern form fields.
Creates a frame to visually group several controls. Group boxes allow you to group option buttons in a frame.
If you insert a group frame into the document, the Group Element Wizard starts, which allows you to easily create an option group.
Note: When you drag a group box over already existing controls and then want to select a control, you have to first open the context menu of the group box and choose Arrange - Send to Back. Then select the control while pressing CommandCtrl.
Group boxes are used only for a visual effect. A functional grouping of option fields can be made through the name definition: under the Name properties of all option fields, enter the same name in order to group them.
이미지 콘트롤을 만듭니다. 데이터베이스의 이미지를 추가하기 위한 용도로만 사용할 수 있습니다. 양식 문서에서 이러한 콘트롤 중 하나를 두 번 눌러 그림 삽입 대화 상자를 열고 이미지를 삽입합니다. 이미지 삽입 및 삭제 명령이 포함된 콘텍스트 메뉴(디자인 모드에서는 제외)도 있습니다.
데이터베이스에 수록된 이미지를 양식에 표시할 수 있으며, 이미지 콘트롤이 쓰기 보호되어 있지 않은 경우에는 새 이미지를 데이터베이스에 삽입할 수 있습니다. 콘트롤은 해당 이미지 유형의 데이터베이스 필드를 참조해야 합니다. 따라서 데이터 탭 페이지의 속성 창에 해당 데이터 필드를 입력하십시오.
Creates a table control to display a database table. If you create a new table control, the Table Element Wizard appears.
Creates a Navigation bar.
The Navigation bar allows you to move through the records of a database or a database form. The controls on this Navigation bar work the same way as the controls on the default Navigation bar in LibreOfficeDev.
In this dialog you can specify, among others, the data source and the events for the whole form.
Opens the Tab Order dialog so you can modify the order in which control fields get the focus when the user presses the tab key.
A content control is a placeholder text in which the current content will be replaced when clicking into the control. Content controls are individual controls to add and customize for use in templates, forms, and documents. Content controls can provide instructional text and set controls to disappear when users type in their own text.