Integra for Notes Banner
  QuickReports Integra4Notes Integra Family of Products

Integra Script Library Documentation


Context:

Class Method (Procedure)

Library/Class:

StaticVars Class



Sub StaticVars.SetWordDocOptions

StaticVars.SetWordDocOptions (fstcall As Integer)

Integra requires the below listed Word environment variables (options) to be set in a particular way. This method set and re-sets the variables according to the given parameter value.

    stats.WordDoc.BuiltinDocumentProperties(1).value = stats.title
    stats.WordDoc.UpdateStylesOnOpen = False
    stats.WordAppl.Options.PrintBackGround = False
    stats.WordAppl.Options.BackGroundSave = False
    stats.WordAppl.Options.CheckGrammarAsYouType = False
    stats.WordAppl.Options.CheckSpellingAsYouType = False
    stats.WordAppl.Options.SaveInterval = 0

Parameters:
    fstcall (Integer)
      If fstcall (first call) is True then all Word environment variables set by thid method are cached and then set as required, otherwise they are set back to their original value.
 
QUICK LINKS
 
 

 

  © Shireburn Software Ltd. 2008 - 2024