J
|
Jane 2/15/2010 |
Kenny, |
K
|
KennyB author 2/17/2010 |
Kenny, to show/hide fields on the edit page use BeforeShowEditevent: http://www.asprunner.com/forums/topic/6196-how-to-hide-controls-on-addedit-pages/
|
![]() |
Sergey Kornilov admin 2/19/2010 |
This one is a bit tricky. |
K
|
KennyB author 2/19/2010 |
This one is a bit tricky. I would definitely suggest to have a separate page for each child view based on custom views. You can then link Colors (master) and one of child views (details). In BeforeProcess event of child table you can redirect to the proper child view based on selected master record.
|
![]() |
Sergey Kornilov admin 2/19/2010 |
Yes, something like that should work. |