Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

show view window

Status
Not open for further replies.

gerlo

Programmer
Aug 14, 2008
2
0
0
NL
Hi,

I have been working with foxpro 2.6 about ten years ago.
I still have a database program working with 4 dbf's working in it.
I can go to the command line, but forgot the command for showing the view window with the databases in it.
Can someone help me please?

Thanks, Gerlo
 
Are you referring to the 'SET' command?

SET <Enter> with no parameters displays all currently open tables.

If you're talking about an actual "VIEW", this is from the help file:
SET VIEW Command

See Also



Opens or closes the View window or restores the FoxPro environment from a view file.

Syntax

SET VIEW ON | OFF
or
SET VIEW TO <file> | ?

Remarks

Issue SET VIEW ON to open the View window. The View window is one of the most useful FoxPro tools. It provides an easy way to open
tables/.DBFs, establish relations and set or change many FoxPro options. See the FoxPro User's Guide for more information on the View
window.
For more information on view files, see CREATE VIEW.

Clauses

ON

Include ON to open the View window.

OFF

Include OFF to close the View window.
The default for SET VIEW is OFF.

TO <file> | ?

Issuing SET VIEW TO <file> restores the FoxPro environment to the state it was in when the view file specified with <file> was created. View
files are created with CREATE VIEW.

-Dave Summers-
[cheers]
Even more Fox stuff at:
 
or try
Create window Browwind ...............
Browse in window browwind


David W. Grewe Dave
 
Thanks both for your prompt reply.
But neither works
All the program responds is:
Syntax error or Feature not available.
There was away around this while being in the command line in this specific program. But which?

Gerlo
 
OK, for my Syntax error changed the

Create Window browwind ...........
to
Define Window browwind.........

Sorry, been awhile since I had to use 2.6

David W. Grewe Dave
 
from the command line (command window)
Alt W (together) and then V
 
I guess I'm still not exactly clear as to what it is you are doing or trying to accomplish.

BROWSE will show the current table
SET will display open tables

"Feature Not Available" says to me you are trying to do certain commands from the application which are only available during development time, such as SET STEP ON.


-Dave Summers-
[cheers]
Even more Fox stuff at:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top