Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anterior Revisión previa
wiki:2.-desarrollo-app:2.3.-codigo:c.-eventos:6.-delete:start [2018/01/31 11:29]
patricia [Nodo DELETE]
wiki:2.-desarrollo-app:2.3.-codigo:c.-eventos:6.-delete:start [2019/05/23 11:36] (actual)
ary [Nodo DELETE]
Línea 14: Línea 14:
      <action atributos>...</action>      <action atributos>...</action>
 </delete> </delete>
 +</code>
 +
 +<code xlm>
 +<delete refresh="true" show-wait-dialog="false" refresh-selected-row="true" >
 +        <action name="runscript">
 +          <script language="VBScript">
 +             
 +             this.ownercollection.ownerobject("MAP_BULTOS")=this.ownercollection.ownerobject.Contents("ContentPrecintos").count-1
 +             
 +             if appData.globalmacro("##DEVICE_OS##")="android" then
 +             ui.getview(this.ownercollection.ownerobject).refresh "MAP_BULTOS"
 +         end if
 +
 +            </script>
 +        </action>
 +    </delete>
 </code> </code>
 ===== Nodo <rule> ===== ===== Nodo <rule> =====