ScrollFlush
Mon 01 January 2018Syntax
ScrollFlush(scrollpath)
Where scrollpath is:
[RECORD.level1_recname, level1_row, [RECORD.level2_recname, level2_row, ]RECORD.target_recname
To prevent ambiguous references, you can use SCROLL. scrollname, where scrollname is the same as the scroll levelâs primary record name.
Description
Use the ScrollFlush function to remove all rows inside the target scroll area and frees its associated buffer.
Note: This function remains for backward compatibility only. Use the Flush rowset method instead.
Rows that are flushed are not deleted from the database. This function is often used to clear a work scroll before a call to ScrollSelect.
Parameters
Field or Control |
Definition |
---|---|
scrollpath |
A construction that specifies a scroll level in the component buffer. |
Returns
None.