Back to SPR List Previous Next
RECORD SCHEMAS with no DOCUMENT command can inherit the database document after modification
Minor Closed - Fixed Found:2002.20.14 12 MAY 2004 Fixed:2002.20.36 13 MAY 2004

DETAILS
 When modifying a record type that has no DOCUMENT command using the schema
 modification dialogs, the record type will get the database's documentation.
EXAMPLE PROGRAM
 Edit the COMPANY.exp and completly remove the EMPLOYEE records DOCUMENT
 command:

 RECORD SCHEMA   1  EMPLOYEE
 SEQUENCE CHECK  OFF
 MAX REC COUNT   1
 DATA LIST       (1)

 Import the database and, from the menu choose Database/Record Schema.
 Select EMPLOYEE and press modify.
 Press Document and you will see the database documentation.
WORKAROUND
Supply a DOCUMENT command for each record type.
Back to SPR List Previous Next