ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/client/3.0/FB30Attachment.pas
(Generate patch)

Comparing ibx/trunk/fbintf/client/3.0/FB30Attachment.pas (file contents):
Revision 352 by tony, Thu Oct 21 12:17:43 2021 UTC vs.
Revision 353 by tony, Sat Oct 23 14:11:37 2021 UTC

# Line 444 | Line 444 | end;
444  
445   function TFB30Attachment.HasScollableCursors: boolean;
446   begin
447 <  Result := GetODSMajorVersion >= 12;
447 >  Result := (GetODSMajorVersion >= 12) and (Trim(GetRemoteProtocol) = '');
448   end;
449  
450   function TFB30Attachment.GetTimeZoneServices: ITimeZoneServices;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines