# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |