Zum Hauptinhalt gehen

Suche

Suche

Text File Field To More Than One Bartender Field

Kommentare

3 Kommentare

  • Avatar
    Ian Cummings
    Moderator

    You can access the same database field in as many data sources as you wish for as many label objects as you wish.  Just choose "Database" as the source type and then select the field.  There is probably no need to set a name on any particular data source for sharing, as like you say, other data sources might wish to transform the data in slightly different ways.  When referring to the database field in VB script you'd use the syntax: Field("Table.Field",[default value])

     

    Example: Field("Products.ArticleNo","ABC123")

    0
  • Avatar
    Legacy Poster

    I can now make this print if I have the text file just sitting there and print from Bartender, but the label will not print if I run it through from Commander using the tasks.  The file gets created, is read and renamed, but gets hung there and never reaches the print queue.

     

    I ran through the troubleshooting pdf and found that it will print running Commander as an application.  Switching back to service makes it not print again.  None of these files are on network drives, they are all on the user account's desktop so UNC path shouldn't be an issue.  The user account also has administrative privileges on this machine. 

     

     

     

    0
  • Avatar
    Ian Cummings
    Moderator

    You're problem is going to be user account permissions for the service.  Make sure the Commander service itself is configured with an account you know to be good for all resources you need to use.  In the Commander handler clear away any login credentials there as you'll be inheriting the permissions from the service.

     

    I hear what you say when the user has admin privileges, but this sort of thing ALWAYS turns out to a permissions problem, so you'll need to delve into it.

    0

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