C
chad
hi
i encounter this error message:
"There isn't enough memory to perform this operation. Close unneeded
programs and try the operation again."
i preview my report and when i print it that error message appear.
i noticed that my sub report located at page footer i have a code here and
this my code.
Private Sub PageFooterSection_Format(Cancel As Integer, FormatCount As
Integer)
[PageFootnote 01].Visible = False
[PageFootnote 02].Visible = False
[PageFootnote 03].Visible = False
[PageFootnote 04].Visible = False
[PageFootnote 05].Visible = False
[PageFootnote 06].Visible = False
[PageFootnote 07].Visible = False
[PageFootnote 08].Visible = False
[PageFootnote 09].Visible = False
Select Case [Page]
Case 1: [PageFootnote 01].Visible = True
Case 2: [PageFootnote 02].Visible = True
Case 3: [PageFootnote 03].Visible = True
Case 4: [PageFootnote 04].Visible = True
Case 5: [PageFootnote 05].Visible = True
Case 6: [PageFootnote 06].Visible = True
Case 7: [PageFootnote 07].Visible = True
Case 8: [PageFootnote 08].Visible = True
Case 9: [PageFootnote 09].Visible = True
End Select
End Sub
can you help me with this?
thanks
chad
i encounter this error message:
"There isn't enough memory to perform this operation. Close unneeded
programs and try the operation again."
i preview my report and when i print it that error message appear.
i noticed that my sub report located at page footer i have a code here and
this my code.
Private Sub PageFooterSection_Format(Cancel As Integer, FormatCount As
Integer)
[PageFootnote 01].Visible = False
[PageFootnote 02].Visible = False
[PageFootnote 03].Visible = False
[PageFootnote 04].Visible = False
[PageFootnote 05].Visible = False
[PageFootnote 06].Visible = False
[PageFootnote 07].Visible = False
[PageFootnote 08].Visible = False
[PageFootnote 09].Visible = False
Select Case [Page]
Case 1: [PageFootnote 01].Visible = True
Case 2: [PageFootnote 02].Visible = True
Case 3: [PageFootnote 03].Visible = True
Case 4: [PageFootnote 04].Visible = True
Case 5: [PageFootnote 05].Visible = True
Case 6: [PageFootnote 06].Visible = True
Case 7: [PageFootnote 07].Visible = True
Case 8: [PageFootnote 08].Visible = True
Case 9: [PageFootnote 09].Visible = True
End Select
End Sub
can you help me with this?
thanks
chad