Share via


SET TABLEPROMPT Command

Enables or disables display of the Open Dialog Box (Visual FoxPro) in commands that allow the user to select a table (or view) if one is not open.

SET TABLEPROMPT ON | OFF

Parameters

Remarks

You can use SET("TABLEPROMPT") to determine the current setting. You can also specify a startup value for TABLEPROMPT in the Config.fpw, the Visual FoxPro configuration file.

This feature is supported in COM server scenarios (MTDLL and DLL) where users do not have access to a user interface. SET TABLEPROMPT provides similar support in Visual FoxPro. You can use SYS(2335) - Unattended Server Mode to control modal states for COM servers.

See Also

Reference

Open Dialog Box (Visual FoxPro)
GETFILE( ) Function
Special Terms for Configuration Files