SiMX

Search this site
    SiMX Help‎ > ‎1. TextConverter‎ > ‎3. Developer's Reference‎ > ‎TextConverter Object‎ > ‎Properties & Methods‎ > ‎

    this.SetInputFile()


    TextConverter Object

    • Context Methods
      • IsNewRecord()
      • OnFinishProcess()
      • OnOutputRecord()
      • OnRecord()
      • OnRecordDone()
      • OnSetUp()
      • OnStartProcess()
    • Properties & Methods
      • append
      • Cancel()
      • CloseInputFile()
      • CloseOutputDS()
      • DictIn
        • GetFieldCount()
        • GetFieldValue()
      • DictOut
        • GetFieldComment()
        • GetFieldCount()
        • GetFieldName()
        • GetFieldValue()
        • SetFieldValue()
        • SetFromLine()
        • SetFromText()
      • Find()
      • FStrCat()
      • FStrGet()
      • GetDictIn()
      • GetInputFields()
      • GetLine()
      • GetLineNumber()
      • GetOutputFields()
      • GetPageNumber()
      • GetProjectFile()
      • GetRecordNumber()
      • GetText()
      • GetValueByTag()
      • GetVar()
      • GoNext()
      • GoTo()
      • IsRunning()
      • SkipRecord()
      • System Buffer Management Methods (Advanced)
      • text_qualifier
      • this.AppendRecord()
      • this.AppendStart()
      • this.GetInputFields
      • this.GetInputFile()
      • this.GetItem
      • this.GetName
      • this.GetRecordNumber()
      • this.IsDelimited()
      • this.SetInputFile()

    Description

    Defines the input file if processing multiple documents. Can only be called when using OnSetUp (or through the API).  Do not SetInputFile OnStartProcess as the results may be inconsistent.


    Syntax


    Function SetInputFile()


    Parameters


    The desired input file


    Return value


    none


    Example


    Function OnSetUp
    Dim inputA 
    inputA = "C:\Users\Name\Desktop\dataquick.pdf"
    this.SetInputFile(inputA)
    End Function


    See also

    TextConverter's Context Methods
    OnRecord()
    OnStartProcess()
    OnSetUp()

    Sign in|Report Abuse|Print Page|Powered By Google Sites