09-14-2009, 02:47 PM
I Just tried your code its working fine my side. May be the error is due to the save as dialog is not open.
Can you make sure this and try again?
I guess you are trying to set the file path for your download.
it can be done directly setting the path to the filename edit box at Dialog.
Note: -Always wrap your code with proper tags available to make your post more readable. Refer Help.
Can you make sure this and try again?
I guess you are trying to set the file path for your download.
it can be done directly setting the path to the filename edit box at Dialog.
Code:
Dialog("File Download").Dialog("Save As").WinEdit("File name:").Set <<Your Path>>
Note: -Always wrap your code with proper tags available to make your post more readable. Refer Help.