User Tools

Site Tools


reset_position_to_the_first_element_.htm
Navigation:  ABC Library Reference > ProcessClass > ProcessClass Methods >====== Reset (position to the first element) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

Reset, VIRTUAL

blk2blue.jpg

The Reset method postions the process to the first element in the result set and resets the progress indicators.

Member of: ProcessClass

Implementation:

The Reset method resets the RecordsProcessed property to zero (0), conditionally calls the SetProgressLimits method, then calls the ViewManager.Reset method.

Example:

 CASE EVENT()

 OF Event:OpenWindow

  Process.Reset                 !position to first record

  IF Process.Next()             !get first record

   POST(Event:CloseWindow)      !if no records, shut down

   CYCLE

  END

See Also:     SetProgressLimits, ViewManager.Reset

reset_position_to_the_first_element_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1