|
|
|
|
|
<Looper>.ToWord (Función) Creates a Word file (.RTF) using the data from a Looper control. Remark: This file can be opened in Word or OpenOffice Writer (depending on the software installed on the current workstation). Sintaxis
<Result> = <Looper control>.ToWord(<Doc file name> [, <Options> [, <Start row> [, <End row>]]])
<Result>: booleano - True if the file was created,
- False otherwise.
<Looper control>: Nombre del control Name of the Looper control to be used. <Doc file name>: Cadena de caracteres Name and full path of the Word file to create. The file is replaced with the new file if it already exists. <Options>: Constante opcional de tipo Integer Configures the Word file to create. | | taColumnsTitles (Default value) | The title of the columns is inserted in the file. | taNoTitle | Only the data is copied to the file. | taSelectedLines | Exports the selected rows only (all the rows are exported by default). |
<Start row>: Entero opcional Number of the row from which the export will start. If this parameter is not specified, the start row will be the first row found in the Looper control. <End row>: Entero opcional Number of the row where the export will end. If this parameter is not specified, the end row is the last row found in the Looper control. Observaciones - The created file can be opened by Word 95 (or later) or by OpenOffice Writer 2 (or later).
- This function can be used on Looper controls based on a data file or populated programmatically.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|