Article ID: 138570
Article Last Modified on 2/11/2000
**========================================================**
** Program name: LFNTEST **
** Purpose :This program demonstrates the behavior **
** of the LIST STRUCTURE command when used on**
** a table that contains long field names. **
**========================================================**
SET SAFETY OFF
CLOSE ALL
CLEAR
CREATE DATABASE captest
CREATE TABLE cust (Customer_Identification C(5), ;
Customer_Name C(20))
INSERT INTO cust (Customer_Identification, Customer_Name) ;
Values ("00001","Acme Inc")
CLOSE ALL
OPEN DATABASE captest
USE cust
CLEAR
HIDE WINDOW COMMAND
DISPLAY STRUCTURE
WAIT WINDOW "Press any key to continue..."
SHOW WINDOW COMMAND
Additional query words: VFoxWin list structure
Keywords: KB138570