name of current list in OS10.1
Kelly Burgess
kellyb at montana.com
Mon Jan 4 05:41:17 UTC 2021
Hi Andrew,
>I have added a $construct method and added these two lines
>
>Calculate IvListName as $cfield.$name()
>Do $cwind.$objs.[IvListName].$linehtextra.$assign(VFLISTLINEHEIGHT)
You can reduce that to one simple line - there's no need to know the name when you're inside the headed list object's $construct.
Do $cfield.$linehtextra.$assign(VFLISTLINEHEIGHT)
My instinct would be to use $cobj rather than $cfield, but I'd test to figure out which one(s) worked.
Kelly
More information about the omnisdev-en
mailing list