In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Se pueden incluir tablas en código HTML?

FastReport for Xailer & [x]Harbour (English/Spanish)
Responder
Avatar de Usuario
Carlos Ortiz
Mensajes: 872
Registrado: Mié Jul 01, 2009 5:44 pm
Ubicación: Argentina - Córdoba
Contactar:

Se pueden incluir tablas en código HTML?

Mensaje por Carlos Ortiz »

no encontré mucha información al respecto y con las pruebas que hice no responde (solo permite lo basico de los HTML, es asi?)
gracias!
Avatar de Usuario
bingen
Mensajes: 565
Registrado: Lun Jul 07, 2014 8:17 pm
Ubicación: Bilbao
Contactar:

Re: Se pueden incluir tablas en código HTML?

Mensaje por bingen »

Sería la leche poder meterle Html directo en una página y que se imprimiera tal cual, pero me temo que no, yo también lo estuve mirando y no hallé la manera, el soporte de Html es muy báscico, negritas y poco más....

HTML-tags in the "Text" object

Yes, this object does understand some simplest HTML tags. Tags can be located inside the text of an object. Tags are disabled by default; to enable them, either select the "Allow HTML tags" item in the object context menu, or enable the "AllowHTMLTags" property in the object inspector. Here is the list of supported tags:

<b> - bold text
<i> - text in italic
<u> - underlined text
<sub> - subscript
<sup> - superscript
<font color> - font color

As one may notice, not too many tags are supported, but it is rather enough for the majority of applications. It is impossible to modify font size and name; otherwise the textrendering unit in FastReport must be appreciably complicated.

The following examples demonstrate how these tags can be used.

text <b>bold text</b> <i>text in italic</i> <b><i>bold and in italic</b></i>
E = mc<sup>2</sup>
A<sub>1</sub> = B<sup>2</sup>
this is a usual text, <font color=red>and this is a red one</font>
this is a usual text, <font color="#FF8030">and this is an orange one</font>
BiSoft Desarrollo de software profesional
http://www.bisoft.es
Responder