html export in background
I Miss something to create a HTML page from my report. But I can't figure it out what exactly.
Is there someone who can help me?
      frxReport.LoadFromFile(aDirectory + '\' + aValue);
      RptVariables['naam'] := quotedstr(fMyList[Index].naam);
      RptVariables['link'] := quotedstr(fMyList[Index].link);
      FrxReport.Variables.Assign(RptVariables);
      frxReport.PrepareReport(true);
      frxHTMLExport.EmptyLines := true;
      frxHTMLExport.ShowDialog := false;
      frxHTMLExport.ShowProgress := false;
      frxHTMLExport.ReportPath := uGlobal.GetVar('ZoekpadenOutput');
      frxHTMLExport.ExportTitle := 'john.html';
      frxHTMLExport.Print := true;
Is there someone who can help me?
Comments
you mult call
frxReport.Export(frxHTMLExport1);