Aller au contenu principal

Recherche

Recherche

Textfiledatabase Does Not Exist

Commentaires

1 commentaire

  • 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

Vous devez vous connecter pour laisser un commentaire.