stewartlerner
stewartlerner
About
- Username
- stewartlerner
- Joined
- Visits
- 1
- Last Active
- Roles
- Members
Comments
-
Hello @ geometry dash 3d, this happens because you set the password in code: frxReport1.ReportOptions.HiddenPassword := 'bleh'; When HiddenPassword is not empty, FastReport assumes the password is controlled by the application, so the designer disab…
-
Hello you can select the memo in the designer. Set the property: MemoView.AllowHTMLTags := True; Next, you can use HTML inside your string. In your OnBeforePrint event or wherever you're preparing the memo content, you can write something like: proc…