Subject | Re: [IBO] IBOGrid and varchar problem |
---|---|
Author | ShawMail.cg.ShawCable.net |
Post date | 2005-01-21T19:17:01Z |
If you have problems with editing a string longer than 255 characters,
look at IB_Session's MaximumStringSize parameter
Snipped from IB_Session.pas
------------------------------
{: This global variable sets the limit for a VarChar to be
returned as a ftString FieldType, before it becomes a ftMemo FieldType
in TIBODataSet.}
MaximumStringSize: Integer = 255;
------------------------------
look at IB_Session's MaximumStringSize parameter
Snipped from IB_Session.pas
------------------------------
{: This global variable sets the limit for a VarChar to be
returned as a ftString FieldType, before it becomes a ftMemo FieldType
in TIBODataSet.}
MaximumStringSize: Integer = 255;
------------------------------
----- Original Message -----
From: "mircostange" <mirco@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, January 21, 2005 2:57 AM
Subject: [IBO] IBOGrid and varchar problem
>
>
> I ran into an issue with IBO Grid and a varchar field. An older
> application was using the grid to edit a table that contains both,
> varchar and char fields.
> After compiling with the new IBO lib, I found that the varchar field
> cannot be edited in the grid anymore. Editing works however through
> binding an edit box to that field.
>
> Is this a known issue? Any workaround?
>
>
>
>
>
> ___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
> InterBase
> without the need for BDE, ODBC or any other layer.
> ___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
> papers,
> keyword-searchable FAQ, community code contributions and more !
> Yahoo! Groups Links
>
>
>
>
>
>
>