Components missing in V14?

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
rgjohnson
Posts: 17
Joined: Thu May 26, 2016 12:42 am

Components missing in V14?

Post by rgjohnson »

I have imported all of our components from LANSA V13.2 into a new install of V14.1. I am just trying to get our existing RAMP application to run in V14 as/is. We have several old reuseable parts that are document/notes handlers copied from LANSA examples. None of those compile in V14 because of missing *MTXTUB_DELETE, *MTXTUB_NEW, and others. Are there things like this that are not delivered in V14?

Our initial form to load for our RAMP application, which was copied from DF_EXEC, will also not compile because the following line is now invalid:

Define_Com Class(*ANCESTOR) Name(#BODY_PANEL_SIPS) Top(480) Width(771)
"Redefined name BODY_PANEL_SIPS cannot be found in the ancestors of VF_AC006"

Did I not install something I should have or are there things missing from V14 that mean I have to modify all of these components to get them to run?

I am on V14 with latest EPC's installed.
MarkD
Posts: 692
Joined: Wed Dec 02, 2015 9:56 am

Re: Components missing in V14?

Post by MarkD »

In V14 VLF the shipped demo and user definable web parts are no longer installed in new systems.

Those multilingual variables were considered to be used by the UB” classic web buttons only - but it appears they were also used in some other VLF-WIN demo code you copied.

You could quick export/import them from an existing V13, or from a V14 system that was upgraded.

Or we can get a quick export version of them for you and post it to the forum.
MarkDale
Posts: 116
Joined: Wed Dec 02, 2015 10:06 am

Re: Components missing in V14?

Post by MarkDale »

With regard to the missing MTXTUB_* (and the UB_* fields)

They are shipped, but they were classified as belonging to the old VLF-WAM side, so they are not shipped as part of the VLF core.

So if you initialize the partition this way, you will get them.
Initialize for VLF-WEB.PNG
Initialize for VLF-WEB.PNG (18.69 KiB) Viewed 6980 times
If you want the UB_ fields and mtxts without all the other VLF-WAM components, you could either quick export them from your V13 system, or import from the attached zip.
UB_ MTxts and fields QuickExport20170907093226.zip
(11.34 KiB) Downloaded 1067 times
Regards
Mark Dale
MarkD
Posts: 692
Joined: Wed Dec 02, 2015 9:56 am

Re: Components missing in V14?

Post by MarkD »

The SIPS panel reference needs to be removed and the entry point recompiled.
See http://docs.lansa.com/14/en/lansa048/in ... 8_6860.htm
and http://docs.lansa.com/14/en/lansa048/in ... 7_0110.htm
Post Reply