C
CristianTCDM
Hello,
I want to display a certain text in an unbound TextBox on a Report and I use
an EventProcedure like this :
Private Sub Report_Open(Cancel As Integer)
Text0.SetFocus
Text0.Text = "HelloWorld"
End Sub
It seems that something is wrong because when I try to open the report it
appears the message : "Run-time error 2101 - The setting you entered isn't
valid for this property"
If somebody can help it will be very appreciated
Thanks
I want to display a certain text in an unbound TextBox on a Report and I use
an EventProcedure like this :
Private Sub Report_Open(Cancel As Integer)
Text0.SetFocus
Text0.Text = "HelloWorld"
End Sub
It seems that something is wrong because when I try to open the report it
appears the message : "Run-time error 2101 - The setting you entered isn't
valid for this property"
If somebody can help it will be very appreciated
Thanks