If you have a form with a textbox (Multiple Text Lines) and you entered one or more CR in the text, the record is no longer displayed correctly.
The navigation buttons (navigation by page, to jump, first, previous, etc) do not work properly and the jump record in which there was the CR.
Can you confirm that it is a Bug?
the issue will be fixed or do I change the form? (for example by adding inside the event “On Validate” the code {Field} = str_replace ["\ r", ‘\ n’, {Field}];
With this change works even if the database (postgres) show the text with “\ n” instead of the “invisible” carriage return.
TIA