Sage 100

 View Only
  • 1.  Hi all - Anyone out there a BarTender Software (s

    Posted 09-13-2018 13:34
    Hi all - Anyone out there a BarTender Software (seagull scientific) guru? Working on some labels and trying to figure out how to auto print on database change. Thank you, Marc


  • 2.  RE: Hi all - Anyone out there a BarTender Software (s

    Posted 09-13-2018 13:39
    What version? If on the latest version, have you looked at this page? https://support.seagullscientific.com/hc/en-us/articles/228211767-Print-Document-Using-Database-Triggers-Video-7-27-


  • 3.  RE: Hi all - Anyone out there a BarTender Software (s

    Posted 09-13-2018 15:36
    @DanBurleson isn't this one your bailiwicks?


  • 4.  RE: Hi all - Anyone out there a BarTender Software (s

    Posted 09-13-2018 16:55
    I enjoyed working with BarTender very much. @AlnoorCassim you have an incredible memory (or did you search that?)! I used it in scripting, but never used the trigger feature. I used to trigger individual labels (based on quantity or not) from a PO Header Table Post-Write script.


  • 5.  RE: Hi all - Anyone out there a BarTender Software (s

    Posted 09-13-2018 17:22
    I hadn't thought of using a UDS to trigger the printing of a BarTender document. I think you should be able to either use shell.run to perform the same command that Commander would use or write the item code and any other relevant info you want printed to a csv file in a directory monitored by Commander. Then set up the Commander job. If on BarTender v2017, then substitute Commander with Integration Builder.


  • 6.  RE: Hi all - Anyone out there a BarTender Software (s

    Posted 09-13-2018 17:42
    @DavidSpeckII Instead of writing to a CSV, one can use the BarTender ActiveX Automation to directly inject a key parameter that is referenced in a BarTender label file (""xxx.BTW) prior to using the ""PrintOut"" method. This allows one to print individual records quickly. They have [examples](https://support.seagullscientific.com/hc/en-us/community/posts/216556627-Sample-Code-Activex-Automation-Via-Vb-Script).


  • 7.  RE: Hi all - Anyone out there a BarTender Software (s

    Posted 09-13-2018 17:48
    That is good to know. Thanks.