|
|
|
|
|
|
Resultados de la búsqueda |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
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, ...). |
|
|
|
|
|
|
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). |
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Adds the content of a buffer at the end of a file. |
|
|
|
|
|
|
Lists the resources integrated to the application.
|
|
|
|
|
|
|
Extracts a resource from the application into a physical device location. |
|
|
|
|
|
|
Creates and fills a text file with the content of a string or buffer variable. |
|
|
|
|
|
|
Loads the content of an external file (text, image, ...) in a buffer variable. |
|
|
|
|
|
|
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.). |
|
|
|
|
|
|
Writes:- a character string to an external file.
- a memory section.
|
|
|
|
|
|
|
Detects changes made to the contents of a directory. |
|
|
|
|
|
|
Finds a character string or a buffer in a file opened by fOpen. |
|
|
|
|
|
|
Adds the content of a character string at the end of a file. |
|
|
|
|
|
|
Determines whether a file on disk or in a buffer corresponds to an image format recognized by WINDEV or WEBDEV. |
|
|
|
|
|
|
Usage example of the fWriteLine function |
|
|
|
|
|
|
Usage example of the fRead function |
|
|
|
|
|
|
Usage example of the fLock function |
|
|
|
|
|
|
Lista de funciones para el tratamiento de ficheros externos... |
|
|
|
|
|
|
Usage example of the fUnlock function |
|
|
|
|
|
|
Usage example of the fWrite function |
|
|
|
|
|
|
Comprueba la existencia de un fichero externo. |
|
|
|
|
|
|
Cierra un fichero externo. |
|
|
|
|
|
|
Agrega una barra invertida al final de la cadena, si es necesario. |
|
|
|
|
|
|
Usage example of the fReadLine function |
|
|
|
|
|
|
Identifica o modifica el directorio actual. |
|
|
|
|
|
|
Devuelve el directorio desde el que se inicia la ejecució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.... |
|
|
|
|
|
|
Copia uno o más archivos (independientemente de sus atributos). |
|
|
|
|
|
|
Usage example of the fGraphicFilter function |
|
|
|
|
|
|
Escribe una línea en un archivo de texto (ANSI o UNICODE). |
|
|
|
|
|
|
Lee una línea de un archivo externo (ANSI o UNICODE). |
|
|
|
|
|
|
Bloquea total o parcialmente un archivo externo. |
|
|
|
|
|
|
WINDEV y WEBDEV permiten realizar múltiples tipos de procesos desde un comando Line...... |
|
|
|
|
|
|
Abre un archivo externo (ANSI o UNICODE) para poder manipular Rlo mediante programación. |
|
|
|
|
|
|
Usage example of the XMLExecuteXPath function |
|
|
|
|
|
|
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...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|