Alaska Software Inc. - Andrep Report Tool
Username: Password:
AuthorTopic: Andrep Report Tool
eldhose parakattuAndrep Report Tool
on Thu, 17 Nov 2011 07:02:03 +0100
hi ,

  I am using andrep reporting tool.I can convert report into excel by putting
  oPrint:type    := ART_TOEXCEL . how can i save report to excel file without   
  popup filedialog box for asking user to enter file name(autosave to specified 
  location)   

Thanks
Eldhose
Claudio Driussi Re: Andrep Report Tool
on Wed, 23 Nov 2011 11:13:59 +0100
Il 17/11/2011 07:02, eldhose parakattu wrote:
> hi ,
>
>    I am using andrep reporting tool.I can convert report into excel by putting
>    oPrint:type    := ART_TOEXCEL . how can i save report to excel file without
>    popup filedialog box for asking user to enter file name(autosave to specified
>    location)
>
> Thanks
> Eldhose

hi Eldhose,

to autosave excel file you have only to set the oPrint:ExpName ivar.

Try to put in your source:
oPrint:ExpName := 'C:\myfile.xls'

Claudio