[SOLVED] Navigational page links not showing up on form

Hello.

I have a form which is set up as a Single Record orientation. Most of the time, the page numbers meant for navigation do not appear at the bottom of the form. The first record is loaded but not the rest (as far as being able to access them via page links). For example, the image below is what I mean (notice what’s being pointed out via the red arrows)

As an update, I got this to work correctly. The issue was that I was re-directing from a control application that would create X amount of records depending on the quantity that a user would enter. By having the form re-load if it was the first time that it was being re-directed from the control application (using a global variable) I was able to have the form correctly load each time.