19.06.2007, 22:40 | #1 |
Участник
|
axaptafreak: Automatically open grid filter when opening form
Источник: http://axaptafreak.blogspot.com/2007...lter-when.html
============== In some forms it may be convenient that the grid filter (new in Ax 4.0) is activated automatically. If you want to get that behaviour, just add one line in the form's run method, just after the super() call: this.task(2855); So, your run() method should look like: public void run() { ..... // some programming lines.... } Helmut Wimmer Источник: http://axaptafreak.blogspot.com/2007...lter-when.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
За это сообщение автора поблагодарили: belugin (19). |