OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: johnM on January 19, 2011, 04:13:49 PM

Title: grid question
Post by: johnM on January 19, 2011, 04:13:49 PM
I have a grid and when the user enters a value in a cell I check it against a list if the value is in the list I warn the user and delete the value from the cell.
Is there a way to set focus back to that cell?
I’m using EndLabelEdit as the trigger
I have tried a combination of SelChanged and CancelCellEdit but when you click another cell nothing happens because I think the EndLabelEdit is triggered for that cell.
Using opendcl arx #5.123

thanx
Title: Re: grid question
Post by: johnM on January 19, 2011, 04:50:56 PM
sorry i posted too soon
i figured it out