spartacus
14th March 2006, 15:45
Hi,

we are trying to reduce the display length of an tcitem field, on a form. Lets say we tried to reduce it to 27 chars.
We already tried other "Display Formats", other "Display Length" and other "Input Length".
We didn't found any changings on the form. We found our item-field always with the "standard"-size for the item fields.

Is there any way reduce the size of an tcitem-field?

lsiyengar
14th March 2006, 22:20
Unfortunately, looks like there no way to reduce the display length of segmented domain.One simple workaround will be to use a temporary variable of string 50 and copy the value from the item field to this variable and display the required number of characters for this variable.