Subject | RE: [IBO] Display a Blob in a IB_Edit |
---|---|
Author | Jason Wharton |
Post date | 2005-09-22T22:27:20Z |
I'm not certain what the limitations of TCustomMemo is but if 64kb is it
then you will need to use an alternative Blob editor of your choice and hook
it into your data access code manually by streaming the contents in and out
of the data column in code. Usually there is compatibility with the
Assign() or AssignTo() methods between data containers. If that doesn't
work tell us what control you are using and perhaps more specific help can
be offered.
Jason Wharton
then you will need to use an alternative Blob editor of your choice and hook
it into your data access code manually by streaming the contents in and out
of the data column in code. Usually there is compatibility with the
Assign() or AssignTo() methods between data containers. If that doesn't
work tell us what control you are using and perhaps more specific help can
be offered.
Jason Wharton
> -----Original Message-----
> From: IBObjects@yahoogroups.com
> [mailto:IBObjects@yahoogroups.com]On Behalf Of s
> Sent: Thursday, September 22, 2005 3:20 PM
> To: IBObjects@yahoogroups.com
> Subject: Re: [IBO] Display a Blob in a IB_Edit
>
>
> Hi!
>
> How can we edit a text-Blob-Field , bigger then 64Kb ?
> With TIB_Memo I can't...
>
> San
>
>
>
> On Thu, 22 Sep 2005 17:46:09 +0200, Helen Borrie
> <helebor@...>
> wrote:
>
> > At 03:14 PM 22/09/2005 +0200, you wrote:
> >> I have a Text-Blob-Field and I want to display the Blob-Field in a
> >> TIB_Edit. How can I do that?
> >
> > You can't. Use a TIB_Memo or TIB_RichEdit. You can fiddle
> around with it
> > to make it look and behave like an editbox.
> >
> > Helen
> >