VBA
 Astuces VBA Business Objects
 
  •  Exporter le rapport actif au format pdf, xls et txt :
ActiveReport.ExportAsPDF (ActiveReport.Name & ".pdf" )
ActiveReport.ExportAsExcel (ActiveReport.Name & ".xls" )
 
  • Format TXT dans un répertoire défini  & avec une date adossée au nom du fichier
ActiveReport.ExportAsText ("c:\" & ActiveReport.Name & " " & Format(Date, "DD-MM -YYYY") & ".TXT")  
 
  • Rafraichir le rapport actif  :
Doc.Refresh

 
  • Compter le nombre de rapport   :
MsgBox Reports.Count



Créer un site
Créer un site