ID: Q113279
The information in this article applies to:
Issuing a SET FIELDS TO command followed by a BROWSE command will cause a "No Fields to Process" error message if a SET FIELDS OFF command has not been issued first.
Type the following code in the Command Window:
USE customer
SET FIELDS TO city, state
BROWSE &&Browse of CITY and STATE fields only
SET FIELDS TO
BROWSE &&"No Fields to Process" error will occur
SET FIELDS OFF
BROWSE &&Complete BROWSE will appear
Additional reference words: FoxDos FoxWin 2.60 SET FILES
KBCategory: kbprg
KBSubcategory: FxprgBrowse
Last Reviewed: June 27, 1995