On 15 May 2019, at 22:42, Drew Jensen <drewjensen.inbox@gmail.com> wrote:
Howdy,
The carriage return is in the string but in the case of the Query designer
the result grid only displays single line data so it appears it is not
there.
If the query is used to populate controls on a form (grid or single field)
there is a property for the control 'MultiLine Input' and default is NO.
For a Grid control you would select a column and change that 'MultiLine
Input' property for the column from No to Yes and the string will break.
Best wishes,
Drew
On Wed, May 15, 2019 at 4:56 PM Adam Fenn <acwfenn@ntlworld.com> wrote:
The base documentation states that you can get a line break using Char(13)
e.g.
SELECT "Firstname"||' '||"Surname"||Char(13)||"Road"||Char(13)||"Town"
FROM "Table"
However, when I run this I just get the concatenated query on one line
with no line breaks.
What am i doing wrong?
Thanks for your help,
Adam Fenn.
--
To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org
Problems?
https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy
--
To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.