2008-02-20 20:23 UTC
So I have this custom Open dialog that I've written in OpenDCL, all is working great.
{2}
The dialog gets all our active projects from our Office database & displayed them in my custom open.
Last night we ran into the problem where our web sever went down & of course the custom open wouldn't work because it couldn't find the database.
So I want to update my code to fall back to the standard AutoCAD Open dialog box & exit my code when this happens in the future.
As you know (command ".open") doesn't work with SDI=0, & I don't want to use (getfiled ...)
So does anyone else know of a way to call the standard AutoCAD Open dialog from inside Lsp or maybe VBA?
I guess my last resort would be to write a new OpenDCL "File Dialog Box" if I had to, but I'm hopping I don't have to...
{2}
The dialog gets all our active projects from our Office database & displayed them in my custom open.
Last night we ran into the problem where our web sever went down & of course the custom open wouldn't work because it couldn't find the database.
So I want to update my code to fall back to the standard AutoCAD Open dialog box & exit my code when this happens in the future.
As you know (command ".open") doesn't work with SDI=0, & I don't want to use (getfiled ...)
So does anyone else know of a way to call the standard AutoCAD Open dialog from inside Lsp or maybe VBA?
I guess my last resort would be to write a new OpenDCL "File Dialog Box" if I had to, but I'm hopping I don't have to...