Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Redirect links

...

Next, data is selected. You can use one of the techniques you learnt learned in the Visual LANSA Fundamentals tutorials to do this. For example:

...

VisualId1 will be shown in column one of the instance list, and VisualId2 will be shown in column two of the instance list.  Akey1 is the key that uniquely identifies an employee (in this case, the field is alphanumeric, so it's Akey1, not Nkey1).

...

   Invoke #avListManager.EndListUpdate) 

3.  Next, click on the Details tab in the editor to display the properties of your component.

4.   Notice that the Ancestor property of the component is #VF_AC007. All filters inherit from this base class which provides a set of predefined behavior.

5.   Click on the Outline tab in the editor to see what components you inherit from the VF_AC007 ancestor component.

6.   Right-click the avLISTMANAGER component and select the Features option.

 
7.   Expand the methods of the component and examine them.

When you move your mouse over the methods, their description is displayed in a hint. Note that you cannot display online help for Framework properties/methods/events by double-clicking them as you can with Visual LANSA properties/methods/events.

If you cannot see the hints, display the Options in the Visual LANSA editor and select the Show Hints option.

8.   Close the iiiCOM01 component.

You may want to read Filter and Command Handler Anatomy to see how these components are structured.