How to: |
You can protect data sources from changes by issuing USE commands with the READ parameter. Protected data sources can be read by various FOCUS tools and commands such as MODIFY and SCAN, but cannot be changed.
USE fileid READ END
where:
Is any valid file specification for the operating system.
For example, to protect the data source EMPLOYEE, enter:
USE EMPLOYEE READ END