I have created a form which opens on opening a database. But the issue is that when i press Esc the form disappears.
I have tried by setting the property named MinimizedOnOpen to NO.
Still it disappears on pressing Esc.
THis was already discussed in thread about creating the database info panel/dialog, whcih should stayed open on background. You cannot disable the closing of the form, but you can make it opened again when closed. You only need to add code, which will open the form again in OnClose, but not directly, but through timer, else you will block yourself.
Answers
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks for your suggestion guys.