Hi all,
does anyone know the way to open any NAV object (form/report/dataport) in design mode (Ctrl+F2)?
SendKeys method and so on are not suitable in my case. Obviously, some add-on could be used for this purposes, just want to ensure that there are no standard methods to do this. Would be happy if I'm wrong

Now I'm playing around with winapi32, but it seems to be exhausting a bit.
br\Gennadii
Answers
You can go to the menu tools, and select object designer (ctrl+F12)
Then you select the object of your desire and press the design button (alt+d)
|To-Increase|
your answer is absolutely correct, but my question is not )
Sorry, I forgot to mention that I need to do so from C/AL.
If you succeed in this task I presume that your the first one to achieve this.
IF your goal is to change the code on runtime and use the new object THEN
I would suggest to stop searching now;
Try to analyse your problem from a different kind of view;
END ELSE
Go ahead try to open them, but I fear it is not impossible;
(alterd post to make more sense)
|To-Increase|
now, when I laid my cards on the table, do you have any ideas how it could be done by C/AL?