Comparing files dteut.wsc_PR and DTEUT.WSC_LSO
***** dteut.wsc_PR
;======================================================================= 
; Changes:
; 10/18/2010 - change Oper Login to skip .dll file for 64-bit systems
;
;
; Main menu columns
***** DTEUT.WSC_LSO
;======================================================================= 
; Main menu columns
*****

***** dteut.wsc_PR
.entry dte_sa, "Sales Analysis", select(s), disable
.entry dte_qs, "Quotes/Estimates", select(q), disable
.end
***** DTEUT.WSC_LSO
.entry dte_sa, "Sales Analysis", select(s), disable
.end
*****

***** dteut.wsc_PR
.input abort, 1, 25
.placement 16, 45
.paint _
***** DTEUT.WSC_LSO
.input abort, 1, 25
.placement 16, 25
.paint _
*****

***** dteut.wsc_PR
;=============================================================== 
.input menu, 11, 76
.placement 5, 10
.title ' Operator Login ', highlight
.paint ' '
***** DTEUT.WSC_LSO
;=============================================================== 
.input menu, 3, 28
.placement 4, 2
.title ' Operator ', highlight
.paint ' '
*****

***** dteut.wsc_PR

.field oper, a12, pos(2,42), prompt("Operator"), fpos(2,57), -
 help(UTOPERAT), uc
***** DTEUT.WSC_LSO

.field oper, a12, pos(1,1), prompt("Operator"), fpos(1,16), -
 help(UTOPERAT), uc
*****

***** dteut.wsc_PR

.field comp, a2, pos(3,42), prompt("Company code"), fpos(3,57), -
 help(UTCOMPNY), required
***** DTEUT.WSC_LSO

.field comp, a2, pos(2,1), prompt("Company code"), fpos(2,16), -
 help(UTCOMPNY), required
*****

***** dteut.wsc_PR

.field pass, a8, pos(4,42), prompt("Password"), fpos(4,57), -
 help(UTPASSWD), noecho(*), uc, hyperlink_method("password_change"), -
***** DTEUT.WSC_LSO

.field pass, a8, pos(3,1), prompt("Password"), fpos(3,16), -
 help(UTPASSWD), noecho(*), uc, hyperlink_method("password_change"), -
*****

***** dteut.wsc_PR

.text Text1, pos(7,39)
Down To Earth Business Software v7.0
.text Text2, pos(8,48)
SynergyDE v10.3.3g
.text Text3, pos(9,40)
Copyright 2020 by Datavision, Inc.
.text Text5, pos(10,47)
All rights reserved.
.end
***** DTEUT.WSC_LSO

.end
*****

