2009-05-27 23:12 UTC
I'm fairly new to OpenDCL. This is my first post and just want to say to the developers of OpenDCL that it is an awesome tool!
I am having the exact same trouble as the person in the thread below:
{2}
Here is the procedure I have set up:
(defun c:project1_Form1_Grid1_OnEndLabelEdit (Row Column /)
(dcl_Grid_CancelCellEdit project1_Form1_Grid1)
(setq a (dcl_Grid_GetCellText project1_Form1_Grid1 Row Column))
)
What am I doing wrong? I get the same result as the person in the thread above: The value of the item selected in the droplist does not get applied until I select another cell or I click on a scroll bar of the control. I need it to update right after changing the value from the droplist.
Thanks~AutoKAD
I am having the exact same trouble as the person in the thread below:
{2}
Here is the procedure I have set up:
(defun c:project1_Form1_Grid1_OnEndLabelEdit (Row Column /)
(dcl_Grid_CancelCellEdit project1_Form1_Grid1)
(setq a (dcl_Grid_GetCellText project1_Form1_Grid1 Row Column))
)
What am I doing wrong? I get the same result as the person in the thread above: The value of the item selected in the droplist does not get applied until I select another cell or I click on a scroll bar of the control. I need it to update right after changing the value from the droplist.
Thanks~AutoKAD