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/LookupU.pas

    r541 r793  
    111111    cmd := cmd + '^' + FileNum + '^' + StartFrom + '^' + IntToStr(Direction);
    112112    RPCBrokerV.Param[0].Mult['"REQUEST"'] := cmd;
    113     RPCBrokerV.Call;
     113    //RPCBrokerV.Call;
     114    CallBroker;
    114115    RPCResult := RPCBrokerV.Results[0];    //returns:  error: -1;  success=1
    115116    if piece(RPCResult,'^',1)='-1' then begin
Note: See TracChangeset for help on using the changeset viewer.