Hi,
I'm trying to add the company logo to the Main Menu in axapta. I followed
the instructions given in the Developer's guide but still could not succeed.
I tried it in two-tier. This is the following instructions given in guide.
//
Add company logo to the Main menu
When the Main menu opens, it displays the name of the license holder and the installation's serial number. The information is obtained from the License information dialog and shown also in the About box.
To add your company logo in bitmap
On the server, place a bitmap file called "companylogo.bmp" in the application folder's \share\include directory.
//----
Can any one pls suggest me on this.
Thanks.
Ramki.
Ramakrishnan
0
Comments
You are there. Generally placing "CompanyLogo.bmp" in Application\Share\Include\ does the trick.
What version of Axapta are you using?
Regards,
Harish Mohanbabu
Long way to go before I sleep..
I'm using Microsoft Navision Axapta 3.0. when I tried placing the
some xxx.bmp file in the folder path mentioned. But still I could not get it.
I need the Main Menu (Microsoft Navision Axapta) image to be replaced
with some other logo. Is it possible or am I understood wrong?
I also tried created a user menu (File->Open->Menu->User Menu) and
try to understand how is the menu is referenced, but I could not find.
If you know the trick, pls let me know.
Thanks Harish.
Ramki
I tried this morning and I am successful.
Thanks.
My email id is kram1976@hotmail.com. if you can provide your email id
we can share our knowledge in axapta.
Thanks
Ramki
Glad you solved it =D>
Thanks for your email . I have mailed my contact details to that address. Also you want to check my personal website. For URL, please click on website icon.
Regards,
Harish Mohanbabu
Long way to go before I sleep..
I want to change the logo of Navision in to my company's logo.
But how do i do this in Navision 3.70?
:roll:
Grts
Stan
Unfortunately I am not a Navision guy
Regards,
Harish Mohanbabu
Long way to go before I sleep..
First off, we had an issue with the companylogo.bmp file not working properly. It appears that Axapta, oddly, is picky about the format of the BMP file used, and refused to use a BMP from our graphics designer (apparently it was an OS/2 format BMP - I thought they were the same thing). Opening the image and saving it again using MS Paint solved this issue. Perhaps someone may find this helpful.
We have also changed the splash-screen logo, which may perhaps be what is sought after here. This, however, is in the executable (ax32.exe for the client, and axcom.dll files for the business connector), under bitmap resource 7511.
If you want to modify this, as we have, download a program like "Resource Hacker" and simply save, edit, and swap in the new bitmap. Of course, your changes will be lost if any hot fixes include a modification to these PE files!
Cheers,
- Simon
thanks