Special characters in TMemoView

I have a report where I cast values to a TMemoView component. The string contains a [ character as seen below:

8E SCHOOL STREET ,MILNERTON ,CAP[ETOWN


It gives me an error, something about a parameter mismatch ETOWN and then creates a completely blank report. Is there a way around this other than removing the character from the string?

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 7:42AM
    you can change the memoview's expression delimiter character property
  • gpigpi
    edited 7:42AM
    If you use fixed text - you may set TfrxMemoView.AllowExpressions to False
  • edited 7:42AM
    gpi wrote: »
    If you use fixed text - you may set TfrxMemoView.AllowExpressions to False

    Thank you, that resolved the issue completely.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.