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