Simple Database Question
Posted: Sat Dec 03, 2005 4:22 pm
Hi,
I created a database program that allowed the entry of multiple records, and the option to view these records.
The problem is, that if there are more than 30 or so records, then the program scrolls through them until it reaches the last record. This means that there are records above the screen that can't be seen.
In DOS, you can use "dir /p" in order to view all files, and it stops scrolling until you're ready to see the next lot. Is there a way that this can be done in QBasic?
Thanks for your help.
I created a database program that allowed the entry of multiple records, and the option to view these records.
The problem is, that if there are more than 30 or so records, then the program scrolls through them until it reaches the last record. This means that there are records above the screen that can't be seen.
In DOS, you can use "dir /p" in order to view all files, and it stops scrolling until you're ready to see the next lot. Is there a way that this can be done in QBasic?
Thanks for your help.