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 4:53PM
    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 4:53PM
    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 4:53PM
    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 4:53PM
    Try to comment Application.MainFormOnTaskbar := True; in Project1.dpr:
    Application.Initialize;
    //  Application.MainFormOnTaskbar := True;
      Application.CreateForm(TForm1, Form1);
      Application.Run;
    
  • edited 4:53PM
    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