Skip to content

Commit 071c0c2

Browse files
committed
Re-apply CPRS 32 Broker Logger Changes
1 parent 31351d7 commit 071c0c2

7 files changed

Lines changed: 4067 additions & 7 deletions

File tree

Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/CPRSChart.dpr

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,9 @@ uses
362362
oCoverSheetGrid in 'Cover Sheet\oCoverSheetGrid.pas',
363363
rODRTC in 'Orders\rODRTC.pas',
364364
uVersionCheck in 'Utils\uVersionCheck.pas',
365-
uOwnerWrapper in 'Utils\uOwnerWrapper.pas';
365+
uOwnerWrapper in 'Utils\uOwnerWrapper.pas',
366+
fGN_RPCLog in 'Tools\fGN_RPCLog.pas' {frmRPCLog},
367+
uGN_RPCLog in 'Tools\uGN_RPCLog.pas';
366368

367369
{$R *.TLB}
368370

@@ -386,6 +388,7 @@ begin
386388
Application.CreateForm(TfrmFrame, frmFrame);
387389
Application.CreateForm(TfrmSearchStop, frmSearchStop);
388390
Application.CreateForm(TfrmProbFreetext, frmProbFreetext);
391+
Application.CreateForm(TfrmRPCLog, frmRPCLog);
389392
if assigned(frmSplash) then
390393
frmSplash.Free; // close & free splash screen
391394

0 commit comments

Comments
 (0)