AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

¡Nueva funcionalidad de WINDEV SaaS!
Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Novedades / 
  • Overview
  • New WLanguage functions
  • Improved WLanguage functions
  • New WLanguage properties
  • Improved WLanguage properties
  • New advanced types of WLanguage
  • Improved advanced WLanguage types
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
Overview
Version SaaS includes new and improved functions, properties and data types.
New WLanguage functions
WINDEVWindows New WLanguage functions for WINDEV applications on Windows:
Passe le champ traitement de texte, en mode copie de mise en forme. La mise en forme de la sélection est mémorise, le curseur change pour indiquer le mode, lors d'une nouvelle sélection la mise en forme mémorisé est appliqué.
Déconnexion d'un utilisateur.
Rebond sur HImporteTexte.
Déconnecte un utilisateur.
ControlRectangleDevuelve un rectángulo correspondiente al área especificada de un control.
DocClearFormattingSustituye el formato actual de una selección por el formato por defecto.
PDFExtractCrea un nuevo documento PDF a partir de páginas individuales extraídas de un archivo PDF existente.
RepeatedZoneAddFIDBeginAdds a repeat (or line) consisting of an internal window to the first repeat of a field Infinite Repeat Zone. The repeat is inserted before the first repeat in the Repeated zone field.. The scroll position of the Repeated zone field remains unchanged.
RepeatedZoneAddStartAdds a repeat (or line) at the beginning of a field Infinite repeat zone. The repeat is inserted before the first repeat in the Repeated zone field.. The scroll position of the Repeated zone field remains unchanged.
TableAddAgrega una fila en:
  • un control Tabla,
  • un control Tabla TreeView,
  • un control Combo Box "con tabla" (control Tabla en un control Combo Box).
New WLanguage functions for WINDEV applications on Windows (prefix syntax):
<AuthToken>- DisconnectUser disconnection.
<AuthToken>RevokesRevokes a JWT token.
<Control>.RectangleDevuelve las coordenadas del rectángulo correspondiente al área especificada de un control.
<docFragment variable>.ClearFormattingSustituye el formato actual de una selección por el formato por defecto.
<Etat>.InitEtatVersoInitializes the parameters of the report to be printed on the reverse side of another report.
<pdfDocument variable>.ExtractCrea un nuevo documento PDF a partir de páginas individuales extraídas de un archivo PDF existente.
<Scheduler>.BackgroundColorDefine un color de fondo para un periodo de tiempo en un Control Planificador (periodo de tiempo correspondiente a la hora de comer, un día festivo, etc.).
<Source>.ImportCSVImports a CSV file into a data file in HFSQL Classic or Client/Server format (data file described in the analysis editor, or declared by the HDeclare, HDeclareExternal or HDecritFile functions).
<Table>.AddBeginningAñade una Fila en la parte superior de un control de Tabla Infinita. La Fila se inserta antes de la primera Fila del control Tabla. La posición de desplazamiento del control Tabla no cambia.
<Word Processing>.ClearFormattingSustituye el formato actual de una selección en un Control Procesador de texto por el formato predeterminado.
<Word Processing>FormatPainterModeActiva el modo de pintor de formatos en el Control Procesador de texto o determina si este modo está activado.
<Zone répétée>AddFIDbeginAdds a repeat (or line) consisting of an internal window to the first repeat of a field Infinite Repeat Zone. The repeat is inserted before the first repeat in the Repeated zone field.. The scroll position of the Repeated zone field remains unchanged.
<Zone répétée>AddStartAdds a repeat (or line) at the beginning of a field Infinite repeat zone. The repeat is inserted before the first repeat in the Repeated zone field.. The scroll position of the Repeated zone field remains unchanged.
WINDEVLinux New WLanguage functions for WINDEV applications on Linux:
Rebond sur HImporteTexte.
Déconnecte un utilisateur.
ControlRectangleDevuelve un rectángulo correspondiente al área especificada de un control.
DocClearFormattingSustituye el formato actual de una selección por el formato por defecto.
PDFExtractCrea un nuevo documento PDF a partir de páginas individuales extraídas de un archivo PDF existente.
New WLanguage functions for WINDEV applications on Linux (prefix syntax):
<AuthToken>RevokesRevokes a JWT token.
<Control>.RectangleDevuelve las coordenadas del rectángulo correspondiente al área especificada de un control.
<docFragment variable>.ClearFormattingSustituye el formato actual de una selección por el formato por defecto.
<Etat>.InitEtatVersoInitializes the parameters of the report to be printed on the reverse side of another report.
<pdfDocument variable>.ExtractCrea un nuevo documento PDF a partir de páginas individuales extraídas de un archivo PDF existente.
<Source>.ImportCSVImports a CSV file into a data file in HFSQL Classic or Client/Server format (data file described in the analysis editor, or declared by the HDeclare, HDeclareExternal or HDecritFile functions).
<Word Processing>.ClearFormattingSustituye el formato actual de una selección en un Control Procesador de texto por el formato predeterminado.
WINDEVJava New WLanguage functions for WINDEV applications for Java:
RepeatedZoneAddStartAdds a repeat (or line) at the beginning of a field Infinite repeat zone. The repeat is inserted before the first repeat in the Repeated zone field.. The scroll position of the Repeated zone field remains unchanged.
TableAddBeginningAñade una Fila en la parte superior de un control de Tabla Infinita. La Fila se inserta antes de la primera Fila del control Tabla. La posición de desplazamiento del control Tabla no cambia.
New WLanguage functions for WINDEV applications for Java (prefix syntax):
<Table>.AddBeginningAñade una Fila en la parte superior de un control de Tabla Infinita. La Fila se inserta antes de la primera Fila del control Tabla. La posición de desplazamiento del control Tabla no cambia.
<Zone répétée>AddStartAdds a repeat (or line) at the beginning of a field Infinite repeat zone. The repeat is inserted before the first repeat in the Repeated zone field.. The scroll position of the Repeated zone field remains unchanged.
Improved WLanguage functions
WINDEVWindowsLinux The following functions have been modified in this version:
DocToPDFLinks are preserved when a document is exported to PDF.
New WLanguage properties
WINDEVWindows New WLanguage properties:
Indique si on peut sortir du champ lorsqu'il est en erreur (invalide ou vide en saisie obligatoire)
valeur affichée d'une ligne de combo lorsqu'elle est affichée dans la combo
Indique si le volet est visible par défaut (par la suite la visibilité est conservée selon le choix de l'utilisateur)
Improved WLanguage properties
WINDEVWindows The following WLanguage properties have been improved:
MandatoryInputThe MandatoryInput property can now be used on a given control with mandatory input to determine whether or not it prevents the user from leaving. New constants available.
New advanced types of WLanguage
WINDEVWindows The new advanced types available for WINDEV applications are as follows:
Type représentant une option d'une champ se trouvant dans une formulaire pdf. Par exemple, un champ combo ou une liste ont plusieurs options.
Type représentant unun champ d'un formulaire PDF
WINDEVLinux The new advanced types available for WINDEV for Linux applications are as follows:
Type représentant une option d'une champ se trouvant dans une formulaire pdf. Par exemple, un champ combo ou une liste ont plusieurs options.
Type représentant unun champ d'un formulaire PDF
Improved advanced WLanguage types
WINDEVWindowsLinux The following advanced types have been improved for WINDEV applications:
OAuth2Parameters
  • New property: LogoutURL: Web service logout URL (if supported).
  • New property: RevocationURL: Web service revocation URL (if supported).
xmlNodeThe Exist property is now available in write mode and can be used to force the creation of an empty node.
Versión mínima requerida
  • Versión SaaS
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 09/07/2024

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