AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Resultados de la búsqueda
Resultados 1-25 de 39 para Text file
Translating a text file with WDTRAD
El tipo pdfControl permite obtener todas las características y valores de un control que se encuentra en un formulario PDF.
fListResource (Function)
Lists the resources integrated to the application.
fIsImage (Function)
Determines whether a file on disk or in a buffer corresponds to an image format recognized by WINDEV or WEBDEV.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
fWrite (Function)
Writes:
  • a character string to an external file.
  • a memory section.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
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...
fAddText (Function)
Adds the content of a character string at the end of a file.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
Print modes of a report
Several print modes are available for a report.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
fWatchFile (Function)
Starts watching a file.
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).
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.).
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
fWriteLine (Example)
Usage example of the fWriteLine function
fRead (Example)
Usage example of the fRead function
fLock (Example)
Usage example of the fLock function
Funciones para manipular directorios y archivos externos
Lista de funciones para el tratamiento de ficheros externos...
fUnlock (Example)
Usage example of the fUnlock function
fWrite (Example)
Usage example of the fWrite function
fFileExist( Función)
Comprueba la existencia de un fichero externo.
fCerrar (Función)
Cierra un fichero externo.
CompleteDir (Función)
Agrega una barra invertida al final de la cadena, si es necesario.
fReadLine (Example)
Usage example of the fReadLine function
fCurrentDir( Función)
Identifica o modifica el directorio actual.
fCrear (Función)
Crea un fichero externo.
fExeDir( Función)
Devuelve el directorio desde el que se inicia la ejecución.
Lectura (Función)
Lee: un bloque de bytes (caracteres) en un archivo externo (ANSI o Unicode), el contenido de un archivo externo (ANSI o Unicode) y lo asigna a una zona de memoria....
fCopyFile( Función)
Copia uno o más archivos (independientemente de sus atributos).
fGraphicFilter (Example)
Usage example of the fGraphicFilter function
fWriteLine (Función)
Escribe una línea en un archivo de texto (ANSI o UNICODE).
fReadLine (Función)
Lee una línea de un archivo externo (ANSI o UNICODE).
fLock (Función)
Bloquea total o parcialmente un archivo externo.
Procesos por lotes: Creación de ejecutables, WDLs, componentes y más...
WINDEV y WEBDEV permiten realizar múltiples tipos de procesos desde un comando Line......
fOpen( Función)
Abre un archivo externo (ANSI o UNICODE) para poder manipular Rlo mediante programación.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
Errores en la gestión de archivos de datos
Cuando una función HFSQL falla (devuelve False, por ejemplo), se puede conocer mediante programación el número del error correspondiente con la función HError......
1
2
>