Ignore:
Timestamp:
Jun 10, 2010, 3:13:12 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/tmg-cprs/CPRS-Chart/TMG_Extra/PostU.pas

    r541 r793  
    106106      RPCBrokerV.Param[0].Mult[IntToStr(i)] := FChanges.Strings[i];
    107107    end;
    108     RPCBrokerV.Call;
     108    //RPCBrokerV.Call;
     109    CallBroker;
    109110    RPCResult := RPCBrokerV.Results[0];    //returns:  error: -1;  success=1
    110111    if piece(RPCResult,'^',1)='1' then begin
Note: See TracChangeset for help on using the changeset viewer.