| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > FormVCRClass > FormVCRClass Methods >====== Next (get the next FormVCR item) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[kill shut down the formvcr object .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[previous get the previous formvcr item .htm|{{btn_next_n.gif|Next page}}]] | | || **Next( ), BYTE, VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} The **Next **method gets the next record from the FormVCR view and returns a value indicating its success or failure. Next returns Level:Benign if successful, Level:Notify if it reached the end of the file, and Level:Fatal if it encountered a fatal error. **Implementation:** Corresponding return value EQUATEs are declared in ABERROR.INC. See //Error Class// for more information on these severity level EQUATEs. **Level:Benign                  EQUATE(0)** **Level:User                    EQUATE(1)** **Level:Program                 EQUATE(2)** **Level:Fatal                   EQUATE(3)** **Level:Cancel                  EQUATE(4)** **Level:Notify                  EQUATE(5)** The Next method is called by the Fetch method. Among other things, Next calls the PARENT.Next (ViewManager.Next) method. See //ViewManager //for more information. **Return Data Type:**     BYTE