Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Different Instances Of One Form
Message
From
10/05/2002 15:32:03
Jason Dalio
Northern Interior Regional Health Board
Prince George, British Columbia, Canada
 
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00654590
Message ID:
00655234
Views:
26
FYI: I finally got this to work by doing the following in my modal form:
Private Sub ClickMe_Click
Dim WorkingForm as Form

Set WorkingForm = mdiMain.ActiveForm

WorkingForm.dowork

End Sub
Previous
Reply
Map
View

Click here to load this message in the networking platform