AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones RTF
  • Limitation of RTF format
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Loads a file in RTF in an RTF control (found in a window or in a WINDEV report).
Caution: It is not possible to retrieve arrays and images from RTF documents.
Ejemplo
// Charge le fichier "C:\Temp\FichierExemple.RTF" dans le champ SAI_Saisie1
RTFLoad(SAI_Saisie1, "C:\Temp\FichierExemple.RTF")
Sintaxis
<Result> = RTFLoad(<Name of the RTF control> , <RTF file name>)
<Result>: Boolean
  • True if the file was loaded,
  • False otherwise. The error status report is returned by ErrorInfo.
<Name of the RTF control>: Character string
Name of the RTF control to be used.
<RTF file name>: Character string
Name of the RTF file to open. This file can be found on a disk accessible from the current computer or in the application library (WDL).
Observaciones

Limitation of RTF format

The format of RTF files managed by WINDEV is the same as the RTF format managed by Wordpad (up to Windows XP).. Some additional limits must be noticed when exporting a report to an RTF document (the tables are not supported for instance).
If the RTF file is generated by another tool (Word, etc.), it is recommended to open the file with Wordpad to check the RTF compatibility. Wordpad will provide a more realistic print preview.
In all cases, we recommend that you re-save the file in Wordpad to force RTF. In WINDEV, RTFLoad forces the use of RTF. Simply use RTFLoad to assign the file to the RTF control
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

Señalar un error o enviar una sugerencia | Ayuda local