Access 97/2003 Windows XP (Classic Start Menu)
I just converted an mdb from A97 to A2K3 and found something that,
after Google search, doesn't appear to have been addressed in cdma...
I have a form "frmMainMen u" that is the designated startup form (under
Tools-Startup). In the Open event of that form, I open another form
"frmHidden" and set its Visible property to false.
When I converted to A2K3, it worked fine just like in A97. But when I
went into Tools-Startup and checked the box under Application Icon
that reads "Use as Form and Report Icon", the Windows task bar showed
two windows open - frmMainMenu and frmHidden. The Access application
window only shows the Main Menu form, but if I choose frmHidden from
the task bar, it appears.
Without unchecking it, when I close and reopen I get the same
behavior. But when I do uncheck that option, frmHidden stays hidden.
I can live without having each form and report use the same icon as
the main app, but I wonder if anyone has experienced this before, and
if there's a known fix for it?
I just converted an mdb from A97 to A2K3 and found something that,
after Google search, doesn't appear to have been addressed in cdma...
I have a form "frmMainMen u" that is the designated startup form (under
Tools-Startup). In the Open event of that form, I open another form
"frmHidden" and set its Visible property to false.
When I converted to A2K3, it worked fine just like in A97. But when I
went into Tools-Startup and checked the box under Application Icon
that reads "Use as Form and Report Icon", the Windows task bar showed
two windows open - frmMainMenu and frmHidden. The Access application
window only shows the Main Menu form, but if I choose frmHidden from
the task bar, it appears.
Without unchecking it, when I close and reopen I get the same
behavior. But when I do uncheck that option, frmHidden stays hidden.
I can live without having each form and report use the same icon as
the main app, but I wonder if anyone has experienced this before, and
if there's a known fix for it?
Comment