OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: PrWork1 on February 27, 2010, 10:53:31 PM

Title: Setting Directory in Custom File Open Dialog
Post by: PrWork1 on February 27, 2010, 10:53:31 PM
Hi!

I need setting directory in Custom File Open Dialog when dialog init, but not find suitable properties.
How do I do this?


Thank you.
Title: Re: Setting Directory in Custom File Open Dialog
Post by: owenwengerd on February 28, 2010, 05:11:14 AM
Take a look at the syntax of (dcl_form_show) for a file dialog:
http://www.opendcl.com/HelpFiles/index.php?page=Reference/Method/Form/Show.htm (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Method/Form/Show.htm)
Title: Re: Setting Directory in Custom File Open Dialog
Post by: PrWork1 on February 28, 2010, 11:59:53 AM
Thank you very much.