There are a few cases where saving whatever is currently on the
screen would be helpful, and do [whatever] adn then put the
screen back the way it was. This is *not* correct, but will get
the gist of what I hope to do.
.program...
if Dateok$ <> "Y" then
PreserveScreen :' will save everything currestly displayed
Print "Excuse me, the date you entered is out of range."
Print "Use calendar to pick date."
{user enters correct date at this point}
RestoreScreen :' will make the screen the way it was
end if
..program..
Possible?
The faster the method, the better, and I
know I have seen a way to do this, probably in the forum.
Thank you.
Robert
------------------
screen would be helpful, and do [whatever] adn then put the
screen back the way it was. This is *not* correct, but will get
the gist of what I hope to do.
.program...
if Dateok$ <> "Y" then
PreserveScreen :' will save everything currestly displayed
Print "Excuse me, the date you entered is out of range."
Print "Use calendar to pick date."
{user enters correct date at this point}
RestoreScreen :' will make the screen the way it was
end if
..program..
Possible?

know I have seen a way to do this, probably in the forum.
Thank you.
Robert
------------------
Comment