C
Clyde
I have a report creating a pdf file by printing to an Adobe pdf driver.
How can do you insure that the file has been created before renaming it?
My current code:
open report
rename file
Works if you step, but when run without stepping, rename fails because file
creation isn't finished???, thus file not found error.
How can do you insure that the file has been created before renaming it?
My current code:
open report
rename file
Works if you step, but when run without stepping, rename fails because file
creation isn't finished???, thus file not found error.