gget79
29th January 2009, 19:09
Hi experts,

I am working with Infor LN 6.1

In a multi - view screen (tibom1110m000), I need to develop a control, this control mustn't permit to see certain rows, I did this requirement using dal function after.get.object(), then now the session doesn't show the rows in the grid, but still show the code of the item in the head of the session.

How can I make so that the code of the item neither is shown in the head?

Thank you....

_Ralph_
30th January 2009, 21:58
If you want to hide some rows check this thread there many solutions to do it..

http://www.baanboard.com/baanboard/showthread.php?t=53984&highlight=ralph+skip.io

if you want to hide some main items of this session... try to filter using query.extended.where().

=)