Microsoft
Software
Hardware
Network
Question : Refer to Control on Main Form
On a form I have a tab control. Inside the tab control I have a sub form
The tab control is called TabCtlStudentMenu
The tab control has an - On Change - event
If I change something in the sub form, I want the On Change event to run.
I have tried:
forms!frmMain.TabCtlStuden
tMenu_Chan
ge
but get an error
What is the correct syntax?
Answer : Refer to Control on Main Form
You need to make sure that the procedure you are calling is defined as Public not Private.
Random Solutions
Select table data from a different SQL instance?
Underlining spaces
Visual Studio 2005, Crystal Report Viewer 10, displaying dynamic image
VB.Net move Items from ListBox to Textboxes
What sort of utility will provide autocomplete suggestions while I am typing text within applications such as Microsoft Word, Internet Explorer, notepad, etc.?
Event ID: 2019 "The server was unable to allocate from the system paged pool . . . "
Count consecutive numbers and the attach back to original dataset
PowerPoint AddIn/Custom Ribbon generating macro error
How do I convert a null value to a blank space?
Visual Studio 2008, Listbox location on picturebox insdie a form