Subject Re: beginappend() Problem Fixed
From Peter <phb2020@hotmail.com>
Date Thu, 29 Jun 2023 20:14:24 -0400
Newsgroups dbase.getting-started

Peter Wrote:

I spent some time today creating turnkey forms and dbfs as you recommended.  That is when I realized that I put the beginappend() before the form was opened.  So moving a few lines of code around, I got beginappend() to work.  Beginedit() was much easier.
In addition I was able to prefill some of the entryfields.  The prefill for last name does not seem to do what I want, but the other entryfields are good.  I'll get it right soon.
Onward.
Peter


Ken Mayer Wrote:

> On 6/27/2023 2:56 PM, Peter wrote:
> > I’ll review my code again. I’ve read lots of these group inquiries where the issue was a navigation. I’ll check that too.
> > I have all 3 of your books!
>
> Okay. Well, try to understand that implicit and explicit calls can cause
> interesting interactions. So as noted, navigation will save changes and
> change the mode, and so on. (That's an implicit change caused by an
> explicit call to navigation ...)
>
> Ken
>
> --
> *Ken Mayer*
> Ken's dBASE Page: http://www.goldenstag.net/dbase
> The dUFLP: http://www.goldenstag.net/dbase/index.htm#duflp
> dBASE Books: http://www.goldenstag.net/dbase/Books/dBASEBooks.htm
> dBASE Tutorial: http://www.goldenstag.net/dbase/Tutorial/00_Preface.htm
> dBASE Web Tutorial: http://www.goldenstag.net/dbase/WebTutorial/00_Menu.htm
> dBASE DOS to Windows Tutorial:
> http://www.goldenstag.net/dbase/DtoWTutorial/00_Menu.htm
>