Default Avatar

saxy

saxy

About

Username
saxy
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Solution found...        protected virtual void OnShowDesigner(Report report, EventBase onReportClosed)       {          var form = new Form();          form.Shown += OnShowDesignerFrom;          var designer = n…
  • Problem found... Problem solved private void StringObject_Click(object sender, EventArgs e)     {         TextObject _SenderObject = (Report.FindObject((sender as TextObject).Name))as TextObject;         //call Userfunctio…
  • Probleme solved!!!!! [img]style_emoticons/<#EMO_DIR#>/tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> I changed[/img]Modified := true; to Modified := false; It's running now.. Solution: .... Memo3…
  • Anu de Deus wrote: » There's a demo for that, at least to change the text value, I don't think it's possible to change the description or the hint of the object in the preview window, as you don't get a valid/direct handle to the objects (hence th…
  • Anu de Deus wrote: » No matter how many objects you create and assign to the TfrxReport object in your code, you should only destroy your TfrxReport, as it internally will destroy all of its children, regardless if it was created by you (by code) …
  • dschuch wrote: » do you know ehere exactly the exception is raised? do you have the code line? At the posisition of exception, there is an module=nil. But without FR this module isn't nil, also if I don't use FR in different modules. At …
  • Hey dschuch Is allready done. Wasn't the probleme.