Try this section of the code.
Activate ("Save As") 'Activates Save As dialog box for Windows
Wait 0.5
SendKeys ("Path\Filename")
SendKeys ("%S") 'Sends Alt S to the Save As screen saving the file name
I use this code when downloading text file from Meditech. I print it to
Download and this Save As screen appears.
Hopefully this helps out.
Thank you,
Brian Hamelin
Hospital Laboratories
UMass/Memorial Health Care
Phone: (508) 334-7238
mailto:[EMAIL PROTECTED]
-----Original Message-----
From: Sims Jason [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 01, 2003 11:35 AM
To: '[EMAIL PROTECTED]'
Subject: [Talk] Save As Dialog Box
Does anyone have an example of handling a Save As dialog box in windows? I
have got a script that downloads a file from Meditech, then uses a windows
dialog box to save the file to a certain location. Any help would be
appreciated! Thanks!