Autovue OLE 19.3.4 How to ensure PRINT commands execute in order with other commands
Autovue.execute "FILE OPEN path"
Autovue.execute "Various print settings"
Autovue.execute "PRINT"
Autovue.execute "CHILD CLOSE"
Autovue.execute "FILE OPEN path2"
Autovue.execute "Various other print settings"
etc...
The problem is that sometimes the print commands seem to lag behind the other commands. Meaning the next file opens and begins changing print settings before the previous file printed. This causes the print settings to be incorrect. Executing "PAUSE" commands does not seem to help.