S
Steven Smith
Hi guys
I'm sure this is really simple, but passing commands
between forms is a whole new thing to me, what I want to
do is when I load my child form I would like a menu item
on the parent to be enabled so I tried...
--\
Dim objParentForm As New MDIParentForm
objParentform.menuitem46.enabled = True
--/
in the childs loads event, with no success
regards steve
I'm sure this is really simple, but passing commands
between forms is a whole new thing to me, what I want to
do is when I load my child form I would like a menu item
on the parent to be enabled so I tried...
--\
Dim objParentForm As New MDIParentForm
objParentform.menuitem46.enabled = True
--/
in the childs loads event, with no success
regards steve