This topic is locked

Disable Hyperlink list link on Child table

10/8/2012 5:00:06 PM
PHPRunner General questions
A
almonddgr8 author

Dear admin,
I've been reading forum topics for about 5 hours and found a topic with similar situation but this does not work for me.
I have Master-details setup where I want to disable the details list page and still be able to have the popup feature of the details.
I found this code from (locked topic) http://www.asprunner.com/forums/topic/14637-how-to-disable-master-detail-hyperlink-in-list-page/ and placed it on the Master's list page: after record processed event:
$record["ChildTableName_dtablelink_attrs"]=" onmouseover=\"RollDetailsLink.showPopup(this,'ChildTableName_detailspreview.php'

+this.href.substr(this.href.indexOf('?')));\" onmouseout=\"RollDetailsLink.hidePopup();\"";
where I replaced the 2 ChildTableName with my actual child table name.
This doesn't work for me.
I'm using phprunner6.0 build 10638
Please help where am I wrong.

A
almonddgr8 author 10/9/2012

Anyone?
Please someone help. I really need this.
Sorry for my eagerness. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=68065&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />

Sergey Kornilov admin 10/10/2012

Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
We'll see what we can do.