I thought I recall seeing this answered but couldn't find anything. My tile item is an RP that an image control and another RP that is a popup. If they click the image control, I popup the larger view.
I want to use the larger view for maintenance and inquiry functions, so I need to disable the delete button in the popup.
How can I set a property in the tile item or run my own method after the add_Entry?
Thanks, Art
Set properties in a tile item
Set properties in a tile item
Art Tostaine
-
dannyoorburg
- Posts: 177
- Joined: Mon Jan 04, 2016 9:50 am
- Location: Australia
Re: Set properties in a tile item
Hi Art,
it's going to be something like
Add_Entry To_List( #TILES )
(#TILES.CurrentItem.Design *AS #MYTILE).MyMethod( ... )
Hope that helps,
Danny
it's going to be something like
Add_Entry To_List( #TILES )
(#TILES.CurrentItem.Design *AS #MYTILE).MyMethod( ... )
Hope that helps,
Danny