AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX: Программирование
DAX
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 02.04.2013, 17:26   #1  
Dreadlock is offline
Dreadlock
Участник
Аватар для Dreadlock
 
298 / 224 (8) ++++++
Регистрация: 07.05.2009
Адрес: Москва
Или вот еще:

Код:
I know this is an old thread, but I believe I have a solution that works.

In the master page (AOT/Web/Web files/Static Files/defaultax), there is a control that makes a page auto-refresh, whenever you use the back button on the browser.

<Dynamics:AxRefreshOnBackButton ID="AxRefreshOnBackButton1" runat="server" />

You can either remove this (and loose the function on ie8), or you can add the following script just before the </body> tag
<script language="javascript" type="text/javascript">
    setTimeout(showAspForm, 500);
   
    function showAspForm() {
        if (!DynamicsCommon.IsNull($get('__axr_iframe')) && $get('aspnetForm').style.display == 'none') {
            $get('aspnetForm').style.display = '';
        }
    }

</script>

"push" the changed file to the filesystem, and it should work with all the browsers.

Only thing is, that a page still won't auto-refresh-on-back on any new browsers. (this only works in ie8)
Источник
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
Ax2009, Портал, разработка контролов в VS2008 Narayana DAX: Программирование 19 19.09.2013 13:08
Аксапта плохо видит портал при разработке Narayana DAX: Администрирование 2 11.12.2012 13:51
axinthefield: Choosing a Single Deployment or Multiple Deployments of AX2009 Blog bot DAX Blogs 0 15.06.2011 03:25
AX2009, Разные домены, клиент не видит АОС DSPIC DAX: Администрирование 4 15.09.2010 22:18
Shekhar: Dynamics AX2009 : Standalone Installation on Vista with Role centres and workflow. Blog bot DAX Blogs 0 30.03.2010 15:05

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 12:44.