2009-09-21 03:21 UTC
The Function Document says
(dcl_SelectFiles {FileTypes [as List of Strings]} {Title [as String]} {DefaultDirectory [as String]})
I coded like this.
(dcl_SelectFiles (list "dwg" "dxf") "Open Files" "C:\Temp")
The dialog does not have "Open Files" title, the "C:\Temp" DefaultDirectory and the File Types.
Something wrong in my code?
(dcl_SelectFiles {FileTypes [as List of Strings]} {Title [as String]} {DefaultDirectory [as String]})
I coded like this.
(dcl_SelectFiles (list "dwg" "dxf") "Open Files" "C:\Temp")
The dialog does not have "Open Files" title, the "C:\Temp" DefaultDirectory and the File Types.
Something wrong in my code?