2009-04-30 06:16 UTC
Hello,
before adding a bug report I want to be sure that I'm doing nothing wrong.
I have a FileDialog that works correctly in AutoCAD 2009 (see attached file).
(dcl_project_load "lvman")
(setq strExt ".d81")
(dcl_form_show lvman_sc_gaeb_import (getvar "DWGPREFIX") (strcat "*" strExt) strExt)
In AutoCAD 2010 I get an exception, in AutoCAD 2009 it works fine.
Fred
before adding a bug report I want to be sure that I'm doing nothing wrong.
I have a FileDialog that works correctly in AutoCAD 2009 (see attached file).
(dcl_project_load "lvman")
(setq strExt ".d81")
(dcl_form_show lvman_sc_gaeb_import (getvar "DWGPREFIX") (strcat "*" strExt) strExt)
In AutoCAD 2010 I get an exception, in AutoCAD 2009 it works fine.
Fred


