DEM component xDemoWebList consumes the following column defined as ..
Define_Com Class(#PRIM_LIST.Part) Name(#ColumnAddress) Displayposition(6) Parent(#List) Design(#xDemoWebListAddress) Columnwidth(157) Columncaption('Address')
Eg ..
#List.CurrentItem.RelatedReference <= #Employee
Question -
[1] I have a requirement to define & use >1 #PRIM_LIST.Part within a single List-Row - Actually my requirement would define multiple columns with the same cell Design(#x..) Steps for building this up seems straight forward, except when it comes to targetting a specific column using the #List.CurrentItem.RelatedReference <= #<data_component> statement .. As the RelatedReference seems to assume that only a single #PRIM_LIST.Part has been defined for the List (row). How can I code referencing that assigns my #<data_component> (that carries info related to which column the #dc belongs to), so that the related-reference targets the correct column upon the assignment?
[2] I have noted the method FindReference & wonder if I might use this method in some way to acheive my referencing goal. Reviewing the encyclopedia sample code for the FindReference method (version 15) some #Object is passed to the sample Find() routine, but it is not clear to me what this object should be.
Grateful for any help here.
Regards, Anthony.