At this moment i need to know if this is a numer of char or a number of bits or bytes:
Code: Select all
Size => 63,
 MaxLength => 63,Code: Select all
{
        Key => 'Loc',
        Name => 'Loc',
        Searchable => 1,
        Input => {
            Type => 'Text',
            Size => 50,
            MaxLength => 100,
        },
    },
	{
        Key => 'info1',
        Name => 'Info 1 - Cliente',
        Searchable => 1,
        Input => {
            Type => 'TextArea',
        },
    },Thanks in advance
Regards
BB