Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Down the beaten "$ASPECTPATH"

Status
Not open for further replies.

Riegg

Programmer
Joined
Mar 20, 2003
Messages
29
Location
CA
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??
 
This is a bug that occurs when running under Win2K and I believe XP as well. Unfortunately, I'm not aware of any workaround.

aspect@aspectscripting.com
 
oh.... Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top