Hi
I am running a series of crystal reports that are being exported to pdf files. The problem is waiting for crystal to finish created the reports before I can export them to the pdf files. Right now I just have a series of wait for x seconds, but there must be a way to wait until the screen has finished
Doug
Waiting for screen to process before proceeding
Moderators: JRL, Dorian (MJT support)
You could check for a trigger on the screen or:
Code: Select all
Label>FileSizeCheck
FileSize>C:\Test.txt,aSize
Wait>5
FileSize>C:\Test.txt,bSize
If>%bSize%=%aSize%,Done,FileSizeCheck
Label>Done
MessageModal>File created!
Crystal and Login on Progress Databa
If an other user starts the reports a user name and login name is required.
When the same person runs the report another day no request for names.
Is there a possibility to add usernames and passwords, even when not requested?
Thanks
Adriaan
When the same person runs the report another day no request for names.
Is there a possibility to add usernames and passwords, even when not requested?
Thanks
Adriaan