Streaming richtext from external richedit
Hi Guys,
I have richtext (syntax highlighted source code) in an external richedit which I need to stream into a frRichView inside a report at runtime.
Has anyone done this before?
Incidentally, the report is being converted from RAVE, and I cannot believe how easy it has been to replicate the report in FR compared to the difficulty I initially had producing it in RAVE .. FR rocks!!
Best regards
Steve
I have richtext (syntax highlighted source code) in an external richedit which I need to stream into a frRichView inside a report at runtime.
Has anyone done this before?
Incidentally, the report is being converted from RAVE, and I cannot believe how easy it has been to replicate the report in FR compared to the difficulty I initially had producing it in RAVE .. FR rocks!!
Best regards
Steve
Comments
Solved my problem .. between the SaveToStream & LoadFromStream calls I needed to set the stream position to 0 (zero) .. works perfectly now
As I said, FR rocks!
Best regards
Steve