2011-10-31 12:28 UTC
Hi all,
Can you please tell me, how we can give a default path and filename while intailize the custom File dialog box; is there is any 'set' functions?.
Eg.
(defun c:Forms_AccFileDlg_OnInitialize (/)
(setq new_dbPath (vl-registry-read "HKEY_CURRENT_USER\\Software\\Autodesk\\DASO" "DasoDBpath"))
(if (and new_dbPath (/= "" new_dbPath))
(if (findfile new_dbPath)
(dcl_Control_Set?????? ???????? ??????)
Regards,
Manoj
Can you please tell me, how we can give a default path and filename while intailize the custom File dialog box; is there is any 'set' functions?.
Eg.
(defun c:Forms_AccFileDlg_OnInitialize (/)
(setq new_dbPath (vl-registry-read "HKEY_CURRENT_USER\\Software\\Autodesk\\DASO" "DasoDBpath"))
(if (and new_dbPath (/= "" new_dbPath))
(if (findfile new_dbPath)
(dcl_Control_Set?????? ???????? ??????)
Regards,
Manoj