C
|
cgphp 8/5/2011 |
You can set the count record details var in the "List page: After record processed" event. yourdetailtablename_childnumber
global $conn; |
B
|
btrdev author 8/5/2011 |
Dear Christian, You can set the count record details var in the "List page: After record processed" event. In the visul editor check the name of the child counft var. It should be something like: yourdetailtablename_childnumber
global $conn; |
![]() |
Sergey Kornilov admin 8/5/2011 |
Use the following:
|
B
|
btrdev author 8/6/2011 |
Thanks. Use the following:
|
C
|
cgphp 8/6/2011 |
I'm not sure it is the best solution. In the "javascript onLoad" event of the master table: $("a[id*='master_yourdetailtablename']").each(function(e){
|
B
|
btrdev author 8/7/2011 |
Thanks. I'll experiment with the javascript approach later, but for now I've decided to create additional sql views to accomplish this. I'm not sure it is the best solution. In the "javascript onLoad" event of the master table: $("a[id*='master_yourdetailtablename']").each(function(e){
|