Difference between revisions of "PRINT HTML()"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
{{YLM to do}}
 
{{SELECT INTO OBJECT?}}
 
 
 
==Purpose==
 
==Purpose==
 
Display object as HTML
 
Display object as HTML
Line 24: Line 21:
 
print_html(shipobj)
 
print_html(shipobj)
 
</code>
 
</code>
<pre>
+
 
 
<table>
 
<table>
 
<tr>
 
<tr>
Line 36: Line 33:
 
</tr>
 
</tr>
 
</table>
 
</table>
</pre>
 
<code lang="recital">
 
  
  
Line 45: Line 40:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Objects]]
 
[[Category:Objects]]
[[Category:Objects Functions]]</code>
+
[[Category:Objects Functions]]

Revision as of 10:00, 11 November 2009

Purpose

Display object as HTML


Syntax

PRINT_HTML(<object-ref>)


See Also

ACLASS(), ADDPROPERTY(), AMEMBERS(), ARRAY(), CLASS, COMPOBJ(), CREATEOBJECT(), DEFINE CLASS, DODEFAULT(), METHOD, NEWOBJECT(), OBJECT(), PRINT_JSON(), PRINT_R(), PRINT_XML(), REMOVEPROPERTY(), SET CLASSLIBRARY, WITH


Description

The PRINT_HTML() function is used to display the specified object, <object-ref>, in HTML.


Example

open database southwind
select * from shippers into object shipobj
print_html(shipobj)
1Speedy Express(503) 555-9831
2United Package(503) 555-3199
3Federal Shipping(503) 555-9931


Products

Recital, Recital Server