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...
Continue reading...