two questions

Discuss RoboTask here
Post Reply
villanrl
Posts: 9
Joined: Tue Aug 08, 2006 5:54 am
Location: United States

two questions

Post 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.
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

two questions

Post 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.
villanrl
Posts: 9
Joined: Tue Aug 08, 2006 5:54 am
Location: United States

two questions

Post by villanrl »

Cool.  Thanks.
Post Reply