|
-
Jun 30th, 2004, 12:54 PM
#1
Thread Starter
Lively Member
MDI problem ! HELPPPPP
i have a problem with the MDI
i have the main menu and i have set the main menu event with MainMenu_Activated
inside that i have a if statement called
If newclientinfo.CheckSaving1 = 1 Then
MenuItem14.Enabled = True
Else
MenuItem14.Enabled = False
End If
End sub
and in the child form call newclientinfo when the newclientinfo _closed i have a SQL command
select the client if the datareader read than i set the CheckSaving1 to 1
why it wont work ??? the CheckSaving1 is set to Public
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|