1. Mauricio Pulla
  2. Report Editor
  3. Wednesday, November 23 2022, 04:53 PM
  4.  Subscribe via email
Hello.

In a program made in Xojo, I paste information from an excel sheet and save it in Postgres 9.6. When I add that information to the report, it prints special characters.

How to avoid special characters in printing.
Attachments (2)
Comment
There are no comments made yet.
Sergey Pashkov Accepted Answer
Hello Mauricio,

Unfortunately, text can't be aligned using TABs in the report.
The only way is to split a string into different fields and align them
Comment
There are no comments made yet.
  1. more than a month ago
  2. Report Editor
  3. # 1
Sergey Pashkov Accepted Answer
Hello Mauricio,

Looks like it is a tabulation character, you can replace it in the table itself or in the query.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Report Editor
  3. # 2
Mauricio Pulla Accepted Answer
Good morning Sergey

If replace the tabulation character, the formatting of the text is lost.
I need to keep the information formatted with variable space between them so everything is aligned as shown at the bottom of the first picture.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Report Editor
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.