home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #3 / K-CD-3-2002.ISO / OpenOffice / f_0066 / common.jar / text / common / 02 / 01170103.xml < prev    next >
Encoding:
Extensible Markup Language  |  2001-09-11  |  7.8 KB  |  52 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>Events</title><meta name="filename" content="text/common/02/01170103"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
  3.  
  4.         p.P1{
  5.                 }
  6.         span.T1{
  7.                 font-weight:bold;}
  8.         </style></head><body>
  9.   
  10.   
  11.   <help:to-be-embedded Eid="ereignisse" xmlns:help="http://openoffice.org/2000/help">
  12.   <p class="Head1"><help:key-word value="controls; events" tag="kw65940_1"/><help:key-word value="events; controls" tag="kw65940_3"/><help:key-word value="macro; controls" tag="kw65940_2"/><help:link Id="65940">Events</help:link></p>
  13.   <p class="Paragraph">In this tab page, you can link certain events, which can occur in a form's control field, with a macro.</p>
  14.   </help:to-be-embedded>
  15.   <p class="Paragraph">This macro or this event procedure will be then initiated as soon as the event occurs. This assignment will be realized if you press the<span class="T1"> ... </span>button. A <help:link Id="67665" xmlns:help="http://openoffice.org/2000/help">dialog </help:link>will open which enables you to select the macro.</p>
  16.   <help:popup Id="65594" Eid="controleigenschaftenereignisse" xmlns:help="http://openoffice.org/2000/help"><help:embedded Id="65598" Eid="wie"/></help:popup>
  17.   <p class="Paragraph">Depending on the control, different events can take place. Therefore, only the events that make sense for the control and context currently selected are listed on the <span class="T1">Event</span> tab page. The following events are defined:</p>
  18.   <p class="Head2"><help:help-id value="HID_EVT_BEFOREUPDATE" xmlns:help="http://openoffice.org/2000/help"/>Before update</p>
  19.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">This event takes place before the content of the control field is updated from an linked data base.</help:help-text></p>
  20.   <p class="Head2"><help:help-id value="HID_EVT_AFTERUPDATE" xmlns:help="http://openoffice.org/2000/help"/>After update</p>
  21.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">This event takes place, after the content of a control field was updated from an attached data </help:help-text></p>
  22.   <p class="Head2"><help:help-id value="HID_EVT_ITEMSTATECHANGED" xmlns:help="http://openoffice.org/2000/help"/>Item status changed</p>
  23.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help"> This event takes place if the status of the control field is changed.</help:help-text>This event takes place if you select a new entry in a list or a combo box or with a check box or option field if the condition of the control field changes.</p>
  24.   <p class="Head2"><help:help-id value="HID_EVT_TEXTCHANGED" xmlns:help="http://openoffice.org/2000/help"/>Text modified</p>
  25.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">This event takes place if you enter or modify a text in an input field.</help:help-text></p>
  26.   <p class="Head2"><help:help-id value="HID_EVT_ACTIONPERFORMED" xmlns:help="http://openoffice.org/2000/help"/>Action performed</p>
  27.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">This event occurs if an action is started.</help:help-text> If, for example, you have a Submit button type in your form, the send process executes the action. The "When executing" event corresponds then the start of the send process. This field is only available if you have inserted normal buttons. It will not be available with graphic buttons.</p>
  28.   <p class="Head2"><help:help-id value="HID_EVT_APPROVEACTIONPERFORMED" xmlns:help="http://openoffice.org/2000/help"/>Action started</p>
  29.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">This event takes place, if an action is executed by clicking the control field.</help:help-text> Initiating an action is not the same as executing an action. If you click a Submit button, it initiates the "send" action but the send process will start when the "Action performed" event occurs. With "Action started" you have the possibility to choose. If the linked method sends back FALSE, "Action performed" will not be executed.</p>
  30.   <p class="Head2"><help:help-id value="HID_EVT_FOCUSGAINED" xmlns:help="http://openoffice.org/2000/help"/>Focus gained</p>
  31.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">This event takes place if a control field receives the focus.</help:help-text></p>
  32.   <p class="Head2"><help:help-id value="HID_EVT_FOCUSLOST" xmlns:help="http://openoffice.org/2000/help"/>Focus lost</p>
  33.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help"> This event takes place if a control field looses the focus.</help:help-text></p>
  34.   <p class="Head2"><help:help-id value="HID_EVT_KEYTYPED" xmlns:help="http://openoffice.org/2000/help"/>Key typed</p>
  35.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">This event takes place if the user presses any key.</help:help-text> For example, this event can be related with a macro input verification.</p>
  36.   <p class="Head2"><help:help-id value="HID_EVT_MOUSEPRESSED" xmlns:help="http://openoffice.org/2000/help"/>Mouse pressed</p>
  37.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">This event takes place if the mouse button is pressed.</help:help-text></p>
  38.   <p class="Head2"><help:help-id value="HID_EVT_MOUSERELEASED" xmlns:help="http://openoffice.org/2000/help"/>Mouse released</p>
  39.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help"> This event takes place if the mouse button is released.</help:help-text></p>
  40.   <p class="Head2"><help:help-id value="HID_EVT_MOUSEENTERED" xmlns:help="http://openoffice.org/2000/help"/>Mouse inside</p>
  41.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">This event takes place if the mouse is inside the control field.</help:help-text></p>
  42.   <p class="Head2"><help:help-id value="HID_EVT_MOUSEEXITED" xmlns:help="http://openoffice.org/2000/help"/>Mouse outside</p>
  43.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">This event takes place, when the mouse is outside the control field.</help:help-text></p>
  44.   <p class="Head2"><help:help-id value="HID_EVT_MOUSEDRAGGED" xmlns:help="http://openoffice.org/2000/help"/>Mouse dragged while key pressed</p>
  45.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help"> This event takes place when the mouse is dragged while a key is pressed.</help:help-text> An example of this is when during drag and drop an additional key determines the modus (move or copy).</p>
  46.   <p class="Head2"><help:help-id value="HID_EVT_MOUSEMOVED" xmlns:help="http://openoffice.org/2000/help"/>Mouse movement</p>
  47.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">This event takes place if the mouse is moved.</help:help-text></p>
  48.   <p class="Head2">Prior to Reset</p>
  49.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">This happens before the state of the control is reset to its default value.</help:help-text></p>
  50.   <p class="Head2"><help:help-id value="HID_EVT_RESETTED" xmlns:help="http://openoffice.org/2000/help"/>After Resetting</p>
  51.   <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">This event takes place if the status of the control field is reset to its default value using the <help:link Id="65921" Eid="artderschaltflaeche">Reset type</help:link> button.</help:help-text></p>
  52.  </body></html>