I've been scratching my head on this one for a while. I'm sure it's something simple, but how do I get SHOWFILEBROWSEROPEN to work? I can get it to return the selected file name, but I can't get it to start in the folder I want to.

This statement returns the filename properly:
$File=$Form.ShowFileBrowserOpen

This one doesn't return anything and it doesn't start in the right folder:
$File=$Form.ShowFileBrowserOpen("c:\my documents")

This one doesn't seem to work either:
$File=$Form.ShowFileBrowserOpen"c:\my documents"

What is the correct syntax?

[ 14 March 2002, 05:52: Message edited by: mmantei ]
_________________________
Mike