Re: TDBmemo fields and Memory Tables




Yes, the 'save' button does indeed call the Post method

I have seen this behavior in several applications where the Save button
is more than likely a TSpeedbutton and because of that a TSpeedbutton
does not steal the focus away from the TDBMemo and the InplaceEditor of the
TDBMemo will not post its changes to the field it is linked to. In your
Save button OnClick event handler add some code to SetFocus to some other
control on the from and then Post your changes. When the post is
complete then you can change focus back to the DBMemo and the problem
should go away.


.


Quantcast