How can I change the Drill down link to be in the linked field |
9/26/2007 19:01:36 | |
| ASPRunnerPro General questions | ||
|
How can I change the Drill down link to be in the linked field instead of having extra columns in the left side? |
||
|
|
Sergey Kornilov admin 9/27/2007 |
|
You can use View as type Custom and the following code. strValue = "<a href=DetailsTable_list.asp?mastertable=MasterTable&masterkey1=" & data("LinkField") & ">" & strValue & "</a>" |
|
|
|
Alberto author 9/27/2007 |
|
This was great help thanks it worked!!! |
|
|
|
Alberto author 9/28/2007 |
|
I went little more aggressive and used the HTML code behind the natural drill down links that automatically generates ASPRunnerPro and copied it behind (html) the drill down filed or column I want. It also allow me to edit the field like %, $, Number, etc. (I don't lose that option this way) |
|
|
|
Sergey Kornilov admin 10/1/2007 |
|
Unfortunately this is not possible as details window width is not defined and varies from record to record. |
|