Ignore:
Timestamp:
Jun 16, 2010, 8:23:07 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Bug fixes. Improved Adding Image

File:
1 edited

Legend:

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

    r541 r801  
    7676    if (URLList <> nil) then begin
    7777      RPCBrokerV.remoteprocedure := 'TMG CPRS GET URL LIST';
    78       RPCBrokerV.Call;
     78      //RPCBrokerV.Call;
     79      CallBroker;
    7980      URLList.Assign(RPCBrokerV.Results);
    8081      if RPCBrokerV.Results.Count>0 then Result := RPCBrokerV.Results.Strings[0]
Note: See TracChangeset for help on using the changeset viewer.