cancel
Showing results for 
Search instead for 
Did you mean: 

Traininghome.htm - <%@include file="activity_list.htm" %

Former Member
0 Kudos

Hi,

How to change the contents of the table ?. Currently the last column is showing Start Now (hyperlink) even when the training is complete. I need to supress this for this case?. Or I need to add another coulmn with another link to launch trainingtype.htm page so that users can then confirm participation/set to compete.

Please help.

Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I think you need to look at the logic in the event OnInitialization in the traininghome.htm for populating the activities could be LT_ACTIV or LT_ACT internal table(I am not sure because the system in which I am working is completely changed from standard ). Based on this table you can control the link I think.

Regards,

Ravi

StefanRoesch
Active Participant
0 Kudos

i can only imagine what you are asking, becasue wqe don't know your application, but I think you need an iterator for your table. So you can change content of cells depending on any criteria you like.