This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
I have an instance list where I only need to see 2 columns (only 1 is a visual ID). In the uInitialize section of the Filter, I put the following logic:
Its been a while, but by try setting the ColumnVisible property to false.
Note this is NOT #column.Visible := false, but #column.ColumnVisible := false (super confusing I know. )
Also I am doing this by memory so it may not be syntactically correct.