G
Guest
Hi everyone,
I have seen other posts on this forum about open args working incorrectly.
I have had this same problem. It sometimes passes no value, although it is
clearly set in the passer form
I have also implicitly set it:
OpenArgs:="whatever"
I have tried to set openargs in open and load events like this:
Private Sub Form_Open(Cancel As Integer)
sOpenArgs = Me.OpenArgs & ""
End Sub
and when I walk through the procedure
the passer formpenargs is set correctly and
me.openargs is null in the passee form
This is driving me nuts, any help would be great!
dp
I have seen other posts on this forum about open args working incorrectly.
I have had this same problem. It sometimes passes no value, although it is
clearly set in the passer form
I have also implicitly set it:
OpenArgs:="whatever"
I have tried to set openargs in open and load events like this:
Private Sub Form_Open(Cancel As Integer)
sOpenArgs = Me.OpenArgs & ""
End Sub
and when I walk through the procedure
the passer formpenargs is set correctly and
me.openargs is null in the passee form
This is driving me nuts, any help would be great!
dp