Hide Navigation Pane on open form

Iwan_Ubachs
Member Posts: 19
Hi,
Does anyone know if it is possible:
- To hide the Navigation Pane automatically, if a specific form ID is opened.
- To show the Navigation Pane automatically, if a specific form ID is closed.
Does anyone know if it is possible:
- To hide the Navigation Pane automatically, if a specific form ID is opened.
- To show the Navigation Pane automatically, if a specific form ID is closed.
0
Comments
-
don't know if it will help you, but short cut key to show and hide navigation pane is "ALT" + "F1", so if you can send the key code on form open, and then again on form close, you could do it.0
-
Hi, u could use the Windows Script Host Object Model.WshShell as an Automation.
SendKeys('%{F1}');
Best regards ObiWan
May the force be with u0 -
Thanks ObiWan it works fine!0
-
For those wondering how ::
For example closing the Nav. Pane upon opening of a form.
create a global variable ::
Name :: wSHShell
DataType :: Automation
Subtype :: Windows Script Host Object Model'.WshShell
OnOpenForm
CREATE(wSHShell,FALSE);
wSHShell.SendKeys('%{F1}');
CLEAR(wSHShell);
OnCloseForm
CREATE(wSHShell,FALSE);
wSHShell.SendKeys('%{F1}');
CLEAR(wSHShell);
The only snag within all this, is the detection of the current state of the Nav.Pane.
If the Pane is closed by running the form it shall open.
If the pane is open by running the form it shall close.
So if anyone out there knows how to detect the current state of the Nav.Pane
Please let us know
thanx...0 -
how to detect the current state of the Nav ? -> shoud be compare with screen resolution of current computer setting,
but I'm not idea of how to get screen resolution0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions