strDDComment Structure

 

<< Click to Display Table of Contents >>

Navigation:  Structures >

 

strDDComment Structure

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Record layout for the Comment.DDF table

 

 

 

Prototype

 

 

STRUCTURE strDDComment ALIGN 1

 

 

 

Source Code

 

 

STRUCTURE strDDComment ALIGN 1

 MEMBER FieldNo          AS WORD                  // File ID From FILE.DDF

 MEMBER FileNo           AS WORD              // Field ID from FIELD.DDF

 MEMBER DIM Comment[100] AS BYTE              // Field Comment

         // Indexes

         // No         Fields

         // 0         File ID + Field ID

 

 

 

 

 

See Also

 

 

strDDFile, strDDField, StrDDIndex, StrDDFieldExt