Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1.   Open the Data component in the editor.

2.   Define a property for the field xEmployeeTitle. Your code should look like the following:

     Define_Pty Name(p_TITLE) Get(*auto #xEmployeeTitle) Set(*auto #xEmployeeTitle)

3.   Compile the Data component.

...