Article ID: 136212
Article Last Modified on 2/15/2000
=SYS(1029,<n>)Here <n> can either be 0 or 1. The 0 activates the FoxPro version 2.6 style Browse menu, and the 1 activates the Visual FoxPro style Table menu.
=sys(1029,0) && FoxPro v2.6 style Browse menu BROWSE && You will get the Browse menu instead of the Table menu.
=sys(1029,1) && Visual FoxPro style Table menu BROWSE && You will get the Table menu
Additional query words: sys(1029) VFoxWin
Keywords: KB136212