Default Avatar

standus

standus

About

Username
standus
Joined
Visits
0
Last Active
Roles
Members

Comments

  • I tried this and it is working well: ((TfrxMemoView*)frxReport1->FindObject("Memo1"))->Text = "Hello World"; ((TfrxRichView*)frxReport1->FindObject("Rich1"))->RichEdit->Text = "Hello World";
  • ad 3) Variable in Variables Tab is not there. Form1->frxReport1->Variables->Variables["Editor"]=NULL; Form1->frxReport1->Variables->AddVariable("Editor","text",Form1->Edit1->Text) ; whats problem? thank you for h…