Consultor Eletrônico



Kbase P78679: How to remove the Scrolling option from a Dynamic Query Definition?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   03/05/2004
Status: Unverified

GOAL:

How to remove the Scrolling option from a Dynamic Query Definition?

FACT(s) (Environment):

OpenEdge 10.x

FIX:

The scrolling option can be removed by setting the FORWARD-ONLY attribute to TRUE on the query object handle. When making use of this option, the GET PREV, GET LAST, REPOSITION, or BROWSE methods or statements cannot be used with the query. That is: it is a NEXTing query and that's it.