Modify data in preview
I'm using FR 2.43
Is it posible to change data in the report preview (Memo, RichEdit) ?
I don't want to use the Designer.
I'm trying to do it in OnObjectClick
if(View->Name == "rchData")
{
frmyView = (TfrRichView *)View;
frmyView->RichEdit->Lines->Add("aaaaa");
frmyView->RichEdit->Lines->Add("bbbbb");
}
TIA
Robert
Is it posible to change data in the report preview (Memo, RichEdit) ?
I don't want to use the Designer.
I'm trying to do it in OnObjectClick
if(View->Name == "rchData")
{
frmyView = (TfrRichView *)View;
frmyView->RichEdit->Lines->Add("aaaaa");
frmyView->RichEdit->Lines->Add("bbbbb");
}
TIA
Robert