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

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
Hi, Is there a quick way to get the number of records added to a dataset after performing FILL()? My data source is a query, and I thought of getting NUM-RESULTS after FILL(), but that returns ?, probably because the query is already closed (IS-OPEN returns false). I could write some routine counting the current number of records and the number after FILL() (FILL-MODE is APPEND), but something built-in, and fast, has my preference off course...

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