Description

Use quicklaunch to create a reportfile using the given decision. Valid ReportType values are: 0 = RTF, 1 = HTML. PARAMETERS: FilePath (String), ReportFile (String), Decision (Integer), ReportType (Integer). RETURN DATATYPE: Boolean.

Syntax

Public Function MergeReport( _
   ByVal FilePath As Variant, _
   ByVal ReportFile As Variant, _
   ByVal Decision As Variant, _
   ByVal ReportType As Variant _
) As Variant

Parameters

  • FilePath
  • ReportFile
  • Decision
  • ReportType


  • No labels