Use PRIM_MD.Edit TextFieldArea as List

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
User avatar
MARCOREMMEDATA
Posts: 14
Joined: Mon Apr 11, 2022 4:48 pm
Location: ITALIA
Contact:

Use PRIM_MD.Edit TextFieldArea as List

Post by MARCOREMMEDATA »

Hi

therse a way to manage a PRIM_MD.Edit whits APPEARANCE TextFieldArea as a Working List.

To give an example, I would need it to operate like the Multi-line Edit Box object

Code: Select all

DEFINE_COM CLASS(£PRIM_MEMO) NAME(£Memo1) COMPONENTVERSION(1) CURRENTLINE(1) DISPLAYPOSITION(4) LEFT(146) PARENT(£COM_OWNER) SHOWSELECTIONHILIGHT(False) TABPOSITION(4) TOP(323) MAXIMUMLINELENGTH(30)
DEFINE_COM CLASS(£PRIM_MECL) NAME(£MECL1) COLUMNROLE(Data) DISPLAYPOSITION(1) PARENT(£Memo1) SOURCE(£R_CDBARC)
MARCO ROSSI | Software Developer Sr. - Software Production
Post Reply