Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break Line in a Text field #309

Open
felipedllinfo opened this issue May 16, 2023 · 1 comment
Open

Break Line in a Text field #309

felipedllinfo opened this issue May 16, 2023 · 1 comment

Comments

@felipedllinfo
Copy link

How is possible to include a new line?
i have a text area but when i try to insert by procedure it doesn't work
I try \n, \r\n,
There is some soluition?
thanks

@mateusvieites
Copy link
Contributor

This depends on the programming language you are using for data insertion and display in.
If all u need is a blob file with \n inside.

const myTextHere = "Hi mateus \n Hi Node-firebird community";
const sql = "Insert into mytable(blob) values(?)"; ...
This works showing in Delphi but if you use in html you need to use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants