Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These commands and functions make it possible for multiple users on a network to share data from tables.
Use |
To |
---|---|
Specify property settings for a Visual FoxPro table or a cursor. |
|
Return field values directly from disk for a table or a remote data source. |
|
Attempt to lock the current or specified table. |
|
Attempt to lock one or more records in a table. |
|
Return original field values for fields that have been modified but not updated. |
|
Open table files for exclusive or shared use on a network. |
|
Enable or disable automatic file locking in certain commands. |
|
Determine whether you can lock multiple records using LOCK( ) or RLOCK( ). |
|
To update a browse window or memo editing window, or to refresh local memory buffers with changes from other users on the network. |
|
Specify how often and for how long Visual FoxPro attempts to lock a file or record after an unsuccessful locking attempt. |
|
Specify the time in milliseconds that Visual FoxPro waits before attempting to lock a record, table, memo, or index file after an unsuccessful locking attempt. |
|
Specify whether Visual FoxPro uses the SET REPROCESS setting when attempting to lock an index or memo file. |
|
Discard changes made to a buffered row or a buffered table or cursor and restores the OLDVAL( ) data for remote cursors and the current disk values for local tables and cursors. |
|
Commit changes made to a buffered row, a buffered table, cursor, or cursor adapter. |
|
Release a record lock, multiple record locks, or a file lock from a table or all open tables. |