Changeset 801 for cprs/branches/tmg-cprs/CPRS-Chart/TMG_Extra
- Timestamp:
- Jun 16, 2010, 8:23:07 PM (15 years ago)
- Location:
- cprs/branches/tmg-cprs/CPRS-Chart/TMG_Extra
- Files:
-
- 2 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/tmg-cprs/CPRS-Chart/TMG_Extra/HTMLEdit/fPtAdd.pas
r541 r801 479 479 //CheckPost('PtType',PtType); 480 480 481 RPCBrokerV.Call; 481 //RPCBrokerV.Call; 482 CallBroker; 482 483 tempS := RPCBrokerV.Results.Strings[0]; 483 484 tempResult := strtoint(piece(tempS,'^',1)); -
cprs/branches/tmg-cprs/CPRS-Chart/TMG_Extra/HTMLEdit/fWebTab.dfm
r541 r801 13 13 OldCreateOrder = True 14 14 Position = poScreenCenter 15 OnCreate = FormCreate16 15 PixelsPerInch = 96 17 16 TextHeight = 13 -
cprs/branches/tmg-cprs/CPRS-Chart/TMG_Extra/HTMLEdit/fWebTab.pas
r541 r801 76 76 if (URLList <> nil) then begin 77 77 RPCBrokerV.remoteprocedure := 'TMG CPRS GET URL LIST'; 78 RPCBrokerV.Call; 78 //RPCBrokerV.Call; 79 CallBroker; 79 80 URLList.Assign(RPCBrokerV.Results); 80 81 if RPCBrokerV.Results.Count>0 then Result := RPCBrokerV.Results.Strings[0] -
cprs/branches/tmg-cprs/CPRS-Chart/TMG_Extra/SearchAnimationU.pas
r800 r801 129 129 cmd := cmd + '^' + JobNumber; 130 130 RPCBrokerV.Param[0].Mult['"REQUEST"'] := cmd; 131 RPCBrokerV.Call; 131 //RPCBrokerV.Call; 132 CallBroker; 132 133 if RPCBrokerV.Results.Count > 0 then begin 133 134 RPCResult := RPCBrokerV.Results[0]; -
cprs/branches/tmg-cprs/CPRS-Chart/TMG_Extra/fImagePickPDF.dfm
r800 r801 1 1 object frmImagePickPDF: TfrmImagePickPDF 2 Left = 2 283 Top = 12 22 Left = 273 3 Top = 123 4 4 Width = 742 5 5 Height = 581 6 Caption = 'Select a P DF file'6 Caption = 'Select a Portable Document Format (PDF) File' 7 7 Color = clBtnFace 8 8 Font.Charset = DEFAULT_CHARSET … … 19 19 object UDSplitter: TSplitter 20 20 Left = 0 21 Top = 1 8521 Top = 153 22 22 Width = 734 23 23 Height = 3 … … 29 29 Top = 0 30 30 Width = 734 31 Height = 1 8531 Height = 153 32 32 Align = alTop 33 33 BevelOuter = bvNone … … 37 37 Top = 0 38 38 Width = 5 39 Height = 1 8539 Height = 153 40 40 end 41 41 object pnlTopLeft: TPanel … … 43 43 Top = 0 44 44 Width = 361 45 Height = 1 8545 Height = 153 46 46 Align = alLeft 47 47 BevelOuter = bvLowered … … 49 49 DesignSize = ( 50 50 361 51 1 85)51 153) 52 52 object DriveComboBox: TDriveComboBox 53 53 Left = 8 … … 63 63 Top = 32 64 64 Width = 345 65 Height = 12165 Height = 89 66 66 Anchors = [akLeft, akTop, akRight, akBottom] 67 67 FileList = FileListBox … … 71 71 object FilterComboBox: TFilterComboBox 72 72 Left = 8 73 Top = 1 6073 Top = 128 74 74 Width = 345 75 75 Height = 21 … … 84 84 Top = 0 85 85 Width = 368 86 Height = 1 8586 Height = 153 87 87 Align = alClient 88 88 BevelOuter = bvNone … … 92 92 Top = 0 93 93 Width = 368 94 Height = 1 8594 Height = 153 95 95 Align = alClient 96 96 Font.Charset = DEFAULT_CHARSET … … 111 111 object pnlBottom: TPanel 112 112 Left = 0 113 Top = 1 88113 Top = 156 114 114 Width = 734 115 Height = 3 59115 Height = 391 116 116 Align = alClient 117 117 TabOrder = 1 118 118 object pnlButtons: TPanel 119 119 Left = 1 120 Top = 3 12120 Top = 344 121 121 Width = 732 122 122 Height = 46 … … 228 228 Top = 1 229 229 Width = 732 230 Height = 3 11230 Height = 343 231 231 Align = alClient 232 232 TabOrder = 1 233 233 ControlData = { 234 4C000000A84B0000 252000000000000000000000000000000000000000000000234 4C000000A84B0000732300000000000000000000000000000000000000000000 235 235 000000004C000000000000000000000001000000E0D057007335CF11AE690800 236 236 2B2E126208000000000000004C0000000114020000000000C000000000000046 -
cprs/branches/tmg-cprs/CPRS-Chart/TMG_Extra/fPtQuery.pas
r800 r801 105 105 cmd := cmd + '^' + JobNumber; 106 106 RPCBrokerV.Param[0].Mult['"REQUEST"'] := cmd; 107 RPCBrokerV.Call; 107 //RPCBrokerV.Call; 108 CallBroker; 108 109 if RPCBrokerV.Results.Count > 0 then begin 109 110 RPCResult := RPCBrokerV.Results[0] … … 126 127 cmd := cmd + '^' + SearchFileNumber + '^' + SearchString; 127 128 RPCBrokerV.Param[0].Mult['"REQUEST"'] := cmd; 128 RPCBrokerV.Call; 129 //RPCBrokerV.Call; 130 CallBroker; 129 131 if RPCBrokerV.Results.Count > 0 then begin 130 132 RPCResult := RPCBrokerV.Results[0] … … 150 152 cmd := cmd + '^' + JobNumber + '^' + FldNum; 151 153 RPCBrokerV.Param[0].Mult['"REQUEST"'] := cmd; 152 RPCBrokerV.Call; 154 //RPCBrokerV.Call; 155 CallBroker; 153 156 154 157 frmRPCResults.listRPCResults.Clear; -
cprs/branches/tmg-cprs/CPRS-Chart/TMG_Extra/fWebTab.dfm
r453 r801 13 13 OldCreateOrder = True 14 14 Position = poScreenCenter 15 OnCreate = FormCreate16 15 PixelsPerInch = 96 17 16 TextHeight = 13 -
cprs/branches/tmg-cprs/CPRS-Chart/TMG_Extra/frmSearchResults.pas
r800 r801 62 62 cmd := cmd + '^' + JobNum + '^' + Fields; 63 63 RPCBrokerV.Param[0].Mult['"REQUEST"'] := cmd; 64 RPCBrokerV.Call; 64 //RPCBrokerV.Call; 65 CallBroker; 65 66 if RPCBrokerV.Results.Count > 0 then begin 66 67 RPCResult := RPCBrokerV.Results[0]; //returns: error: -1; success=1 … … 103 104 cmd := cmd + '^' + JobNum + '^' + StartFrom + '^' + IntToStr(Direction); 104 105 RPCBrokerV.Param[0].Mult['"REQUEST"'] := cmd; 105 RPCBrokerV.Call; 106 //RPCBrokerV.Call; 107 CallBroker; 106 108 if RPCBrokerV.Results.Count > 0 then begin 107 109 RPCResult := RPCBrokerV.Results[0]; //returns: error: -1; success=1 -
cprs/branches/tmg-cprs/CPRS-Chart/TMG_Extra/uLogic.pas
r800 r801 973 973 cmd := cmd + '^' + FileNum + '^' + StartFrom + '^' + IntToStr(Direction) + '^^' + GetSimple; 974 974 RPCBrokerV.Param[0].Mult['"REQUEST"'] := cmd; 975 RPCBrokerV.Call; 975 //RPCBrokerV.Call; 976 CallBroker; 976 977 if RPCBrokerV.Results.Count > 0 then begin 977 978 RPCResult := RPCBrokerV.Results[0]; //returns: error: -1; success=1 … … 1008 1009 RPCBrokerV.param[0].ptype := list; 1009 1010 RPCBrokerV.Param[0].Mult['"REQUEST"'] := 'IS WP FIELD^' + FileNum + '^' + FieldNum; 1010 RPCBrokerV.Call; 1011 //RPCBrokerV.Call; 1012 CallBroker; 1011 1013 RPCResult := RPCBrokerV.Results[0]; //returns: error: -1; success=1 1012 1014 if piece(RPCResult,'^',1)='-1' then begin … … 1075 1077 cmd := cmd + '^' + FileNum + '^' + StartFrom + '^' + IntToStr(Direction) + '^^' + GetSimple; 1076 1078 RPCBrokerV.Param[0].Mult['"REQUEST"'] := cmd; 1077 RPCBrokerV.Call; 1079 //RPCBrokerV.Call; 1080 CallBroker; 1078 1081 if RPCBrokerV.Results.Count > 0 then begin 1079 1082 RPCResult := RPCBrokerV.Results[0]; //returns: error: -1; success=1 … … 1106 1109 cmd := cmd + '^' + FileNum + '^' + StartFrom + '^' + IntToStr(Direction); 1107 1110 RPCBrokerV.Param[0].Mult['"REQUEST"'] := cmd; 1108 RPCBrokerV.Call; 1111 //RPCBrokerV.Call; 1112 CallBroker; 1109 1113 RPCResult := RPCBrokerV.Results[0]; //returns: error: -1; success=1 1110 1114 if piece(RPCResult,'^',1)='-1' then begin
Note:
See TracChangeset
for help on using the changeset viewer.