Io sotto un pulsante della form ho messo:

Load DataReport3

DataReport3.Sections(1).Controls("Mese").Caption = UCase(Mese2)
DataReport3.Sections(1).Controls("Data").Caption = [Data2]
DataReport3.Sections(1).Controls("Esecutore").Capt ion = UCase(Esecutore2)
DataReport3.Sections(1).Controls("NFoglio").Captio n = [NFoglio2]

DataReport3.Sections(3).Controls("Finalita").Capti on = UCase(Finalita)
DataReport3.Sections(3).Controls("Descrizione").Ca ption = UCase(Descrizione2)



DataReport3.Show vbModal


Dove devo mettere quello che mi hai scritto, nel codice proprio della datareport???? Se si in che contesto

Perchè facendo doppio click nella mia datareport entrando nel codice ho solo queste stringhe:

Private Sub DataReport_Error(ByVal JobType As MSDataReportLib.AsyncTypeConstants, ByVal Cookie As Long, ByVal ErrObj As MSDataReportLib.RptError, ShowError As Boolean)

End Sub

Fammi sapere

Ciao e grazieeeeeeeeeee