Zum Hauptinhalt gehen

Suche

Suche

Mssql Stored Proc Executing Multiple Times On Tag Creations

Kommentare

2 Kommentare

  • Avatar
    Legacy Poster

    As a workaround, I am attempting to see if the tag already exists in the BtSubStringValues table, but whenever I attempt to pull data from it it causes an OLE 0x80004005 Error which is a generic "OOPS" error.  Seems like that table it locked or something is preventing me from reading it on tag creation.  Is there some other way to query the table to see if the tag already exists?

    0
  • Avatar
    Domingo Rodriguez
    Moderator

    Are you trying to access a table from the BarTender System Database? If yes, you can only do this by making use of the BarTender System Database SDK, so automating BarTender externally.

     

    Alternatively, if you would like to know the value of a certain data source or BarTender object on the label, you can access this value via VBScripting. Take a look in BarTender's Help at the "Visual Basic Scripting > Scripting Objects > Object Reference" topic (FormatObject and Objectobject).

    0

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