2016-04-26 18:30 UTC
I am not sure I understand right Datagrid-object in odcl.
I only want to can type or edit datagrid-cells-captions, what I have to do or which events are important to know ?!
(defun c:fm_ProjectManager/dialoag_PM#OnInitialize (/)
(dcl-Grid-Clear fm_ProjectManager/dialoag_PM/db_Data)
(dcl-Control-SetRowHeader fm_ProjectManager/dialoag_PM/db_Data t)
(dcl-Control-SetColumnCaptionList fm_ProjectManager/dialoag_PM/db_Data (list "Type" "Description"))
)
These rows only initialize datagrid, but I cannot edit or write in cells !
I only want to can type or edit datagrid-cells-captions, what I have to do or which events are important to know ?!
(defun c:fm_ProjectManager/dialoag_PM#OnInitialize (/)
(dcl-Grid-Clear fm_ProjectManager/dialoag_PM/db_Data)
(dcl-Control-SetRowHeader fm_ProjectManager/dialoag_PM/db_Data t)
(dcl-Control-SetColumnCaptionList fm_ProjectManager/dialoag_PM/db_Data (list "Type" "Description"))
)
These rows only initialize datagrid, but I cannot edit or write in cells !