This topic is locked

Hide Childtable link under condition

6/9/2015 8:21:34 PM
ASPRunnerPro General questions
F
Flavio author

Hello, i would like to hide the link to the "tbl_mission" childtable in the list view if the checkbox "idroscalo" is not checked.

I have tried to add the following code to the after record processed list page event, but nothing happened:



if data("idroscalo") = false then

record("tbl_mission_dtable_link") = false

end if


Any help please?

F
Flavio author 6/11/2015
admin 6/12/2015

I recommend to post your project to Demo Account and contact support directly at http://xlinesoft.com/dss/support.asp sending URL of your app on Demo Account.

G
gonzalosb 8/6/2015

Hi Flavio,

Try this:

http://xlinesoft.com/asprunnerpro/docs/hide_buttons_in_some_rows_of_datagrid.htm

Your code is partialy ok but is missing the where the call go to .

Pplease let me know if you have any question.