amator
8th November 2017, 05:18
Hi Guys,

I want to ask how to manipulate the records or rows that I only want to display in my Display/List Window Session.

For example I only want to display all the records/rows in my list window that have an inventory.

In report it is lattr.print but in a session is there a code that can manipulate the diplay of rows?

Thanks in advance,
Amator

srprks
8th November 2017, 07:04
Hi,

You can use the section main.table.io. by using skip.io
Or you can use query.extend in before.program.

Thanks

amator
10th November 2017, 08:08
Hi,

Thanks for the reply, I tried this but it keeps displaying the records that I don't want to display. Still working on this but in the meantime I'm trying to replicate this in a report. What they want is an interactive session but first I'm trying this in the report.

Will get back to to you once I'm finish working on the session.

Thanks a lot,
Amator