G
Guest
How can I detect programmatically if the mdb file was open with database
window visible or hide?
Thanks
jcp
window visible or hide?
Thanks
jcp
How can I detect programmatically if the mdb file was open with database
window visible or hide?
I tested but something is wrong, always the result is 0 (false)
I used currentproject.Properties("StartUpShowDBWindow").Value because I'm
working with adp.
I check my adp and the result always is 0 because in tools menu/startup I
set
false.
Correct.
How can I know if I open the database pressing shift F11? (database
window=true)
The method, CurrentDb().Properties("StartUpShowDBWindow").Value doesn't
work
because display database window is clear
Do you have any idea to detect if database was open shif F11 or not
Last chance.
There is way to detect if F11 is enable or not?