in reply to Re: Auto Fill
in thread Auto Fill

Pre-populate based on input: if input is the word NONE then the prepopulated output for the next screen would be E and if any other input the prepopulated output would be L

Replies are listed 'Best First'.
Re^3: Auto Fill
by NetWallah (Canon) on May 15, 2015 at 22:07 UTC
    Did you notice that my previous post had a Link to information on how to implement this "pre-population", along with a discussion on why it was not a good idea ?

            "You're only given one little spark of madness. You mustn't lose it."         - Robin Williams

      Actually this is a different form of pre-population..if NONE is entered it should just skip that screen and move on...and if SCRAP is entered it should skip that screen also...since all input is being sent to a data file anyways. So in actuality there's no need to even show a Loaded or Empty screen. It does help to talk things out in order to solve a problem.