cancelling frxpreview and switch to normal preview?

Hi all
i use this code to connect preview in my form

frxreport1.preparereport;
frxreport1.preview := form2.frxpreview1;
form2.show;
form2.frxpreview1.show ;

till here everything ok
but i added a pop up menu to frxpreview
i want to switch to normal preview (standart full screen) but icant
how to disable frxpreview and open its own preview window ?

thanks

Comments

  • edited 12:11PM

    Hi calikmurat
    Try to code it this way : frxreport1.preview := nil;
    frxReport1.ShowReport;
  • edited 12:11PM
    it works [img]style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> thanks[/img]

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.