Grid.LockRows

Using (or providing) components based on the "Win32" framework
Post Reply
User avatar
MBaas
Posts: 156
Joined: Thu Oct 16, 2008 1:17 am
Location: Gründau / Germany
Contact:

Grid.LockRows

Post 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
PMH
Posts: 7
Joined: Fri Nov 27, 2009 8:48 am

Re: Grid.LockRows

Post 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 ⊂⍬
User avatar
MBaas
Posts: 156
Joined: Thu Oct 16, 2008 1:17 am
Location: Gründau / Germany
Contact:

Re: Grid.LockRows

Post by MBaas »

Aaargh - well, welcome to the forums, Peter-Michael...and thanks for lifting my confusion ;)
Post Reply