I have been trying to understand how in-place record editing has been
implemented in ch CH7 version (Tutorial\Memo Pad 06\MemoPad.c) of the
example Memo ad program, and I was hoping that someone could possibly
answer a quick question for me. At
what point in the code (function and/or line#) is the text from the Edit
form's text field brought into the database record? Or else, if an
earlier call causes the text field and the data record to share the same
memory address, at what point in the code is this link made? Thank you in
advance for any help you can provide.
Michael