trichview.com

trichview.support.thirdparty




Can't get TRvHtmlImporter to show up


Return to index


Author

Message

Darryl Strickland

Posted: 07/19/2003 6:06:49


I have installed and enabled TRvHtmlImporter in RichViewActions.  Everything

compiles but does not show up in the list when opening a document.


  RVA_RVHTML is equal to nil and never gets added to the list in the code

below.


HELP!!!


RichViewActions.pas

line 1873

  {$IFDEF USERVHTML}

  if (RVA_RVHTML<>nil) and (ffiHTML in FileFilter) then begin

    List.Add(ord(ffiHTML));

    if Result<>'' then

      Result := Result+'|';

    Result := Result + RVA_GetS(rvam_flt_HTMLOpen);

  end;





Powered by ABC Amber Outlook Express Converter