Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Using Great Plains help and page will not zoom in

  • 2 відповіді
  • 1 має цю проблему
  • 6 переглядів
  • Остання відповідь від cor-el

more options

I am using Microsoft Dynamics GP10 SDK. Help Program. The program presents a database diagram that you can zoom in to see more detail. When running Internet Explorer an activeX program shows a zoom diagram that allows you to zoom in or out. This feature does not work with firefox.

I am using Microsoft Dynamics GP10 SDK. Help Program. The program presents a database diagram that you can zoom in to see more detail. When running Internet Explorer an activeX program shows a zoom diagram that allows you to zoom in or out. This feature does not work with firefox.

Усі відповіді (2)

more options

Firefox doesn't do ActiveX, so it's not surprising it doesn't work. - https://support.mozilla.com/en-US/kb/ActiveX

Using ActiveX for a program control pretty much makes the program useless for anyone not using Internet Explorer & Windows OS's; which leaves out Mac and Linux users, along with Firefox, Safari, Opera, and Chrome users on Windows.

more options

There is also in a lot of places document.all used in the JavaScript code and that doesn't work in Firefox.
In Firefox you need to use document.getElementById(). There may be more IE specific JavaScript code used that doesn't work in Firefox.

Змінено cor-el