Difference between revisions of "PRINT HTML()"
From Recital Documentation Wiki
		
		
		
| Yvonnemilne  (Talk | contribs) | Yvonnemilne  (Talk | contribs)  | ||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| ==Purpose== | ==Purpose== | ||
| Display object as HTML | Display object as HTML | ||
| Line 24: | Line 21: | ||
| print_html(shipobj) | print_html(shipobj) | ||
| </code> | </code> | ||
| − | + | ||
| <table> | <table> | ||
| <tr> | <tr> | ||
| Line 36: | Line 33: | ||
| </tr> | </tr> | ||
| </table> | </table> | ||
| − | |||
| − | |||
| Line 45: | Line 40: | ||
| [[Category:Functions]] | [[Category:Functions]] | ||
| [[Category:Objects]] | [[Category:Objects]] | ||
| − | [[Category:Objects Functions]] | + | [[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)
| 1 | Speedy Express | (503) 555-9831 | 
| 2 | United Package | (503) 555-3199 | 
| 3 | Federal Shipping | (503) 555-9931 | 
Products
Recital, Recital Server
