tford Wondering if there is possibly a way to turn off the Paging Bar on a reference attribute displayed on a BO form as a Table of Items?? Perhaps there is an "Advanced" script I can use to repress the Paging Bar from appearing?
BenHayat Rennur wroteREF ATTIBUTE PAGING BAR config.bbar = null; parser.m_pagingBar = null; Thank you!