Step 1 Create a Table to Store Employee Notes

VLF Windows Application Development

Step 1. Create a Table to Store Employee Notes

VFW054 – Edit Text in a Memo / Edit Box

1.  Define the following fields in the Repository:

Field Name

Description

Type

Length

Decimals

Input Attrib.

iiiNTETYPE

Note Type

Alphanumeric

1

 

 

iiiNTESQN

Note Sequence Number

Packed

7

0

 

iiiLNECNT

Line Count

Packed

7

0

 

iiiNTELNE

Note Line

Alphanumeric

80

 

LC

 

2.  Create a table iiiEmpNotes - Employee Notes, that is defined as follows:

Field

Primary Key Number

EMPNO

1

iiiNTETYPE

2

iiiNTESQN

3

iiiLNECNT

4

iiiNTELNE

 

 

     The file does not need to be RDMLX enabled.

3.  Compile your new table. Be sure to select compile options which will build table, indexes and OAM.