Default Avatar

yifanzju

yifanzju

About

Username
yifanzju
Joined
Visits
0
Last Active
Roles
Members

Comments

  • In order to show my problems, I paste the c++ source code from my project as foloows: {//Insert a new memoview to the existing fr3 file IfrxReportPtr m_pReport(__uuidof(TfrxReport)); CString strReportFile = "Dynamic created report.fr3"; m_…
  • As so far, I can create new memo and insert it to the existing Fast Report file, and set some of its properties such as left, top, and so on. But I cannot set some other properties of the new created memo, such as the print-able property and the bor…