Article ID: 136771
Article Last Modified on 2/15/2000
xyz = CURSORGETPROP("database")
IF EMPTY(xyz)
WAIT WINDOW "This is a free table!"
ELSE
WAIT WINDOW "This database " + xyz +" is open!"
ENDIF
You can use a low-level utility or Visual FoxPro low-level functions to
verify the content of the .dbf header.
Additional query words: VFoxWin on-line online
Keywords: KB136771