Hi
I have a form with one column "rich text editor" with database column data type as CLOB
whenever i input text with length more than 750 character it's graving error "Failed must have some value" and not saving
if i input text with length less that 750 it's saving correctly even if i add many text and save after each one it's working fine,
For example:
first update with text length 749 --> working fine
second update adding another text length 749 --> working fine and saved in database with total length 1448
but if i add - in first update or second regardless - text length 750 or more --> it's graving error "Failed must have some value" and not saving
Any idea
Product V: 5.1.0.00.45
Thanks ...