Kbase P91927: Manipulating Prodataset's default buffer query has no effect
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.x
SYMPTOM(s):
ProDataSet with a buffer data source
Manipulating the default query of this data source
All records returned from query
Using an attached query works correctly
CAUSE:
The WHERE clause for the default query is not generated until the FILL statement. The default query of the DATA-SOURCE does not yet exist and therefore the QUERY-PREPARE statement is ignored.
FIX:
If filtering is required on a ProDataSet then attach a defined query object to the data source and filter this query.