Description
The Retrieve.AsNeeded property of DataWindow object is unsupported.
Workaround
Write script to have the data displayed in batches instead of at one time. The detailed steps are:
Step 1: Create a user object. The user object contains four Picture buttons. The Picture buttons represents First page, Previous page, Next page and Last page respectively.
Step 2: Place the user object in the window that contains the DataWindow in which the large quantity of data will be displayed.
Step 3: Define window functions and modify the original scripts to have them work along with the user object to provide the functionality of displaying data in batches.