|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Lists the resources integrated to the application.
|
|
|
|
|
|
|
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). |
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Returns the path to a file relative to a reference directory. |
|
|
|
|
|
|
Inserts text at the beginning of a file without overwriting the existing text. |
|
|
|
|
|
|
Adds the content of a buffer at the end of a file. |
|
|
|
|
|
|
Finds a character string or a buffer in a file opened by fOpen. |
|
|
|
|
|
|
Writes:- a character string to an external file.
- a memory section.
|
|
|
|
|
|
|
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.). |
|
|
|
|
|
|
This help page explains how to read the content of a text or CSV file. |
|
|
|
|
|
|
Several print modes are available for a report. |
|
|
|
|
|
|
Adds the content of a character string at the end of a file. |
|
|
|
|
|
|
Detects changes made to the contents of a directory. |
|
|
|
|
|
|
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, ...). |
|
|
|
|
|
|
Writes:- a character string to an external file.
- a memory section.
|
|
|
|
|
|
|
Extracts a resource from the application into a physical device location. |
|
|
|
|
|
|
This help page explains how to write into a text or CSV file. |
|
|
|
|
|
|
Determines whether a file on disk or in a buffer corresponds to an image format recognized by WINDEV or WEBDEV. |
|
|
|
|
|
|
Loads the content of an external file (text, image, ...) in a buffer variable. |
|
|
|
|
|
|
Finds a character string or a buffer in a file opened by fOpen. |
|
|
|
|
|
|
Creates and fills a text file with the content of a string or buffer variable. |
|
|
|
|
|
|
Returns the list of files found in an archive. |
|
|
|
|
|
|
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign). |
|
|
|
|
|
|
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it. |
|
|
|
|
|
|
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication.... |
|
|
|
|
|
|
The keyword BREAK can correspond:
to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process.
to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement.... |
|
|
|
|
|
|
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area.... |
|
|
|
|
|
|
Returns the number of the line that contains a character identified by its position in a block of text. |
|
|
|
|
|
|
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control. |
|
|
|
|
|
|
The TokenEnabled property determines if an Edit control is a "Text token" Edit control. |
|
|
|
|
|
|
Inserts text or HTML code at the cursor position in an HTML Editor control. |
|
|
|
|
|
|
Inserts text or HTML code at the cursor position in an HTML Editor control. |
|
|
|
|
|
|
Builds a sequence of characters used to define the position of the input cursor for a text. |
|
|
|
|
|
|
Returns the position of the first character in a given page in a Text Processing control. |
|
|
|
|
|
|
Defines the mode for comparing data files. |
|
|
|
|
|
|
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software...... |
|
|
|
|
|
|
Set the "callback" called when using the WDKEY and RETURNWDKEY keywords for the next window to open (in C, Pascal and Visual Basic only)...... |
|
|
|
|
|
|
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format):
the size of all compressed files found in the archive.
the size of all files found in the archive before compression.... |
|
|
|
|
|
|
There are several ways to open a help file...... |
|
|
|
|
|
|
The "Site directory" pane is used to manage the "<My project>_WEB" directory of the current project...... |
|
|
|
|
|
|
Adds all the files found in a directory to the compilation. |
|
|
|
|
|
|
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization). |
|
|
|
|
|
|
List of functions for managing threads (prefix syntax)... |
|
|
|
|
|
|
Determines:
whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound).
whether a view or a query was defined.... |
|
|
|
|
|
|
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization). |
|
|
|
|
|
|
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|