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 TouchToneTommy 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
Mar 20, 2003
29
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??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top