|
|
|
|
|
<Looper>.ToXML (Function) In french: <Zone répétée>.VersXML Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically). Remark: By default, a style sheet (".XSL" file) is automatically generated when the XML file is created. Syntax
<Result> = <Looper control>.ToXML(<Name of the XML file> [, <Options> [, <Start row> [, <End row>]]])
<Result>: Boolean - True if the file was created,
- False otherwise.
<Looper control>: Control name Name of the Looper control to be used. <Name of the XML file>: Character string Name and full path of XML file to create. The file is replaced with the new file if it already exists. <Options>: Optional Integer constant Configures the XML file to create. | | taColumnsTitles | The title of the columns is inserted in the file. | taNoTitle | Only the data is copied to the file. | taNoXSL | The style sheet (".XSL" file) is not created | taSelectedLines | Exports the selected rows only (all the rows are exported by default). |
<Start row>: Optional integer 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>: Optional integer 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|