Welcome to MSDN Blogs Sign in | Join | Help

Why can't I browse my table?

You can open a table with a UNC path in it, such as

 

            USE \\myserver\myshare\path\table

or

            USE \\123.456.123.123\myshare\path\table

or

            USE h:myshare\path\table          && where h is mapped to a network drive

or

            USE \\www.myserver.com\table

 

 

 

This will probably take a bit longer than opening a local table.

 

Many times I like to type ahead.(more about typing ahead here: Relaxen und watchen das blinkenlights. What lights?) After typing in a USE command, I’d type in “Alt-V B” to bring up the View Menu, Browse option, even thought the USE command hasn’t finished opening the table.

 

Why doesn’t this work all the time?

 

With no table open, the View menu doesn’t show the BROWSE option. When a table is opened, and the system is idle, VFP will refresh the menus and add the BROWSE option.

 

When you type ahead, the keystrokes are put in a buffer for later processing. When the remote table is finally open, it will process the keystrokes. However, since there was no idle, the menus haven’t had a chance to refresh.

 

Published Friday, October 07, 2005 8:53 AM by Calvin_Hsia

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

You can also stay up to date using your favorite aggregator by subscribing to the CommentRss Feed

Comments

# re: Why can't I browse my table?

Friday, October 07, 2005 1:19 PM by David Fung
I am glad and surprise to see that a table can be opened by USE \\www.myserver.com\table, but when I try it out by uploading a dbf to my webserver and try to access it that way, it doesn't work for me. It just says "File xxx does not exist". Any idea? I already make sure the lettercase is the correct.

# re: Why can't I browse my table?

Sunday, October 09, 2005 3:19 AM by VFP9 Developer
Usually after I modify a class and close the Class Designer or sometimes I click a class node in Class Browser ,the Class Browser maybe has a fatal error like this :
Fatal Error:Exception code = C0000005 @ {DateTime}. Error log file : <Path\vfp9err.log>
Called from - classbrowser1.refreshmembers line 0 {}
called from - classbrowser1.refreshrecno line 0 {}
called from - classbrowser1.autorefresh line 0 {}
called from - classbrowser1.activate line 0 {}

This error occurs so frequently that I was delayed .This error exists still in VFP9SP1Beta,why does not VFP Team fix this very big problem in SP1?

# Error Reading File infinite loop if drive disabled while file open and Data Session window open

Monday, June 05, 2006 6:10 PM by Calvin Hsia's WebLog
If you have a file open on some drive (perhaps a USB or network drive) and the Data Session window open,...

What do you think?

(required) 
required 
(required)