Zum Hauptinhalt gehen

Suche

Suche

Textfiledatabase Does Not Exist

Kommentare

1 Kommentar

  • Avatar
    Legacy Poster

    I managed to solve my own problem.

     

    Maybe this example can act as a tutorial. The lines I needed were:

     

            Dim txtFile = New TextFile(btFormat.DatabaseConnections(0).Name)
            txtFile.FileName = "P:\BarTender\Templates\Test2.csv"
            btFormat.DatabaseConnections.SetDatabaseConnection(txtFile)
    

    Instead of:

          txtFile.FileName = "P:\BarTender\Templates\Test.csv"
          btFormat.DatabaseConnections.SetDatabaseConnection(txtFile)
    

     

    Thanks for the support anyways!

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.