AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Resultados de la búsqueda
Resultados 2051-2075 de 3413 para Text file
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls...
Translating a text file with WDTRAD
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static Text control in a report, ...).
HImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites...
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
fListResource (Function)
Lists the resources integrated to the application.
fWatchFile (Function)
Starts watching a file.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be...
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
fLoadText (Function)
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.).
fWrite (Function)
Writes:
  • a character string to an external file.
  • a memory section.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
fAddText (Function)
Adds the content of a character string at the end of a file.
fIsImage (Function)
Determines whether a file on disk or in a buffer corresponds to an image format recognized by WINDEV or WEBDEV.
NetGetFile (Example)
Usage example of the NetGetFile function
HDuplicateRecord (Función)
Duplica un registro leído en un archivo de datos: el registro de la memoria se agrega al archivo de datos (consulta o vista).
fExtractPath( Función)
Devuelve los diferentes elementos de una ruta: disco, directorios, nombre y extensión del archivo.
Instrucciones SQL
Las principales instrucciones SQL permitidas en las consultas SQL gestionadas por WINDEV y WEBDEV son las siguientes......
hbScanParameter (Tipo de Variable)
El tipo hbScanParameter se utiliza para definir los parámetros para iterar sobre los registros de una base de datos HBase.
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
gImage( Función)
Construye una secuencia de caracteres que contiene una Image.
FTPTime (Example)
Usage example of the FTPTime function
Archivo description (Tipo de Variable)
El archivo description Variable se utiliza para describir archivos de datos mediante programación.
SysIconAdd (Example)
Usage example of the SysIconAdd function
NetMsgError( Función)
Devuelve el mensaje de error correspondiente al número de error devuelto por NetOpenRemoteAccess y NetCloseRemoteAccess.
Comandos SQL disponibles en una consulta SQL
WINDEV le permite ejecutar fácilmente consultas en código SQL.......
SQL: Gestión de uniones (INNER JOIN, OUTER JOIN)
Para seleccionar registros procedentes de varios archivos de datos, se deben utilizar uniones en la consulta SQL.......
HAdd (Función)
Agrega: el registro que se encuentra en la memoria al archivo de datos (consulta o vista). el registro que se encuentra en una variable de tipo Record al archivo de datos (consulta o vista)....
controles Tabla en modo "Servidor + AJAX
La controles Tabla puede ser 100% AJAX......
Manipular un control Tabla TreeView mediante programación
Esta página explica cómo programar controles Tabla TreeView......
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
MacOS - Desarrollar una aplicación en modo Catalyst
Apple lanzó recientemente un SDK para compilar aplicaciones iOS para MacOS de forma nativa......
BackgroundStyle (Property)
La propiedad BackgroundStyle permite obtener y modificar el estilo de fondo de las celdas de tablas y/o tablas jerárquicas....
fOpen (Example)
Usage example of the fOpen function
FTPDate (Example)
Usage example of the FTPDate function
Las matrices
WINDEV, WINDEV Mobile y WEBDEV proponen varias funciones utilizadas en las matrices de manipular.......
Eventos associated con controles TreeView
Lista de eventos associated con controles TreeView...
HReadSeek (Función)
Establece la posición en el primer registro que tenga un elemento específico con un valor mayor o igual al valor buscado (búsqueda genérica).
Funciones matemáticas SQL
Las funciones matemáticas SQL que se pueden utilizar en las consultas escritas en código SQL son las siguientes.......