Page 1 of 1

Components missing in V14?

Posted: Thu Sep 07, 2017 12:01 am
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.

Re: Components missing in V14?

Posted: Thu Sep 07, 2017 9:30 am
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.

Re: Components missing in V14?

Posted: Thu Sep 07, 2017 9:32 am
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 6982 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

Re: Components missing in V14?

Posted: Thu Sep 07, 2017 9:38 am
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