OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: neperin on May 30, 2023, 11:14:02 PM

Title: How to change multiple cells in different rows at once in the grid?
Post by: neperin on May 30, 2023, 11:14:02 PM
Hello,
I want to select multiple cells in different rows - but in one column-, and inject a certain text (provided by a text box, or combo-box) into them.
I think a workaround is to get row range from another text box or something, but that's not very user friendly I think.
Thanks in advance.
Title: Re: How to change multiple cells in different rows at once in the grid?
Post by: Fred Tomke on May 31, 2023, 12:52:01 AM
Hi, I afraid that is not possible.
The only thing I did is to select and automatically begin editing the cell in the next row after hitting enter in the cell of the row before.
With regards, Fred
Title: Re: How to change multiple cells in different rows at once in the grid?
Post by: neperin on June 01, 2023, 07:08:58 AM
Thank you for reply.
so I  do the next plan then :D