Can we use If_Ref Is(*INSTANCE_OF #PRIM_XXXX) on Web page?
I have used the following logic for the web page, but all the item name is shown on the message box even though none of them are using #PRIM_PANL.
Code: Select all
For Each(#ITEM) In(#COM_OWNER.ComponentMembers)
If_Ref Com(#ITEM) Is(*INSTANCE_OF #PRIM_PANL)
#MSGBOX.CAPTIONS.ADD Caption(#ITEM.NAME)
Endif
EndforDoes this mean that we cannot use *INSTANCE_OF #PRIM_XXXX on the web page?
I appreciate your kind advice.
Best Regards,
Megumi