__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<!DOCTYPE html>
<html lang="es" dir="ltr">
<head>
<base href="../../../../">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Eventos</title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="es/langnames.js"></script><script type="text/javascript" src="flexsearch.debug.js"></script><script type="text/javascript" src="prism.js"></script><script type="text/javascript" src="help2.js" defer></script><script type="text/javascript" src="a11y-toggle.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="es/bookmarks.js" defer></script><script type="text/javascript" src="es/contents.js" defer></script><script type="text/javascript" src="help.js" defer></script><meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header id="TopLeftHeader"><a class="symbol" href="es/text/shared/05/new_help.html"><div></div></a><a class="logo" href="es/text/shared/05/new_help.html"><p dir="auto">Ayuda de LibreOffice 25.2</p></a><div class="dropdowns"><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">Módulo</button><nav id="modules-nav" hidden=""></nav>
</div></div></header><aside class="leftside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1" dir="auto">Contenido</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Buscar en los marcadores de todos los módulos" dir="auto"><div class="nav-container" tabindex="0"><nav class="index" dir="auto"></nav></div>
</div></div>
<div id="DisplayArea" itemprop="softwareHelp" itemscope="true" itemtype="http://schema.org/SoftwareApplication">
<noscript><div id="WarnJS"><h1 dir="auto">Active JavaScript en el navegador para mostrar las páginas de ayuda de LibreOffice.</h1></div></noscript>
<a id="events"></a>
<a id="bm_id3148643"></a><meta itemprop="keywords" content="controls, events">
<meta itemprop="keywords" content="events, controls">
<meta itemprop="keywords" content="macros, assigning to events in forms">
<h1 id="hd_id3148643" dir="auto">Eventos</h1>
<p id="par_id3152350" class="paragraph" dir="auto">On the <span class="emph">Events</span> tab page you can link macros to events that occur in a form's control fields.</p>
<p id="par_id3155419" class="paragraph" dir="auto">When the event occurs, the linked macro will be called. To assign a macro to an event, press the <span class="emph">...</span> button. The <a target="_top" href="es/text/shared/01/06140500.html"><span class="emph">Assign Action</span></a> dialog opens.</p>
<a id="howtoget"></a><div class="howtoget">
<div><p class="howtogetheader" dir="auto"><a id="wie"></a>Para acceder a esta orden…</p></div>
<div class="howtogetbody">
<div class="embedded">
<a id="control_properties_events"></a>
<p id="par_id3153334" class="paragraph" dir="auto">Open context menu of a selected form element - choose <span class="menuitem">Control Properties - Events</span> tab.</p>
<p id="par_id3153744" class="paragraph" dir="auto">Abra la barra de herramientas <span class="widget">Diseño de formularios</span>, pulse en el icono <span class="widget">Propiedades del control</span> y seleccione la pestaña <span class="widget">Eventos</span>.</p>
</div>
</div>
</div>
<br>
<p id="par_id3149732" class="paragraph" dir="auto">Dependiendo del control, habrá diferentes eventos disponibles. Solamente los eventos disponibles para el control y contexto seleccionados se enumerarán en la pestaña <span class="emph">Eventos</span>.<br>Están definidos los eventos siguientes:</p>
<a id="bm_id3153252"></a>
<h2 id="hd_id3149191" dir="auto">Aprobar acción</h2>
<p id="par_id3153717" class="paragraph" dir="auto"><span class="avis">This event takes place before an action is triggered by clicking the control.</span> For example, clicking a "<span class="emph">Submit</span>" button initiates a send action; however, the actual "send" process is started only when the <span class="emph">When initiating</span> event occurs. The <span class="emph">Approve action</span> event allows you to kill the process. If the linked method sends back FALSE, <span class="emph">When initiating</span> will not be executed.</p>
<a id="bm_id3155923"></a>
<h2 id="hd_id3156024" dir="auto">Ejecutar acción</h2>
<p id="par_id3145609" class="paragraph" dir="auto"><span class="avis">The <span class="emph">Execute action</span> event occurs when an action is started.</span> For example, if you have a "<span class="emph">Submit</span>" button in your form, the send process represents the action to be initiated.</p>
<a id="bm_id3154924"></a>
<h2 id="hd_id3156343" dir="auto">Modificado</h2>
<p id="par_id3148755" class="paragraph" dir="auto"><span class="avis">The <span class="emph">Changed</span> event takes place when the control loses the <a target="_top" href="es/text/shared/00/00000005.html#form_focus">focus</a> and the content of the control has changed since it lost the focus.</span></p>
<a id="bm_id3147084"></a>
<h2 id="hd_id3153524" dir="auto">Texto modificado</h2>
<p id="par_id3150495" class="paragraph" dir="auto"><span class="avis">The <span class="emph">Text modified</span> event takes place if you enter or modify a text in an input field.</span></p>
<a id="bm_id3154910"></a>
<h2 id="hd_id3154123" dir="auto">Estado modificado</h2>
<p id="par_id3150870" class="paragraph" dir="auto">The <span class="emph">Item status changed</span> event takes place if the status of the control field has changed, for example, from checked to unchecked.</p>
<a id="bm_id3158407"></a>
<h2 id="hd_id3151176" dir="auto">Al recibir el foco</h2>
<p id="par_id3154218" class="paragraph" dir="auto"><span class="avis">The <span class="emph">When receiving focus</span> event takes place if a control field receives the <a target="_top" href="es/text/shared/00/00000005.html#form_focus">focus</a>.</span></p>
<a id="bm_id3154684"></a>
<h2 id="hd_id3150447" dir="auto">Al perder el foco</h2>
<p id="par_id3159252" class="paragraph" dir="auto"><span class="avis">The <span class="emph">When losing focus</span> event takes place if a control field loses the <a target="_top" href="es/text/shared/00/00000005.html#form_focus">focus</a>.</span></p>
<a id="bm_id3145787"></a>
<h2 id="hd_id3147287" dir="auto">Tecla pulsada</h2>
<p id="par_id3152940" class="paragraph" dir="auto"><span class="avis">The <span class="emph">Key pressed</span> event occurs when the user presses any key while the control has the focus.</span> This event may be linked to a macro for checking entries.</p>
<a id="bm_id3145264"></a>
<h2 id="hd_id3154127" dir="auto">Tecla liberada</h2>
<p id="par_id3154150" class="paragraph" dir="auto"><span class="avis">El evento <span class="emph">Tecla liberada</span> se produce cuando se suelta una tecla mientras el control tiene el foco.</span></p>
<a id="bm_id3155368"></a>
<h2 id="hd_id3154921" dir="auto">Ratón dentro</h2>
<p id="par_id3148618" class="paragraph" dir="auto"><span class="avis">The <span class="emph">Mouse inside</span> event takes place if the mouse is inside the control field.</span></p>
<a id="bm_id3159180"></a>
<h2 id="hd_id3148576" dir="auto">Mover ratón por medio del teclado</h2>
<p id="par_id3155411" class="paragraph" dir="auto"><span class="avis">The <span class="emph">Mouse moved while key pressed</span> event takes place when the mouse is dragged while a key is pressed.</span> An example is when, during drag-and-drop, an additional key determines the mode (move or copy).</p>
<a id="bm_id3147443"></a>
<h2 id="hd_id3149262" dir="auto">Movimiento de ratón</h2>
<p id="par_id3146975" class="paragraph" dir="auto"><span class="avis">The <span class="emph">Mouse moved</span> event occurs if the mouse moves over the control.</span></p>
<a id="bm_id3145366"></a>
<h2 id="hd_id3159197" dir="auto">Botón de ratón pulsado</h2>
<p id="par_id3145271" class="paragraph" dir="auto"><span class="avis">The <span class="emph">Mouse button pressed</span> event occurs if the mouse button is pressed while the mouse pointer is on the control.</span></p>
<div class="note">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/note.svg" alt="Icono de nota" style="width:40px;height:40px;"></div>
<div class="notetext"><p dir="auto">Observe que este evento también se usa para notificar las solicitudes de menú contextual en el control.</p></div>
</div>
<br>
<a id="bm_id3144766"></a>
<h2 id="hd_id3148880" dir="auto">Botón del ratón suelto</h2>
<p id="par_id3150659" class="paragraph" dir="auto"><span class="avis">The <span class="emph">Mouse button released</span> event occurs if the mouse button is released while the mouse pointer is on the control.</span></p>
<a id="bm_id3150094"></a>
<h2 id="hd_id3156286" dir="auto">Ratón fuera</h2>
<p id="par_id3149582" class="paragraph" dir="auto"><span class="avis">The <span class="emph">Mouse outside</span> event takes place when the mouse is outside the control field.</span></p>
<div class="embedded">
<a id="reset_update"></a>
<h3 id="hd_id3147559" dir="auto">Antes de actualizar</h3>
<p id="par_id3149669" class="paragraph" dir="auto"><span class="avis">The <span class="emph">Before update</span> event occurs before the control content changed by the user is written into the data source.</span> The linked macro can, for example, prevent this action by returning <span class="literal">FALSE</span>.</p>
<h3 id="hd_id3153779" dir="auto">Después de actualizar</h3>
<p id="par_id3153360" class="paragraph" dir="auto"><span class="avis">The <span class="emph">After update</span> event occurs after the control content changed by the user has been written into the data source.</span></p>
<h3 id="hd_id3157909" dir="auto">Antes de restablecer</h3>
<p id="par_id3155390" class="paragraph" dir="auto"><span class="avis">The <span class="emph">Prior to reset</span> event occurs before a form is reset.</span> Returning <span class="literal">True</span> approves the reset, returning <span class="literal">False</span> cancels the operation.</p>
<p id="par_id3149236" class="paragraph" dir="auto">Se restablecerá un formulario cuando se cumpla una de las siguientes condiciones:</p>
<ol itemprop="HowTo" itemscope="true" itemtype="http://schema.org/HowToSection" dir="auto">
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/HowToStep" dir="auto">
<p id="par_id3149164" class="listitem" dir="auto">El usuario pulsa un botón (HTML) que se ha definido como botón Restablecer.</p>
</li>
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/HowToStep" dir="auto">
<p id="par_id3153666" class="listitem" dir="auto">Se crea un registro nuevo vacío en un formulario vinculado al origen de datos. Por ejemplo, se puede pulsar el botón <span class="emph">Registro siguiente</span> en el último registro.</p>
</li>
</ol>
<h3 id="hd_id3156119" dir="auto">Después de restablecer</h3>
<p id="par_id3148563" class="paragraph" dir="auto"><span class="avis">The<span class="emph"> After resetting </span>event occurs after a form has been reset.</span></p>
</div>
</div>
<div id="DonationFrame"></div>
<footer><h2 style="text-align: center;"><a href="https://books.libreoffice.org" target="_blank">Libros de LibreOffice</a></h2>
<div class="noteicon" dir="auto" style="display:flex;justify-content:center;flex-wrap:wrap;row-gap:15px;">
<img src="media/navigation/libo-writer.svg" alt="Writer Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-calc.svg" alt="Calc Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-impress.svg" alt="Impress Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-draw.svg" alt="Draw Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-base.svg" alt="Base Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-math.svg" alt="Math Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-symbol-black.svg" alt="Getting Started Icon" style="width:60px;height:60px;">
</div>
<div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p dir="auto">This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/shared/02/01170103.xhp" target="_blank">/text/shared/02/01170103.xhp</a></p>
<p dir="auto">Title is: Eventos</p>
<p id="bm_module" dir="auto"></p>
<p id="bm_system" dir="auto"></p>
<p id="bm_HID" dir="auto"></p>
</div></footer>
</body>
</html>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 01110000.html | File | 5.89 KB | 0644 |
|
| 01140000.html | File | 30.59 KB | 0644 |
|
| 01170000.html | File | 44.1 KB | 0644 |
|
| 01170001.html | File | 7.7 KB | 0644 |
|
| 01170002.html | File | 5.95 KB | 0644 |
|
| 01170003.html | File | 5.21 KB | 0644 |
|
| 01170004.html | File | 11.86 KB | 0644 |
|
| 01170100.html | File | 12.01 KB | 0644 |
|
| 01170101.html | File | 63.74 KB | 0644 |
|
| 01170102.html | File | 50.26 KB | 0644 |
|
| 01170103.html | File | 12.84 KB | 0644 |
|
| 01170200.html | File | 11.09 KB | 0644 |
|
| 01170201.html | File | 12.52 KB | 0644 |
|
| 01170202.html | File | 17.64 KB | 0644 |
|
| 01170203.html | File | 21.52 KB | 0644 |
|
| 01170300.html | File | 8.14 KB | 0644 |
|
| 01170400.html | File | 6.1 KB | 0644 |
|
| 01170500.html | File | 6.75 KB | 0644 |
|
| 01170600.html | File | 13.31 KB | 0644 |
|
| 01170700.html | File | 6.87 KB | 0644 |
|
| 01170800.html | File | 6.95 KB | 0644 |
|
| 01170801.html | File | 5.14 KB | 0644 |
|
| 01170802.html | File | 6.39 KB | 0644 |
|
| 01170900.html | File | 12.46 KB | 0644 |
|
| 01170901.html | File | 5.67 KB | 0644 |
|
| 01170902.html | File | 5.26 KB | 0644 |
|
| 01170903.html | File | 6.18 KB | 0644 |
|
| 01170904.html | File | 6.37 KB | 0644 |
|
| 01171000.html | File | 7.05 KB | 0644 |
|
| 01171100.html | File | 5.81 KB | 0644 |
|
| 01171200.html | File | 6.75 KB | 0644 |
|
| 01171300.html | File | 9.07 KB | 0644 |
|
| 01171400.html | File | 7.54 KB | 0644 |
|
| 01220000.html | File | 5.35 KB | 0644 |
|
| 01230000.html | File | 5.72 KB | 0644 |
|
| 02010000.html | File | 5.67 KB | 0644 |
|
| 02020000.html | File | 7.56 KB | 0644 |
|
| 02030000.html | File | 5.05 KB | 0644 |
|
| 02040000.html | File | 4.51 KB | 0644 |
|
| 02050000.html | File | 4.48 KB | 0644 |
|
| 02130000.html | File | 9.02 KB | 0644 |
|
| 02140000.html | File | 11.69 KB | 0644 |
|
| 02160000.html | File | 12.08 KB | 0644 |
|
| 02170000.html | File | 4.78 KB | 0644 |
|
| 03110000.html | File | 6.42 KB | 0644 |
|
| 03120000.html | File | 6.4 KB | 0644 |
|
| 03130000.html | File | 6.93 KB | 0644 |
|
| 03140000.html | File | 4.92 KB | 0644 |
|
| 03150000.html | File | 4.71 KB | 0644 |
|
| 03200000.html | File | 6.35 KB | 0644 |
|
| 04210000.html | File | 21.4 KB | 0644 |
|
| 05020000.html | File | 4.81 KB | 0644 |
|
| 05090000.html | File | 6.4 KB | 0644 |
|
| 05110000.html | File | 6.93 KB | 0644 |
|
| 06050000.html | File | 9.42 KB | 0644 |
|
| 06060000.html | File | 9.42 KB | 0644 |
|
| 06100000.html | File | 9.51 KB | 0644 |
|
| 06110000.html | File | 9.52 KB | 0644 |
|
| 06120000.html | File | 8.05 KB | 0644 |
|
| 07010000.html | File | 4.36 KB | 0644 |
|
| 07060000.html | File | 5.29 KB | 0644 |
|
| 07070000.html | File | 6.88 KB | 0644 |
|
| 07070100.html | File | 5.05 KB | 0644 |
|
| 07070200.html | File | 4.99 KB | 0644 |
|
| 07080000.html | File | 4.24 KB | 0644 |
|
| 07090000.html | File | 5.02 KB | 0644 |
|
| 08010000.html | File | 4.06 KB | 0644 |
|
| 08020000.html | File | 4.01 KB | 0644 |
|
| 09070000.html | File | 9.88 KB | 0644 |
|
| 09070100.html | File | 8.28 KB | 0644 |
|
| 09070200.html | File | 7.3 KB | 0644 |
|
| 09070300.html | File | 8.03 KB | 0644 |
|
| 09070400.html | File | 7.69 KB | 0644 |
|
| 10010000.html | File | 4.53 KB | 0644 |
|
| 10020000.html | File | 4.53 KB | 0644 |
|
| 10030000.html | File | 5.06 KB | 0644 |
|
| 10040000.html | File | 4.98 KB | 0644 |
|
| 10100000.html | File | 4.94 KB | 0644 |
|
| 12000000.html | File | 5.6 KB | 0644 |
|
| 12010000.html | File | 6.3 KB | 0644 |
|
| 12020000.html | File | 6.27 KB | 0644 |
|
| 12030000.html | File | 5.47 KB | 0644 |
|
| 12040000.html | File | 4.5 KB | 0644 |
|
| 12050000.html | File | 5.3 KB | 0644 |
|
| 12070000.html | File | 7.13 KB | 0644 |
|
| 12070100.html | File | 11.31 KB | 0644 |
|
| 12070200.html | File | 9.19 KB | 0644 |
|
| 12070300.html | File | 8.14 KB | 0644 |
|
| 12080000.html | File | 4.5 KB | 0644 |
|
| 12090100.html | File | 9.31 KB | 0644 |
|
| 12090101.html | File | 8.83 KB | 0644 |
|
| 12100000.html | File | 4.2 KB | 0644 |
|
| 12100100.html | File | 6.83 KB | 0644 |
|
| 12100200.html | File | 28.75 KB | 0644 |
|
| 12110000.html | File | 5.11 KB | 0644 |
|
| 12120000.html | File | 4.63 KB | 0644 |
|
| 12130000.html | File | 5.03 KB | 0644 |
|
| 12140000.html | File | 4.76 KB | 0644 |
|
| 13010000.html | File | 4.31 KB | 0644 |
|
| 13020000.html | File | 9.69 KB | 0644 |
|
| 14010000.html | File | 4.97 KB | 0644 |
|
| 14020000.html | File | 4.38 KB | 0644 |
|
| 14020100.html | File | 6.2 KB | 0644 |
|
| 14020200.html | File | 4.42 KB | 0644 |
|
| 14030000.html | File | 5.31 KB | 0644 |
|
| 14040000.html | File | 4.48 KB | 0644 |
|
| 14050000.html | File | 4.49 KB | 0644 |
|
| 14060000.html | File | 4.43 KB | 0644 |
|
| 14070000.html | File | 4.78 KB | 0644 |
|
| 18010000.html | File | 6.72 KB | 0644 |
|
| 18030000.html | File | 5.54 KB | 0644 |
|
| 19090000.html | File | 5.8 KB | 0644 |
|
| 20020000.html | File | 5.98 KB | 0644 |
|
| 20030000.html | File | 4.4 KB | 0644 |
|
| 20040000.html | File | 5.8 KB | 0644 |
|
| 20050000.html | File | 8.02 KB | 0644 |
|
| 20060000.html | File | 5.08 KB | 0644 |
|
| 20090000.html | File | 3.79 KB | 0644 |
|
| 20100000.html | File | 3.8 KB | 0644 |
|
| 24010000.html | File | 15.43 KB | 0644 |
|
| 24020000.html | File | 5.43 KB | 0644 |
|
| 24030000.html | File | 5.02 KB | 0644 |
|
| 24040000.html | File | 5.04 KB | 0644 |
|
| 24050000.html | File | 5.03 KB | 0644 |
|
| 24060000.html | File | 5.02 KB | 0644 |
|
| 24070000.html | File | 5.05 KB | 0644 |
|
| 24080000.html | File | 5.06 KB | 0644 |
|
| 24090000.html | File | 4.44 KB | 0644 |
|
| 24100000.html | File | 9.61 KB | 0644 |
|
| basicshapes.html | File | 5.77 KB | 0644 |
|
| blockarrows.html | File | 5.92 KB | 0644 |
|
| callouts.html | File | 5.47 KB | 0644 |
|
| colortoolbar.html | File | 10.98 KB | 0644 |
|
| eliminate_points.html | File | 6.68 KB | 0644 |
|
| find_toolbar.html | File | 11.03 KB | 0644 |
|
| flowcharts.html | File | 5.54 KB | 0644 |
|
| fontwork.html | File | 6.92 KB | 0644 |
|
| fontwork_toolbar.html | File | 9.06 KB | 0644 |
|
| gridtofront.html | File | 4.65 KB | 0644 |
|
| limit.html | File | 4.09 KB | 0644 |
|
| mediaplay_toolbar.html | File | 7.3 KB | 0644 |
|
| namedialog.html | File | 3.93 KB | 0644 |
|
| paintbrush.html | File | 6.62 KB | 0644 |
|
| querypropdlg.html | File | 5.38 KB | 0644 |
|
| rotate_180.html | File | 5.02 KB | 0644 |
|
| rotate_left.html | File | 5.93 KB | 0644 |
|
| rotate_right.html | File | 6.06 KB | 0644 |
|
| stars.html | File | 5.51 KB | 0644 |
|
| symbolshapes.html | File | 5.98 KB | 0644 |
|