Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Losing "OPEN, SAVE and SAVE AS" dialouge box 1

Status
Not open for further replies.

i82much

Specifier/Regulator
Sep 1, 2004
5
When i load an lisp routine, I lose my "open, save and save as dialouge box. The only way I've found to get them back is to do a system restore. Thanks....Mel
 
Replies continue below

Recommended for you

The lisp routine must be setting FILEDIA to 0. You can reset FILEDIA to 1 (typing it on the command line) rather than doing a system restore. And the lisp routine should be modified to reset the FILEDIA after running or loading. Add the line near the end of the lisp file:
(setvar "FILEDIA" 1)

Consult a lisper if you need help on where to add the line.
 
You can also set filedia to 1 on the command line but typing filedia and then 1.
 
Thanks worked great
I've got so much to learn
 
Give carlb a star for his correct answer !!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor