Hi,
We're in a cloud, multi-tenant environment.
Background information from previous developer/management:
Site management wanted the office staff to print labels from the full client, not from within Factory Track. Syteline has functionality built into the pick/pack/ship forms to generate a label file that can be downloaded locally (FTP Server config) and printed via BarTender. We utilized this same code and created a file formatted for BarTender. This works for us. We print labels from the misc. receipt form, job packet,etc. We use File Server, SFTP Logical Folders and the files are dropped into our Bartender server and printed.
We have since created a new form to print a basic inventory label, using the working code from one of the above forms. Unfortunately, it's not working for us. This is used in the form script where we believe our issue is:
Application.FileServer.ExportToFileSeverFromCollection(ThisForm.Name.....
Does 'ThisForm.Name', representing our new form name - need to exist in a table/form/IDO, etc.? If I'm way off base, what else are we missing? Multiple developers have reviewed the code and can't determine how to resolve.
Appreciate any feedback, wisdom!
Thank you,
Debbie