Waiting for screen to process before proceeding

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
Doug
Newbie
Posts: 1
Joined: Fri Sep 19, 2003 5:52 pm

Waiting for screen to process before proceeding

Post by Doug » Fri Sep 19, 2003 5:56 pm

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

Lumumba

Post by Lumumba » Fri Sep 19, 2003 6:54 pm

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!

Adriaan

Crystal and Login on Progress Databa

Post by Adriaan » Fri Dec 12, 2003 11:40 am

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

Lumumba

Post by Lumumba » Fri Dec 12, 2003 7:52 pm

As the subject is: Crystal and Login on Progress Databa I guess that the DB holds the username and compares it against the current user.

So, from my point of few it's not a MacroScheduler issue. Otherwise you've to provide some code. Let's be more specific! :roll:

Lumumba

Post by Lumumba » Fri Dec 12, 2003 8:12 pm

So, from my point of few ...
Gosh, few or view - that's not the question. :lol:

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts