2007-11-22 10:03 UTC
Hi all,
I've just tried to use this function, but it does not seem to work. As I understood, when I click in a cell in the grid, I can edit it in place.
The code I used is
(defun c:BOM_Builder_R12_Form2_Grid17_OnSelChanged (nRow nCol /)
(dcl_Grid_StartItemEdit BOM_Builder_R12_Form2_Grid17 nRow nCol)
)
The cell gets marked.... and that's it....Any ideas?
Did I miss something?
Thanks in advance,
Daniel
(OpenDCL 4.1.1.5 Studio and Runtime on Acad2007 SP2)
I've just tried to use this function, but it does not seem to work. As I understood, when I click in a cell in the grid, I can edit it in place.
The code I used is
(defun c:BOM_Builder_R12_Form2_Grid17_OnSelChanged (nRow nCol /)
(dcl_Grid_StartItemEdit BOM_Builder_R12_Form2_Grid17 nRow nCol)
)
The cell gets marked.... and that's it....Any ideas?
Did I miss something?
Thanks in advance,
Daniel
(OpenDCL 4.1.1.5 Studio and Runtime on Acad2007 SP2)