Dynamic assignment of frRXRichView
Hi,
I need to fill a rxrichview in my report using a database.
It's contains in a blob.
The problem is : the blob containt a format ( RVF ) that is not handle directly by FreeReport.
So i need to convert the blob to RTF and fill the rx with it.
PROBLEM:
My RXRichView is contains in a group band so :
* Using TfrReport::OnGetValue(); not working because it need a variant, an i have no acces directly to the frView
* Using TfrReport::OnRectEnter(); not working, it take the same input for all the record in my group.
So my question is :
How i can post process a blob field, to fill my TfrRXRichView with ?!
Thanks,
I need to fill a rxrichview in my report using a database.
It's contains in a blob.
The problem is : the blob containt a format ( RVF ) that is not handle directly by FreeReport.
So i need to convert the blob to RTF and fill the rx with it.
PROBLEM:
My RXRichView is contains in a group band so :
* Using TfrReport::OnGetValue(); not working because it need a variant, an i have no acces directly to the frView
* Using TfrReport::OnRectEnter(); not working, it take the same input for all the record in my group.
So my question is :
How i can post process a blob field, to fill my TfrRXRichView with ?!
Thanks,