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

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 31.03.2007, 21:14   #1  
Blog bot is offline
Blog bot
Участник
 
25,477 / 846 (79) +++++++
Регистрация: 28.10.2006
SysDictCoder: Table browser with field groups
Источник: http://sysdictcoder.wordpress.com/20...-field-groups/
==============
The table browser is a great tool but it can be hard to find the fields you’re looking for in the grid. Standard Ax either shows all fields or the fields in the AutoReport field group. Sometimes I like to use another field group so I added that option to the table browser. [...]

==============
Источник: http://sysdictcoder.wordpress.com/20...-field-groups/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
Старый 01.04.2007, 19:03   #2  
kashperuk is offline
kashperuk
Участник
Аватар для kashperuk
MCBMSS
Соотечественники
Сотрудники Microsoft Dynamics
Лучший по профессии 2017
Лучший по профессии 2015
Лучший по профессии 2014
Лучший по профессии 2011
Лучший по профессии 2009
 
4,361 / 2084 (78) +++++++++
Регистрация: 30.05.2004
Адрес: Atlanta, GA, USA
Альтернативное решение
В прошлом году нашел и использую по сей день альтернативое решение.
Ссылка на проект:
http://www.systomatics.com/Projects/...ser/proj14.htm

ИМХО, вариант в ссылке более функционален.
Но и этом неплох, особенно для быстрого просмотра формы, чтоб не заморачиваться выбором полей.

Версия, на которую рассчитан проект: Dynamics AX 3.0 SP3
За пару рабочих дней постараюсь подготовить версию для 4ки

P.S. Забыл поприветствовать нового блоггера. Милости просим. Уже себе в RSS добавил. Будем читать
А как звать то его, кто-нить знает?
За это сообщение автора поблагодарили: mazzy (5).
Старый 07.04.2007, 14:26   #3  
kashperuk is offline
kashperuk
Участник
Аватар для kashperuk
MCBMSS
Соотечественники
Сотрудники Microsoft Dynamics
Лучший по профессии 2017
Лучший по профессии 2015
Лучший по профессии 2014
Лучший по профессии 2011
Лучший по профессии 2009
 
4,361 / 2084 (78) +++++++++
Регистрация: 30.05.2004
Адрес: Atlanta, GA, USA
Выложил.
Скоро должен принести Blogbot.
Вот альтернативная ссылка на axaptapedia
Старый 07.04.2007, 19:10   #4  
Blog bot is offline
Blog bot
Участник
 
25,477 / 846 (79) +++++++
Регистрация: 28.10.2006
Kashperuk Ivan: Add-On: Extended SysTableBrowser
Источник: http://kashperuk.blogspot.com/2007/0...lebrowser.html
==============

Hello, readers.
Today I provide you with another tool for Dynamics AX developers. It is a modified version of the SysTableBrowser (See picture 1).

picture 1

Download


Important:
After importing the project refresh the AOD (Tools\Development Tools\Application Objects\Refresh AOD)

Modifications:

  1. The table browser does not change its position when a different setup is selected. (Unlike standard system behavior in DAX 4.0)
  2. The AutoReport option was extended, and now you are able to select any of the table field groups (See Credits).
  3. Another selection option was added, providing the means to select any of the table fields to be shown in the grid. To do this, just press the ‘Select Fields’ button and select the fields you want displayed (See picture 2).
  4. Added a list of presets for the SQL window. (SELECT, UPDATE, DELETE). The list can be easily extended to include other presets you often use.
  5. Extra logic was added to the ExecuteSQL button, which executes the SQL string that the user has put into the SQL window. If it is a simple select (for example, generated by the SELECT preset), the ds query is executed instead of the sql string. This will bring back the sorting and filtering options that disappear after using the sql string query.
  6. Added the ability to sort columns by name or by id. In some cases (when, for example, you cannot find a specific field) it really helps out! (See picture 3)
picture 2
picture 3

Possible future improvements:
  1. Add display methods of the selected table to the list of fields in the select dialog.
Credits:


The modification was inspired by a similar one performed by Nicolai Hillstrom for Dynamics AX 3.0. I moved it to DAX 4.0 and added some extra features I considered useful. One of them is implemented here (even thought I wasn’t able to download it and see how it is programmed).



Источник: http://kashperuk.blogspot.com/2007/0...lebrowser.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
Старый 07.04.2007, 19:10   #5  
Blog bot is offline
Blog bot
Участник
 
25,477 / 846 (79) +++++++
Регистрация: 28.10.2006
axaptapedia: Form SysTableBrowser
Источник: http://www.axaptapedia.com/Form_SysTableBrowser
==============

Summary:
The SysTableBrowser form is used to preview the data of a selected table.

It can be launched from the context menu of a table, or, for example, a form datasource.

If [[Tabax]] is used, there is a specific toolbar button that opens the SysTableBrowser form.

=== See also ===
[[DEV SysTableBrowser]] - An Extended version of the SysTableBrowser form.

[[Category:Form development]]


Источник: http://www.axaptapedia.com/Form_SysTableBrowser
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
Старый 08.08.2007, 20:16   #6  
konfet is offline
konfet
Снова балуюсь косаптой :)
 
143 / 50 (2) ++++
Регистрация: 23.04.2003
Адрес: Moscow
Всем хорош улучшенный tableBrowser, но вот это:

Цитата:
The table browser does not change its position when a different setup is selected. (Unlike standard system behavior in DAX 4.0)
- в браузере для трешки (который здесь - http://www.systomatics.com/Projects/...ser/proj14.htm)
- не работает.

То есть, при смене набора отображаемых столбцов посредством радиобаттона "Отображать поля" или "Sort Columns by" - курсор в гриде "сбивается" и переходит на первую запись.
В прилагаемом к постингу проекте сия досадная ошибка исправлена.
Вложения
Тип файла: zip dev_easyTablebrowser.zip (13.6 Кб, 88 просмотров)
__________________
Бесты и регарды!
За это сообщение автора поблагодарили: mazzy (5).
Старый 09.08.2007, 09:56   #7  
kashperuk is offline
kashperuk
Участник
Аватар для kashperuk
MCBMSS
Соотечественники
Сотрудники Microsoft Dynamics
Лучший по профессии 2017
Лучший по профессии 2015
Лучший по профессии 2014
Лучший по профессии 2011
Лучший по профессии 2009
 
4,361 / 2084 (78) +++++++++
Регистрация: 30.05.2004
Адрес: Atlanta, GA, USA
Цитата:
Сообщение от konfet Посмотреть сообщение
Всем хорош улучшенный tableBrowser, но вот это:
Цитата:
Сообщение от kashperuk
The table browser does not change its position when a different setup is selected. (Unlike standard system behavior in DAX 4.0)
- в браузере для трешки не работает.
Вообще-то я писал немного про другое.
В 4ке в стандартном приложении при смене All Fields на AutoReport форма браузера прыгала по всему экрану
Запрос же и там, и там перечитывался полностью и позиция курсора, действительно, не сохраняется.

Спасибо за проект, добавлю на axaptapedia с Вашего позволения.

Единственное замечание - раз уж сохраняете положение строки, то может уже и пользовательские фильтры тоже накладывать повторно?
Потому что сейчас, если отфильтровать по какому-то из полей, и выбрать другую сортировку колонок, то фильтры сбрасываются, хотя положение курсора сохраняется.
Но это, конечно, не обязательно
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
axStart: Check if the table field is mapped. Blog bot DAX Blogs 0 07.03.2009 00:05
palleagermark: Dealing with changed table or field id's Blog bot DAX Blogs 0 11.02.2009 11:05
X++: Using the Cross company feature from the Business Connector and table browser. Blog bot DAX Blogs 1 21.12.2008 01:17
axStart: table & field ID conflicts Blog bot DAX Blogs 0 29.05.2008 17:05
casperkamal: Adding a Table field through X++ code in Dynamics Ax Blog bot DAX Blogs 1 02.04.2007 17:05

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

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

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 06:46.
Powered by vBulletin® v3.8.5. Перевод: zCarot
Контактная информация, Реклама.