How to Import a TI Component
You can import the methods, recordsets, and user-defined types from an existing component library to another component library. This is useful, for example, if you want to build a new component library based on an existing one.
Imported methods, recordsets and user-defined types are added to those of the library into which they are imported. If duplicate method names exist between the two libraries, you are asked to supply a new name for a method before it is imported. Duplicate recordset names are allowed unless columns within the recordsets do not match, or Automation data types and associated COBOL data types within a column do not match. In this case, you are asked to supply a new name for a recordset before it is imported.
To Import a TI Component
In the console tree of HIS Designer, right-click the icon for your component library's interface.
Point to Import, and then click Component Library.
In the Insert Component Library dialog box, locate and click the TI component library (the .tlb file) that you want to import.
Click Open.
See Also
Creating and Managing TI Components
Transaction Integrator User's Guide