Also the (_FOXCODE) system variable will return the same info. Very handy for backing up and restoring on other systems.
SELECT * FROM (_foxcode) WHERE Type = 'U' INTO TABLE <fullpath and name for my backup> INSERT INTO (_FoxCode) SELECT * FROM <fullpath and name for my backup> -- rk -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Jean MAURICE Sent: Monday, November 11, 2013 4:38 AM To: [email protected] Subject: Re: Is their a way to turn off some of the intellisense? and what about deleting corresponding lines in the table Foxcode ? You will have the name and the directory of this table in Tools\properties tab Files line 'foxcode'. Please copy it (with VFP closed) elsewhere before working on it ! The Foxil _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/DF1EEF11E586A64FB54A97F22A8BD044228EF96009@ACKBWDDQH1.artfact.local ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

