Default Avatar

Pryziv

Pryziv

About

Username
Pryziv
Joined
Visits
24
Last Active
Roles
Members

Comments

  • I had something similar occur (on runtime cannot load TfrxUserDataSet) my issue was the type of TComponent I was registering as the owner of the new components on run time My mistake was TfrxUserDataSet *userSet = new TfrxUserDataSet(TfrxReport);…
  • Hey this may be too late but I encountered a similar situation. LeadUp: loading a report template I built elsewhere into cbuilder design form, compiling successfully but on runtime generates the TfrxChartView not found. Fix: I dragged all the frx co…
  • I recently got send the code block Something like: <CODE>TLineSeries* s; TfrxChartView* Chart1; TfrxSeriesItem * SItem; Chart1 = new TfrxChartView(band); Chart1->SetBounds(1, 1, 500, 500); Chart1->AddSeries(csLine); s = (TLine…
  • I have read the user manual on charts and do not see anywhere where it describes the process of "copying" the contents of an already created Tchart for use as a pdf. Is it in another chapter. Anu de Deus solution works but I feel like ther…
  • https://forum.fast-report.com/en/discussion/comment/33541#Comment_33541 Thank you so much this comment has saved my life watered my crops and thatched my roof. I spent forever pulling my hair out about this error but I had accidentally set a random…