If you want to be able to use BoTran and BoTran2 to maintain apps, do not uninstall BoTran.

Create a new directory under your main LIBSRC directory called BoTran.

Move the 2 BoTran class files into the new directory as shown below.

 

LibsrcSave

 

Then only the 2 new BoTran2 classes will remain in the LIBSRC directory.

 

Libsrc

 

Alternate the classes you want to use into the LIBSRC directory as you use BoTran or BoTran2 respectively. The reason for this is that the Language File declaration is different for the 2 different versions of BoTran(2).  The legacy versions of the classes are in 3rdParty Libsrc directory, and do not have this clashing problem.

 

If your default language is not English:  Backup your BoTran TRN files.

BoTranAB.TRN

BoTranCL.TRN

BoTranRP.TRN

 

BoTran2 install will not overwrite your existing *.TRN files located in your  %Root%\3rdParty\Libsrc directory

This is intentional so it will not overwrite any changes you have made for your default language.

BoTranAB.TRN changed.  Added 2 more Flags.

You will need to manually update  BoTranAB.TRN by adding the Following texts at Line 13.

 

! 1 = Reposition Entry and Prompt, right justify entry   New ****  August 2008

LOCALE('_ENV:ReposEntryPrompt'),DEFAULT('_ENV:ReposEntryPrompt'),REPLACE('0')

! 1 = Reverse List box formats, and change to right justify default.  New ****  August 2008

LOCALE('_ENV:ReverseListFormat'),DEFAULT('_ENV:ReverseListFormat'),REPLACE('0')

 

You want it to look like the file shown in the help here.  BoTranAB.TRN

 

Running jumpstart again will add the new flags to your language files so they are ready to use.