Code: Select all
METHOD Preview() INLINE If( ::lMeta .and. Len( ::aMeta ) > 0 .and. ::hDC != 0,;
RPreview( Self ), ::End() )
Code: Select all
FUNCTION PrintEnd()
IF oPrinter:lMeta
oPrinter:Preview()
ELSE
oPrinter:End()
ENDIF
oPrinter := nil
RETURN nil