AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Resultados de la búsqueda
Resultados 2151-2175 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.
HFileExist (Example)
Usage example of the HFileExist function
HErrorInfo (Example)
Usage example of the HErrorInfo function
HRecNum (Example)
Usage example of the HRecNum function
HNbRec (Example)
Usage example of the HNbRec function
fShortName( Función)
Devuelve el nombre corto de un fichero o directorio.
xlsColumnTitle (Example)
Usage example of the xlsColumnTitle function
xlsData (Example)
Usage example of the xlsData function
xlsNbRow (Example)
Usage example of the xlsNbRow function
Cálculos en las columnas de un control Tabla
Cuando un control Tabla contiene datos numéricos, podría ser necesario obtener el total de una columna o contar el número de elementos.......
FTPSize (Example)
Usage example of the FTPSize function
fLongName( Función)
Devuelve el nombre largo de un fichero o directorio.
fDate (Example)
Usage example of the fDate function
EmailSaveAttachment (Example)
Usage example of the EmailSaveAttachment function
Galería Image control Looper
La "Galería de imágenes" control Looper permite gestionar la visualización de un set de Image s sin necesidad de programar......
HSeek (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 predeterminada).
Imprimir el contenido de una tabla (AAF)
Un control Tabla propone un menú emergente automatic que permite al usuario realizar varias operaciones en los datos que se muestran en el tabla ......
fDateTime (Example)
Usage example of the fDateTime function
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
hFileParameter (Tipo de Variable)
El tipo hFileParameter permite definir los archivos de datos que tiene en cuenta una tarea de optimización programada.
HSeekFirst (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.
HReadLast (Example)
Usage example of the HReadLast function
FTPGet (Example)
Usage example of the FTPGet function
AJAX automático
El siguiente diagrama presenta el uso automático e inmediato de AJAX en un sitio WEBDEV......
Valor de las constantes para la API de 32 bits de Windows
Valor de las constantes para la API de 32 bits de Windows...
Control Tabla rellenado mediante programación: WLanguage
Esta página presenta los principales conceptos para manipular controles Tabla mediante programación en WLanguage....