[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Number of records added to dataset after FILL()

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
The number of records in the FILL query is <> the number of records in the temp-table(when there are duplicate key values and FILL-MODE = MERGE). You can open the FILL query with PRESELECT which will give you the former. I would think (untested) that the dataset or buffers BEFORE-FILL should have the queries open already. You’d have to use the datasource’s QUERY attribute to get that query.

Continue reading...
 
Status
Not open for further replies.
Back
Top