Page 1 of 1

Using a pop over to action a row in a table (RPG)

Posted: Wed May 23, 2012 4:52 pm
by MarkDuignan
picture.png
picture.png (134.01 KiB) Viewed 3741 times
This is an example of using a pop over to action a row in a displayed table.

Using a pop over is initially more complex than using a simple context menu – and it has an additional server interaction – but you can do whatever you want because the pop over is effectively a miniature form.

In this case the pop over is set up to contain a new table containing two rows - each with an image and text.
The text also identifies the name of the person you have touched.

If you were going to do this repeatedly it would be best to put the pop over table building code into a generically callable RPG function that could be reused from many different form view handlers.

Attached in the zip file are the EXAM0067 (RPG) and EXAM0067D (Display File) that will reproduce the example.

Re: Using a pop over to action a row in a table (RPG)

Posted: Fri Sep 07, 2012 10:37 am
by MarkDuignan
This example is now shipped with LongRange.
See http://longrange.lansa.com.au/viewtopic.php?f=13&t=111