minimize report preview

dear all...
i use FR 4.10.3..

i make a report and the default value for modal property is true ( yes, i need the modal )
and then i make the preview with this command..

frxreport1.showreport(true);


why i can't minimize the report preview... ?

with FR 4.5 if i minimize the preview, all my application is minimized. but with fr 4.10.3 i can't do this.... strange...

Comments

  • edited 9:49PM
    hello... anybody here ... ? [img]style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> Mr gpi or someone else please...[/img]
  • gpigpi
    edited 9:49PM
    What OS do you use? I try with FR 4.10.1 on Win7 - preview window minimize without problem (only preview window, not all application)
  • edited 9:49PM
    gpi wrote: »
    What OS do you use? I try with FR 4.10.1 on Win7 - preview window minimize without problem (only preview window, not all application)

    i use win xp sp3...

    this is the sample, i can't minimize the preview window...



  • gpigpi
    edited 9:49PM
    Try to comment Application.MainFormOnTaskbar := True; in Project1.dpr:
    Application.Initialize;
    //  Application.MainFormOnTaskbar := True;
      Application.CreateForm(TForm1, Form1);
      Application.Run;
    
  • edited 9:49PM
    gpi wrote: »
    Try to comment Application.MainFormOnTaskbar := True; in Project1.dpr:
    Application.Initialize;
    //  Application.MainFormOnTaskbar := True;
      Application.CreateForm(TForm1, Form1);
      Application.Run;
    

    thanks, it's work...

    can you explain me how it can work ?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.