( |
|
|
|||
Begining of a record definition in database structure description |
Parameters: | |
Name of the record | |
Not used, always - | |
Register tag wich can be used instead of RecCodeHAL in export files. If left blank, RecCodeHAL will be used. | |
RecordBegin(PackTypeVc,-,""); RecordField(Code,M4Code,5,0); RecordField(Comment,M4Str,60,0); MainKeyBegin(Code,0); KeySegment(Code); KeyBegin(Comment); KeySegment(Comment); KeySegment(Code); EndRecord;
Related topics: |