See changelog 20000531-21:20 gmt-3

This commit is contained in:
Luiz Rafael Culik
2000-06-01 00:22:22 +00:00
parent ce08e02654
commit 34da417e79
2 changed files with 4 additions and 2 deletions

View File

@@ -1137,6 +1137,7 @@ FUNCTION ProchtmDesc( cBuffer, oHtm, cStyle )
IF lEndTable
GenhtmTable( oHtm )
LFstTableItem := .T.
ENDIF
ENDIF
RETURN nil
@@ -1235,8 +1236,8 @@ RETURN Nil
FUNCTION GenhtmTable( oHtm )
LOCAL x
oHtm:WriteText( "<br>" )
oHtm:WriteText( "<br>" )
/* oHtm:WriteText( "<br>" )
oHtm:WriteText( "<br>" )*/
oHtm:WriteText( '<table border=1>' ) //-4
FOR x := 1 TO LEN( asitable )

View File

@@ -1530,6 +1530,7 @@ FUNCTION ProcNGDesc( cBuffer, oNgi, cStyle )
ENDDO
IF lEndTable
GenNgTable( oNgi )
LFstTableItem:=.T.
ENDIF
ENDIF
// If cStyle=="Description" .or. cStyle=="Compliance"