Hi,

When i make my menu in the menu functions do i put those next and previous codes in?

I have an idea of a menu i can do can you tell me if this is ok?

do i make it like:

MENU

1) view records
2) make reports
3) exit program

From here im not sure how to make this display, like how do i put the next and previous on the screen. Do i need to have them at the bottom like a bottom navigation using gotoxy?

like this:

record displayed

------------------------------------------
(1)Next (2) Back (3) First (4) Last

Is this ok? or is there a better way?

Thanks