Integra for Notes Banner
  QuickReports Integra4Notes Integra Family of Products

Integra Script Library Documentation


Context:

Class Method (Procedure)

Library/Class:

FileExport Class



Sub FileExport.InitialiseWordDoc

InitialiseWordDoc (stats As staticVars)

This method is called whenever Integra requires to create a draft Word document from the template attached to the Integra profile (if any) or otherwise a blank document.


Parameters:

    stats (StaticVars)
      Handle to Integra's runtime object stats

      Sample:
       



        'Example of how to set Integra to make use of an external template file, instead of the template stored in the Integra profile
      stats.template = "c:\NotesWordLink.dot"
      export.record.Structure.Template = stats.template
      call export.InitialiseWordDoc(stats)
       

 
QUICK LINKS
 
 

 

  © Shireburn Software Ltd. 2008 - 2024