AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones varias de WINDEV
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Runs a preset WINDEV action.
Ejemplo
WINDEVReportes y ConsultasCódigo de Usuario (UMC)
// Open an explorer on the "C:\My Documents\" directory
ExecutePresetAction(actBrowseDirectory, "C:My Documents\")
Sintaxis
ExecutePresetAction(<Action> [, <Parameter 1> [... [, <Parameter N>]]])
<Action>: Integer constant
Preset action to run. The available constants are as follows:
ConstantActionParameters
actPastePaste clipboard content<none>
actCopyCopy the selected content to the clipboard<none>
actCutCut the selected content from the clipboard<none>
actEraseRWDiskErase the content of a directory on CD-RW/DVD-RW

AndroidJava Constant not available
Constant used to specify the erase mode:
  • burnerComplete deletion: complete deletion of media (may take some time).
  • burnerRapid erasing: fast media erasing.
actSendEmailSend an email1: SMTP server
2: Login
3: Password
4: Sender
5: Recipient
6: Subject
7: Contents
8: Port number
actBrowseDirectoryOpen an explorer on a directory

AndroidJava Constant not available.
1: Directory path
actBurnADirectoryBurn the content of a directory onto a CD-R/DVD-R

AndroidJava Constant not available.
1: Directory path
actMinimizeMinimize the current window<none>
actWinImageToClipboardCopy the image of the current window to the clipboard<none>
actRunContextSensitiveHelpSwitch to "Context-sensitive help" mode

AndroidJava Constant not available.
<none>
actRunInternetSiteOpen an Internet browser on an URL

Java Constant not available.
1: URL to display
actReadLastRead the last record (in the data file currently used).<none>
actReadPreviousRead the previous record (in the data file currently used).<none>
actReadFirstRead the first record (in the data file currently used).<none>
actReadNextRead the next record (in the data file currently used).<none>
actOpenReportOpen the print preview of a report

AndroidJava Constant not available.
1: State name

Reportes y Consultas Only the actOpenReport and actSendEmail constants are available.
<Parameter 1>: Character string or integer (optional)
First parameter associated with the preset action.
<Parameter N>: Character string or integer (optional)
Nth parameter associated with the preset action.
Clasificación Lógica de negocio / UI: Código UI
Componente: wd300action.dll
Versión mínima requerida
  • Versión 11
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

Señalar un error o enviar una sugerencia | Ayuda local