I'm working through the LongRange offline samples in Visual Lansa V12. It seems that V12 does not support #Com_Owner.Set_{action} calls such as
Code: Select all
#Com_Owner.Set_Binding Name('SEARCHVALUE') Property(VALUE) Bindtotype(GVAR) Bindto('LREX0304_SURNAME')Code: Select all
#Com_Owner.Set Property('SEARCHVALUE.VALUE.&.GVAR') To('LREX0304_SURNAME')" Error Code = 10005. Character '&' is not allowed in property names. Allowed characters are alphanumeric and underscore '_' "
It seems that I cannot have & in the Property field. How would I do property bindings in V12 so I can run the LREX0304 code.
Thank you,