App Builder Changes the code in v10 while save

Dear All,

we are working with OpenEdge10.1B. While we open 9.1E screens in 10.1B and save, causes the different widget order and widget sizes. We chaked all the INI files for following parameters Default font, font size, and Use-3D-size. All are exactly same. Can any one tell , how can we solve this issue.
In Version 9
/* Standard List Definitions */
&Scoped-Define ENABLED-OBJECTS hold-whse RADIO-SET-1 hold-req-type ~
JobBrowse JBomBrowse SubBrowse POBrowse RoutBrowse InvBrowse Btn_DrillDown ~
In Version 10 After save in App builder
/* Standard List Definitions */
&Scoped-Define ENABLED-OBJECTS hold-whse RADIO-SET-1 hold-req-type ~
RoutBrowse SubBrowse InvBrowse JobBrowse JBomBrowse POBrowse Btn_DrillDown ~
In Version 9
/* Definitions of the field level widgets */
DEFINE BUTTON Btn_Cancel AUTO-END-KEY DEFAULT
LABEL "&Cancel"
SIZE 16 BY 1.05
BGCOLOR 8 .
DEFINE BUTTON Btn_DrillDown DEFAULT
LABEL "&Drill Down"
SIZE 16 BY 1.05.
In Version 10 After save in App builder

/* Definitions of the field level widgets */
DEFINE BUTTON Btn_Cancel AUTO-END-KEY DEFAULT
LABEL "&Cancel"
SIZE 16 BY 1.04
BGCOLOR 8 .
DEFINE BUTTON Btn_DrillDown DEFAULT
LABEL "&Drill Down"
SIZE 16 BY 1.04.

Regards
Philip P oommen
 
Back
Top