Virtual tables are not stored in the database, therefore you cannot view them directly. To view a virtual table, you must create a list page that is based on the virtual table.
To create a page to view a virtual table
- In the development environment, on the Tools menu, choose Object Designer. 
- In Object Designer, choose Page, and then choose the New button. 
- In the New Page window, in the Table field, enter the ID of the virtual table. Virtual tables have IDs in the range 2000000001 - 2000000203. 
- In the Page section, choose Create blank page, and then choose the OK button. 
- In Page Designer, in the first row, enter a name for the container, such as VirtualTablePageContainer. Verify that the Type is Container and the SubType is ContentArea. 
- In Page Designer, in the second row, in the Type column, choose Group and in the SubType column, choose Repeater. 
- In Page Designer, select the third row. 
- On the View menu, choose Field Menu. 
- In the Field Menu window, select all the fields in the virtual table that you want to display on the page, and then choose the OK button.  Note Note- To select multiple fields in the Field Menu window, press the Shift key or the Ctrl key while you select the fields. 
- On the File menu, choose Save. 
- In the Save As dialog box, in the ID field, enter an ID for the page object. The ID must be in a valid range for your solution. In the Name field, enter a name for the page. Select the Compiled check box, and then choose the OK button. 
- To view the data that is stored in the table, in Object Designer, select the page that you created and then choose the Run button. 





