File Name:

DC@FRD, LX_FRD

Description

This table stores the RDMLX code associated with a Visual LANSA component.
Note that the sequence number is required because a command's parameters can be much longer than the 100 bytes allocated to store it.
Note that the command and the label can and will be validly stored in mixed case. This is why the command identifier is required.  

Implemented in:

7.50 / H4

LANSA for i Library:

<<dtalib>>

Visual LANSA Collection:

LX_DTA

Field Name Prefix:

FRD, XRD

Required for Run Only System?

Yes

LANSA for i Logical Views

Name

Use

Keys/Description/Comments

LX_FRDV1

Read

FRDP_I, FRDCID, FRDCTX, FRDLIN, FRDSEQ

LX_FRDV2

Update

Same as LX_FRDV1.

Visual LANSA Database Index

Name

Unique?

Columns

LX_FRD_PRIM

Y

XRDP_I, XRDCID, XRDCTX, XRDLIN, XRDSEQ

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

LIN

Line Number

P 7,0

LONG


5

SEQ

Sequence for Line Continuation

P 7,0

LONG



LBL

Command Label

A 3

CHAR(3)



CMI

Command Identifier

P 3,0

LONG



CMD

Command

A 10

CHAR(10)



LEN

Length of Parameters in this Storage Row

P,7,0

LONG



PRM

Parameters

A 100

STRING(100)


  • No labels