Op zaterdag 06-09-2008 om 20:35 uur [tijdzone -0300], schreef Felipe
Monteiro de Carvalho:
> Hello,
>
> I am using a TDBMemo with a TSdfDataset, but this database uses
> newlines to separate the records, so it's impossible to store data
> with multiple lines.
>
> So I thougth that I could do a tr
On Sun, Sep 7, 2008 at 1:35 AM, Felipe Monteiro de Carvalho
<[EMAIL PROTECTED]> wrote:
> I could not find events which would allow me to do this, so I tryed to
> create a TDBMemo descendent and override some method, but this also
> doesn't work, because I would need to access private fields in TDBM
Hello,
I am using a TDBMemo with a TSdfDataset, but this database uses
newlines to separate the records, so it's impossible to store data
with multiple lines.
So I thougth that I could do a trick, and process the data before
showing in the TDBMemo and also before sending it again to the
database.