Module HtmlWrite_Mixin.pkg

****************************************************************************// // $File name : HtmlWrite_mixin.PKG // $File title : HTML conversion functions // $Author : John Tuohy // // Confidential Trade Secret. // Copyright 1998-1999 Data Access Corporation, Miami FL, USA // All Rights reserved // DataFlex is a registered trademark of Data Access Corporation. // $Rev History // // // // ****************************************************************************// create standard html write commands. This expect that the message WriteHtml already exists Current messages WriteHtmlBreak String WrStr writes line with a <br> WriteHtmlHorzLine writes horizontal line <hr> WriteHtmlTableBegin String sParams starts a table <table> WriteHtmlTableEnd end a table </table> WriteHtmlRowBegin start a row <tr> WriteHtmlRowEnd end a row </tr> WriteHtmlCell String sData String sAlign create a data cell <td> WriteHtmlCellHeader String sData string sAlign create a header cell <th>

References (2):

ModuleLine
cHtmlreport.pkg28
cWebBusinessProcess.pkg47

Field References (0):

ModuleContaining SymbolLine