Page 1 of 1

two questions

Posted: Tue Aug 08, 2006 6:00 am
by villanrl
Hi.  Please point me in the right direction for the following...
1) is there repository of examples somewhere.
2) How would I code the following.... I'm using crystal reports to create a pdf file.  I use Send Keys to create the report but I want to start another one once the 'Exporting' window goes away.  I can't send any keystrokes because of a 'cancel' button on the exporting window.  I want to resume the script once the window has vanished.
3) lastly, I have a single text file that I want to watch.  I want to be alerted when it changes date. 
Thanks in advance.  Russ V.

two questions

Posted: Wed Aug 09, 2006 1:54 am
by Oleg
1) is there repository of examples somewhere.
http://www.robotask.com/samples/
2) How would I code the following.... I'm using crystal reports to create a pdf file....
I think that crystal report have ActiveX library. You can control it from basic script. Please, refer to Crystal Report documentation.
3) lastly, I have a single text file that I want to watch. I want to be alerted when it changes date.
See "File monitor" triggering event. You can specify file name instead of mask of files.

two questions

Posted: Wed Aug 09, 2006 3:24 am
by villanrl
Cool.  Thanks.