Problemas com Fast Reports, utilizando o TfrxRichView #386
Unanswered
juliosenha
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Obs > Estou migrandro de DMVC para Horse, na qual o mesmo funciona.
Ao colocar um TfrxRichObject , no Create do TfrxRichView é disparado um SendMessage na qual trava.
Se alguem já passou por algo assim.
Segue:
constructor TfrxRichView.Create(AOwner: TComponent);
begin
inherited;
{$IFNDEF NO_CRITICAL_SECTION}
frxCSRich.Enter;
try
{$ENDIF}
FRichEdit := TrxRichEdit.Create(nil);
FRichEdit.Parent := frxParentForm;
FRichEdit.AutoURLDetect := False;
Beta Was this translation helpful? Give feedback.
All reactions