Hi All,
I have a page with show as tree property True. But when i run the page by default it was displayed in Collapse mode but i want to in expand.
i have done some R&D i found that below code
IF (ISCLEAR(WshShell)) THEN BEGIN
CREATE(WshShell, FALSE, TRUE);
END;
WshShell.SendKeys('+{F10}E{ENTER}');
// menu key + E + Enter
CLEAR(WshShell);
But it is with the automation not working for my NAV 2013 R2. my page type is listpart. any other alternative way for the default expand in tree view.
Please let me know.
Thank You
--
Ramesh
*This post is locked for comments
I have the same question (0)