This topic is locked

inline record always showing

12/6/2010 5:11:54 PM
PHPRunner General questions
H
horsey_kim author

Has anyone done this? What I am after is this:
I want to have the list page show all the inline records for the parent records listed in a list view. Currently you have to click the child record link in order to see any record. I want them to automatically display with out clicking anything.
Kind of like this: (sorry the spacing is off below)
employeeid name reason dept

---------- ------------ ------------ --------

5632 Chuck Wright vacation admin
recordid employee id hours date start date finish

-------- ----------- ----- ---------- -----------

252 5632 10 11-nov-2010 12-nov-2010

155 5632 25 05-may-2010 10-may-2010

---------------------------------------------------------------------

6675 Linda Seals vacation shipping
recordid employee id hours date start date finish

-------- ----------- ----- ---------- -----------

175 6675 40 10-jun-2010 20-jun-2010

---------------------------------------------------------------------

7723 Debi Burnett vacation production
recordid employee id hours date start date finish

-------- ----------- ----- ---------- -----------

200 7723 8 15-oct-2010 15-oct-2010

183 7723 8 08-sep-2010 08-sep-2010
Hope I explained this well. I am sure you probably have to use some kind of event, if someone can get me going in some kind of direction that be great.
Kim <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=15892&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' />

E
electromotive 12/6/2010

Could you do this with a report instead?

The example you give seems more like a report.

Or do you really need to be able to add, edit and delete rows inline?

H
horsey_kim author 12/6/2010



Could you do this with a report instead?

The example you give seems more like a report.

Or do you really need to be able to add, edit and delete rows inline?


I need to be able to edit add and delete.

H
horsey_kim author 12/13/2010

Here is an image of what I am talking about. I like the child records to show up under the parents, without having to click a link to show them. I need it to be on the list page, so I can add, edit and delete. Has anyone done this??? Any ideas of a direction I can go to figure out how to do this?


I know enough to be dangerous and to ask the impossible <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=55062&image=2&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' />

Sergey Kornilov admin 12/13/2010