21. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/6/2017 12:10:36 PM Central Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

21.1 Files compared

# Location File Last Modified
1 ccre.zip\ccre\XWB\BDK32\Samples\SilentSignOn fXWBOnFail.dfm Thu Nov 2 15:25:42 2017 UTC
2 ccre.zip\ccre\XWB\BDK32\Samples\SilentSignOn fXWBOnFail.dfm Mon Nov 6 17:46:00 2017 UTC

21.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 364
Changed 1 2
Inserted 0 0
Removed 0 0

21.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

21.4 Active regular expressions

No regular expressions were active.

21.5 Comparison detail

  1   object frm XWBOnFail:  TfrmXWBOn Fail
  2     Left = 2 07
  3     Top = 12 7
  4     Caption 
  5       'XWBOn Fail - UCX  RPCBroker  Backwards  Compatibl e - Error  Handling '  +
  6       'Demo  (P60)'
  7     ClientHe ight = 289
  8     ClientWi dth = 549
  9     Color =  clBtnFace
  10     Font.Cha rset = DEF AULT_CHARS ET
  11     Font.Col or = clWin dowText
  12     Font.Hei ght = -11
  13     Font.Nam e = 'MS Sa ns Serif'
  14     Font.Sty le = []
  15     Menu = M ainMenu1
  16     OldCreat eOrder = F alse
  17     OnCreate  = FormCre ate
  18     PixelsPe rInch = 96
  19     TextHeig ht = 13
  20     object l blLogin_Er rorText: T Label
  21       Left =  24
  22       Top =  40
  23       Width  = 75
  24       Height  = 13
  25       Captio n = 'Login _ErrorText '
  26     end
  27     object b tnConnect:  TButton
  28       Left =  213
  29       Top =  256
  30       Width  = 75
  31       Height  = 25
  32       Captio n = 'Conne ct'
  33       TabOrd er = 0
  34       OnClic k = btnCon nectClick
  35     end
  36     object r grSelectAc tion: TRad ioGroup
  37       Left =  268
  38       Top =  64
  39       Width  = 217
  40       Height  = 137
  41       Captio n = 'Selec t Action'
  42       ItemIn dex = 1
  43       Items. Strings =  (
  44         'Use  OnRPCBFai lure prope rty routin e'
  45         'Sho w Message  Boxes'
  46         'Cap ture Text  Only')
  47       TabOrd er = 1
  48     end
  49     object b tnExit: TB utton
  50       Left =  410
  51       Top =  256
  52       Width  = 75
  53       Height  = 25
  54       Captio n = 'Exit'
  55       TabOrd er = 2
  56       OnClic k = btnExi tClick
  57     end
  58     object M emo1: TMem o
  59       Left =  16
  60       Top =  64
  61       Width  = 217
  62       Height  = 169
  63       Lines. Strings =  (
  64         'Thi s is an ex ample appl ication to  illustrat e '
  65         'the  effects o f TRPCBrok er propert ies '
  66         'rel ated to Er ror Handli ng.'
  67         ''
  68         'The  OnRPCBFai lure prope rty can be  set '
  69         'to  a procedur e to handl e errors w ithout '
  70         'use r interact ion.  In t he sample  included '
  71         'her e, the err or handler  will save  the error  '
  72         'mes sage and a  date/time  stamp to  a file '
  73         'nam ed "Error. Log" in th e same dir ectory '
  74         'wit h the appl ication pr ogram.  YO U WILL '
  75         'NOT  SEE AN ER ROR MESSAG E IN '
  76         'THI S CASE!'
  77         ''
  78         'If  OnRPCBFail ure proper ty is not  '
  79         'ass igned to a  procedure , errors b y '
  80         'def ault '
  81         'wou ld be show n in a mes sage box '
  82         'cre ated by th e TRPCBrok er compone nt.  '
  83         'Thi s behavior  is contro lled by th e '
  84         'Sho wErrorMsgs  property,  with a de fault '
  85         'of  semShow (S how Messag e Boxes).   '
  86         ''
  87         'If  the ShowEr rorMsgs pr operty is  set to '
  88         'sem Raise (Don '#39't Sho w Message  Boxes), '
  89         'the  error wil l be permi tted to be  handled '
  90         'by  a higher p art of the  applicati on.  In '
  91         'mos t cases th is will pr oduce an e rror '
  92         'dia log box ge nerated by  the syste m in '
  93         'gen eral.'
  94         ''
  95         'If  the ShowEr rorMsgs pr operty is  set to '
  96         'sem Set (Captu re Text On ly), there  will be '
  97         'no  error acti on taken e xcept for  the '
  98         'set ting of er ror messag es into th e '
  99         'RPC BError and /or Login. ErrorText  '
  100         'pro perties.   In this ca se, the ap plication  '
  101         'MUS T check th ese proper ties '
  102         'imm ediately a fter a cal l to the R PCBroker '
  103         'to  determine  whether an y errors w ere '
  104         'enc ountered a nd to dete rmine the  action '
  105         'to  be taken.'
  106         ''
  107         'Sel ect the ty pe of beha vior desir ed by '
  108         'cli cking on o ne of the  options to  the '
  109         'rig ht.'
  110         ''
  111         'The n press Co nnect and  either can cel '
  112         'dur ing the lo g-in dialo g or gener ate an '
  113         'err or in some  other man ner.  If y ou are '
  114         'con nected, th e button w ill change  to '
  115         'Dis connect an d you can  click on i t to '
  116         'dis connect fr om the ser ver.'
  117         ''
  118         'Che cking the  check box  "Use Silen t Bad '
  119         'Acc ess/Verify " to the l eft will s et the '
  120         'Acc essVerifyC odes prope rty to '
  121         #39' monkeysee; monkeydo'# 39' which  will cause  '
  122         'a s ilent logi n attempt  and fails. '
  123         '')
  124       Scroll Bars = ssV ertical
  125       TabOrd er = 3
  126     end
  127     object e dtErrorTex t: TEdit
  128       Left =  8
  129       Top =  8
  130       Width  = 473
  131       Height  = 21
  132       TabOrd er = 4
  133       Text =  'RPCBroke r_RPCBErro r property '
  134     end
  135     object e dtLoginErr or: TEdit
  136       Left =  104
  137       Top =  32
  138       Width  = 225
  139       Height  = 21
  140       TabOrd er = 5
  141       Text =  'RPCBroke r_Login_Er rorText Pr operty'
  142     end
  143     object c bxBadAcces s: TCheckB ox
  144       Left =  16
  145       Top =  256
  146       Width  = 169
  147       Height  = 17
  148       Captio n = 'Use S ilent Bad  Access/Ver ify'
  149       TabOrd er = 6
  150     end
  151     object R PCB: TRPCB roker
  152       ClearP arameters  = True
  153       ClearR esults = T rue
  154       Connec ted = Fals e
  155         ListenerPo rt =  PORT
  156       RpcVer sion = '0'
  157       Server  = 'NXT-Se rver'
  158       Kernel LogIn = Tr ue
  159       LogIn. Mode = lmA VCodes
  160       LogIn. PromptDivi sion = Fal se
  161       OldCon nectionOnl y = False
  162       Left =  408
  163       Top =  32
  164     end
  165     object M ainMenu1:  TMainMenu
  166       Left =  368
  167       Top =  32
  168       object  File1: TM enuItem
  169         Capt ion = '&Fi le'
  170         obje ct Exit1:  TMenuItem
  171           Ca ption = 'E &xit'
  172           On Click = Ex it1Click
  173         end
  174       end
  175       object  Help1: TM enuItem
  176         Capt ion = '&He lp'
  177         obje ct About1:  TMenuItem
  178           Ca ption = '& About'
  179           On Click = Ab out1Click
  180         end
  181       end
  182     end
  183   end