VB6, CR 8.5(RDC), Access 2000
Hi,
Im trying to print a report from VB without preview. The 1st time i print (via a bouton) everthing is ok but the 2nd time a get an error :
Method 'DiscardSavedData' of object failed
My code look like this :
Report.DiscardSavedData
Report.Database.SetDataSource tempRecordset
Report.PrintOut False
Whats the problem ?
Thanks,
Frank