Subject Re: [IBO] How to prevent master from scrolling if detail dataset not in dssBrowse
Author Christian Danner
>if detailQueries.State in [dssInactive, dssPrepared, dssBrowse]
> then Abort;

if not( detailQueries.State in [dssInactive, dssPrepared, dssBrowse])
then Abort;