Calling a tabular form via dialog
All,
I'm calling a form as follows:
frmSysMaint dlg = new frmSysMaint();
The form is a tabular form and the default first tab is show. However, I wish to show one of the later tabs. Is there a way to raise the form with let's say the 3rd or 4th tab displayed?
Thanks
k_m_ken_zimmermanPosted Feb 24, 2005, 10:26 AM
shimtannyPosted Feb 13, 2005, 4:52 AM