changing title of the main window (menu suite)

schpidischpidi Member Posts: 25
hi all,

we are using nav 5.0 SP1 and now I want to change the title of the main window dynamically during login.

Is there a command or global property to change this?

In previous versions this was possible, but I don´t know enough about the new objects of type "menue suites"

Thanks & Kind Regards,
schpidi

Answers

  • garakgarak Member Posts: 3,263
    sorry, there is no way for the Menu Suite. the MS are stored separetly as BLOB in the table Objects.
    But why do you need this? you can create new MS / Menus and it's possible to assign users the the menus.
    Do you make it right, it works too!
  • schpidischpidi Member Posts: 25
    the reason is our backup and test database strategy.

    we make an sql server based backup of the database each night and i restore it with a different name like "Previous Day Backup".
    this database is supposed to be the testing database for our users.

    advantage is, that they always have fresh data (nearly the real data)

    disadvantage is, that they do not see after the login,
    if they are on the productive or testing (previous day backup) database.
    therefore i wanted to put the name of the database in the title...
    or maybe change the colour of the menu to red or grey or whatever :)

    i don´t want to use a separate company for the testing issues,
    because then we always have to be aware of fresh and realistic test data.

    thanks,
    schpidi
  • DaveTDaveT Member Posts: 1,039
    Hi,

    This has been discussed before but solved a different way. The basis is to design a form which shows the details and colour-codes if needed. You can then call this form from codeunit 1 in the companyopen trigger - This could even be Garak solution :wink:

    Have a search and you will see a more indepth discussion.
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
  • SavatageSavatage Member Posts: 7,142
    Enjoy! \:D/
    Waldo's Idea..
    http://dynamicsuser.net/blogs/waldo/arc ... -into.aspx

    Based on Waldo's Idea & Expanded
    http://gaspodethewonderdog.blogspot.com ... -am-i.html

    Note he mentions a problem about the form closing but if you go back to waldo's post & read the comments - there is a solution at the bottom.
  • garakgarak Member Posts: 3,263
    i like this forum ...

    You see schpidi, after my question, you elucidated your question better and give us the background. And we can see, ah it's an old question and this ist often discussed here in the forum and zack (very fast) you get the answer and a solution.

    Regards
    Do you make it right, it works too!
  • schpidischpidi Member Posts: 25
    i understand. next time i will try to describe more details!

    thank you guys! :)
Sign In or Register to comment.