Subject | Re: [IBO] Possibility to define Field lengths |
---|---|
Author | Geoff Worboys |
Post date | 2001-07-05T01:45:20Z |
> Is there some possibility to define my IB_Edit fieldsYou are correct that IBO currently reads MaxLength directly from
> length to a different value than specified in SQL.
> I have a VARCHAR(70) field where I want to enter
> either 35 or 70 characters. I would rather not use
> Mask property, because it adds those underscores
> into edit field. In Borland datasets there was Length
> property and I wonder how difficult would be to have
> it also in IBO4.
SQLLen for text fields. I do think that an override for this would be
nice to have.
You may be interested in trying TIB_EditEnh, the enhanced mask mode
will allow you to restrict the length without the problems associated
with standard masks.
Geoff Worboys
Telesis Computing