See changelog 20000531-21:20 gmt-3
This commit is contained in:
@@ -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 )
|
||||
|
||||
@@ -1530,6 +1530,7 @@ FUNCTION ProcNGDesc( cBuffer, oNgi, cStyle )
|
||||
ENDDO
|
||||
IF lEndTable
|
||||
GenNgTable( oNgi )
|
||||
LFstTableItem:=.T.
|
||||
ENDIF
|
||||
ENDIF
|
||||
// If cStyle=="Description" .or. cStyle=="Compliance"
|
||||
|
||||
Reference in New Issue
Block a user