tuna
tuna
About
- Username
 - tuna
 - Joined
 - Visits
 - 0
 - Last Active
 - Roles
 - Members
 
Comments
- 
                You can also do like that [FormatFloat('#,###.##[P];#,###.##[N];[Z]', )]
 - 
                I suppose that both of the memos are on the same band. I meant to write Memo2.Text := Memo1.Text; this code OnBeforePrint event of the band where the memos are on.
 - 
                I think this is not a practical solution. I expect sometihing like delphi mask for Display format= #,###.#0[P];#,###.#0[N];[Z] if this works it will be more smart %2.2n[P];%2.2n[N];[Z] but doesnt supported.