L
Liat
Hi,
I am trying to set the title of the pages in the report
using the following script:
Private Sub PageHeaderSection_Format(Cancel As Integer,
FormatCount As Integer)
Me.txtTitle = "aaaaaaaa"
End Sub
It brings me an error '438' - "Object doesn't support
this property or method"
What did I do wrong?
Thanks a lot,
Liat
I am trying to set the title of the pages in the report
using the following script:
Private Sub PageHeaderSection_Format(Cancel As Integer,
FormatCount As Integer)
Me.txtTitle = "aaaaaaaa"
End Sub
It brings me an error '438' - "Object doesn't support
this property or method"
What did I do wrong?
Thanks a lot,
Liat