How to Enable Legacy Data Entry Forms in BarTender 2022 Print Station
Overview
Data Entry Forms in Print Station were updated with the release of BarTender 2022. If you would like to revert your Data Entry Forms to their previous design, you can enable the new Use Legacy Forms setting.
Applicable to
BarTender 2022 and later.
Print Station.
Information
Through the Print Station Application
- Start by opening Print Station and clicking Administrative Settings.
- Check the Use legacy forms checkbox and click Save.
Through the Print Station XML File.
- Navigate to C:\ProgramData\Seagull\PrintStation\settings.xml.
- Open the settings file in Notepad or another text editor.
- Add UseLegacyFormEngine="true" to the Print Station tag.
<Settings>
...
<PrintStation ... UseLegacyFormEngine="true" />
</Settings>
- Close and reopen Print Station.