RunTime (1 Viewer)

Gismo

Registered User.
Local time
Tomorrow, 01:43
Joined
Jun 12, 2017
Messages
1,298
Hi All,

I need you help please

On open, I have the following code which gives me a run time error
When I remove this code from the sign on form, the DB runs well

On the next form which opens, I have the same code but I do not get a run time error

Any advice?

I need the Navigation pane to be hidden as soon as the DB opens

DoCmd.NavigateTo "acNavigationCategoryObjectType
 

Minty

AWF VIP
Local time
Today, 23:43
Joined
Jul 26, 2013
Messages
10,371
You are missing or have an extra " in that line?
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 06:43
Joined
May 7, 2009
Messages
19,247
you can Untick "Display Navigation Pane" on Option->Current Current database
without using code.
 

Gismo

Registered User.
Local time
Tomorrow, 01:43
Joined
Jun 12, 2017
Messages
1,298
you can Untick "Display Navigation Pane" on Option->Current Current database
without using code.
You do not have these options in runtime, I had to use code
 

Gasman

Enthusiastic Amateur
Local time
Today, 23:43
Joined
Sep 21, 2011
Messages
14,350
I would say you do NOT have the same code then?🙄
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 06:43
Joined
May 7, 2009
Messages
19,247
You do not have these options in runtime, I had to use code
i think you do not need any code on runtime db.
there is no navigation pane (a2019 x64 runtime).
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 18:43
Joined
Feb 19, 2002
Messages
43,352
You do not have these options in runtime, I had to use code
That's why you make the setting in your master database before you release it.
 

Users who are viewing this thread

Top Bottom