I am trying to set my sdlgfopen's to a defult path and I am having little luck....
proc main
string FileName
string FileSpecspec = "*.xls"
usermsg "%s" $aspectpath
sdlgfopen "Choose File" FileSpec SINGLE FileName
set aspect path "D:\"
usermsg "%s" $aspectpath
sdlgfopen "Choose File" FileSpec SINGLE FileName
endproc
Why is it that both of the sdlgfopen's start at the same path?? How can I change it??
proc main
string FileName
string FileSpecspec = "*.xls"
usermsg "%s" $aspectpath
sdlgfopen "Choose File" FileSpec SINGLE FileName
set aspect path "D:\"
usermsg "%s" $aspectpath
sdlgfopen "Choose File" FileSpec SINGLE FileName
endproc
Why is it that both of the sdlgfopen's start at the same path?? How can I change it??