File Name:

DC@FMP, LX_FMP

Description

This table defines how Visual LANSA components are mapped into and out of methods, properties and event handlers.

Implemented in:

7.50 / H4

LANSA for i Library:

<<dtalib>>

Visual LANSA Collection:

LX_DTA

Field Name Prefix:

FMP, XMP

Required for Run Only System?

Yes

LANSA for i Logical Views

Name

Use

Keys/Description/Comments

DC@FMPV1

Read

FMPP#I, FMPCID, FMPCTX,  FMPUSI, FMPSLU

DC@FMPV2

Update

Same as DC@FMPV1.

Visual LANSA Database Index

Name

Unique?

Columns

LX_FMP_PRIM

Y

XMPP_I, XMPCID, XMPCTX, XMPUSI, XMPSLU

Record Layout

Key

Field Name

Description

LANSA for i Type

Visual LANSA Type

Comments

1

P_I

Partition Identifier

A 3

CHAR(3)


2

CID

Component Class Identifier

A 10

CHAR(10)


3

CTX

Context Identifier

P 7,0

LONG


4

USI

Usage Identifier

A 20

CHAR(20)


5

SLU

Selector Name (Uppercase)

A 20

CHAR(20)

(ie:Property, Event or Method uppercase name)


SLV

Selector Name (As visualised)

A 20

CHAR(20)



UST

Usage Type

P 7,0

LONG

1 = Property
2 = Event
3 = Method
4 =


FOR

Used For

A 1

CHAR(1)

1 = Input
2 = Output
3 = Both


SPI

Selector Pattern Identifier

A 10

CHAR(10)



SCI

Selector Class Identifier

A 10

CHAR(10)



MAN

Mandatory Parameter

A 1

CHAR(1)

0 = No
1 = Yes


PBY

Pass By

A 1

CHAR(1)

0 = By Value
1 = By Reference
2 = By Name


DES

Selector Description

A 40

CHAR(40)



HLP

Selector Help

A 250

STRING(250)



FE1

Future Expansion - Field 1

P 7,0

LONG



FE2

Future Expansion - Field 2

P 7,0

LONG



FE3

Future Expansion - Field 3

A 10

CHAR(10)


  • No labels