![]() |
Sergey Kornilov admin 10/9/2011 |
The best source to start learning is ASPRunnerPro manual (http://xlinesoft.com/asprunnerpro/docs/) and video tutorials (http://xlinesoft.com/asprunnerpro/tutorial.htm). For example I recommend to check 'How to setup master-details relationships' video tutorial. |
V
|
vincekg author 10/9/2011 |
The best source to start learning is ASPRunnerPro manual (http://xlinesoft.com/asprunnerpro/docs/) and video tutorials (http://xlinesoft.com/asprunnerpro/tutorial.htm). For example I recommend to check 'How to setup master-details relationships' video tutorial. It would also help to provide some specifics. You can post your tables structure here, show us how they linked and what error message you get. Hard to provide a meaningful advise without seeing what exactly causes the troubles.
|
![]() |
Sergey Kornilov admin 10/9/2011 |
Still not sure I understand what the exact question and exact problem. Need more specifics. |
V
|
vincekg author 10/10/2011 |
Still not sure I understand what the exact question and exact problem. Need more specifics. Just in case - each view and table are independent. If you create a master-details relationship that involve custom views that doesn't affect the original table in any way. Opposite is true as well.
|
![]() |
Sergey Kornilov admin 10/10/2011 |
All templates are working projects. Create a brand new project using any of templates that come with ASPRunnerPro and see how things are implemented. |
V
|
vincekg author 10/10/2011 |
All templates are working projects. Create a brand new project using any of templates that come with ASPRunnerPro and see how things are implemented.
|
![]() |
Sergey Kornilov admin 10/10/2011 |
This only means that Cars template did not need master details relationship between Make and Model tables. However there are Master-Details relationship between carscar and carsmore_photo tables. You can assign multiple photos to each car and master-details relationship serves this purpose well. |