Page 1 of 1

Grid.LockRows

Posted: Fri Jan 01, 2010 6:19 pm
by MBaas
First things first: happy new decade everyone! :)

I have a problem with LockRows in 12.1 and it looks like a bug:
Image

Re: Grid.LockRows

Posted: Sat Jan 02, 2010 9:30 am
by PMH
Elements of a vector are implicitly enclosed, so remove the enclose:

Code: Select all

+2⎕NQ'CPro.Class.Root.Control.FM85.TM2' 'LockRows' ⍬
It is only required if the zilde would be the one and only parameter. In that case it needs to be converted into a scalar or one-element-vector by enclose or comma enclose, as it appears in the object syntax case:

Code: Select all

+CPro.Class.Root.Control.FM85.TM2.LockRows ⊂⍬

Re: Grid.LockRows

Posted: Sat Jan 02, 2010 11:00 am
by MBaas
Aaargh - well, welcome to the forums, Peter-Michael...and thanks for lifting my confusion ;)