Topic: How to set OpenAfterExport := False

If file ".PDF" (frxPDFExport1.FileName) can  set OpenAfterExport := False
Result OK
But
if ".xls" (frxXlsExport1.FileName) can  set OpenAfterExport := False
Result ERROR
How to set  OpenAfterExport := False All Type When Report Export By Script

Project Example
http://myvisualdatabase.com/forum/misc. … download=1

My Visual Database : I Love You
Easy For Beginner Student For Me

Re: How to set OpenAfterExport := False

I have checked your project, it's work for me.

Dmitry.

3 (edited by prahousefamily 2017-08-04 07:57:48)

Re: How to set OpenAfterExport := False

Please Check This Project Again
Help Me Please !


https://s2.postimg.org/u9bh2aa15/2017-08-04_11_31_39.png

Post's attachments

Attachment icon OpenAfterExport.zip 909.05 kb, 501 downloads since 2017-08-04 

My Visual Database : I Love You
Easy For Beginner Student For Me

Re: How to set OpenAfterExport := False

try this:

Form1.frxXLSExport1.OpenExcelAfterExport := False;
Dmitry.