if (Sess0.Screen.getstring(9, 4, 1) = "Y") then
iRepurchase = 1
Else
iRepurchase = 0
end if
if (Sess0.Screen.getstring(15, 71, 2) = "WO") then
iWellsOwned = 1
Else
iWellsOwned = 0
end if
if (Sess0.Screen.getstring(12, 51, 7) = "HEOWNED") then
iCoLoss = 1
Else
iCoLoss = 0
end if
if (Sess0.Screen.getstring(12, 51, 7) = "CLWOWE2") then
iCoLoss = 1
Else
iCoLoss = 0
end if
if (Sess0.Screen.getstring(15, 71, 6) = "WOEPBO") then
iWOEPBO = 1
Else
iWOEPBO = 0
end if
if (Sess0.Screen.getstring(15, 71, 6) = "WOEBPO") then
iWOEPBO = 1
Else
iWOEPBO = 0
end if
if (Sess0.Screen.getstring(15, 71, 5) = "WORSI") then
iRSI = 1
Else
iRSI = 0
end if
Sess0.Screen.WaitHostQuiet(g_HostSettleTime)
Sess0.Screen.sendkeys("<Home>DLQ1<Enter>")
Sess0.Screen.WaitHostQuiet(g_HostSettleTime)
if (Sess0.Screen.getstring(2, 39, 1) = "R") then
iREO = 1
Else
iREO = 0
end if
if (Sess0.Screen.getstring(2, 39, 1) = "B") then
iBK = 1
Else
iBK = 0
end if
if (Sess0.Screen.getstring(2, 41, 2) = "CO") then
iChargeOff = 1
Else
iChargeOff = 0
end if
if (Sess0.Screen.getstring(2, 2, 2) = "11") then
iFHA = 1
Else
iFHA = 0
end if
if (Sess0.Screen.getstring(2, 2, 2) = "12") then
iVA = 1
Else
iVA = 0
end if
Sess0.Screen.WaitHostQuiet(g_HostSettleTime)
Sess0.Screen.sendkeys("<Home>TSK1<Enter>")
Sess0.Screen.WaitHostQuiet(g_HostSettleTime)
if (Sess0.Screen.getstring(18, 10, 6) = "LGLLIT") then
if (Sess0.Screen.getstring(18, 02, 4) = "OPEN") then
iLitigation = 1
else
iLitigation = 0
end if
else
iLitigation = 0
end if
if (Sess0.Screen.getstring(18, 10, 6) = "DOSLIT") then
if (Sess0.Screen.getstring(18, 02, 4) = "OPEN") then
iLitigation = 1
else
iLitigation = 0
end if
else
iLitigation = 0
end if
if (Sess0.Screen.getstring(18, 10, 6) = "LGLSCU") then
if (Sess0.Screen.getstring(18, 02, 4) = "OPEN") then
iLitigation = 1
else
iLitigation = 0
end if
else
iLitigation = 0
end if
sScrnSUB = "ADD1"
Sess0.Screen.WaitHostQuiet(g_HostSettleTime)
Sess0.Screen.sendkeys("<Home>MAS1<Enter>")
Sess0.Screen.WaitHostQuiet(g_HostSettleTime)
Sess0.Screen.putstring sScrnSUB , 3 ,5
Sess0.Screen.sendkeys( "<Enter>")
Sess0.Screen.WaitHostQuiet(g_HostSettleTime)
if (Sess0.Screen.getstring(17, 61, 1) = "1") then
iEmployee = 1
Else
iEmployee = 0
end if
if (Sess0.Screen.getstring(17, 61, 1) = "2") then
iEmployee = 1
Else
iEmployee = 0
end if
if (Sess0.Screen.getstring(17, 61, 1) = "5") then
iEmployee = 1
Else
iEmployee = 0
end if
if (Sess0.Screen.getstring(17, 61, 1) = "6") then
iEmployee = 1
Else
iEmployee = 0
end if