This topic is locked

URL Link to Details

4/8/2009 5:41:06 PM
ASPRunnerPro General questions
jtksmith author

Seems link I've been doing a lot of posting but I've been searching the other posts first, I promise.
I would like to be able to use a field in a list to link out or drill down directly to the details about that record. I'm using the guidance from the following topic:

How can I change the Drill down link to be in the linked field, instead of having extra columns in the left side
Which means I am using code like the following:

strValue = "<a href=DetailsTable_list.asp?mastertable=MasterTable&masterkey1=" & data("LinkField") & ">" & strValue & "</a>"


It works great on the List page....


but if I drill down to the Details page of something in the list, the link appears as the actual link text with the "More.." link.


If I click on that link, I then get the Link in the format I was looking for.
How do I make the link appear properly on all screens?

J
Jane 4/9/2009

Hi,
what ASPRunner version do you use?

This bug was fixed in the ASPRunnerPro 6.0 build 766.

jtksmith author 4/9/2009

Jane,
Actually, I am using build 766.

Sergey Kornilov admin 4/9/2009

jtksmith,
I recommend to post your application to Demo Account (use 'Demo Account' button on the last screen in program). Then open a ticket at http://support.xlinesoft.com sending your Demo Account URL for investigation.

jtksmith author 4/9/2009

Admin,
I've uploaded the file here: Vacation Project
I've double checked, it is build 766. I even tried starting a new project but ended up with the same results.

J
Jane 4/10/2009

Hi,
I see what you're saying.

We've fixed it in the ASPRunnerPro 6.1 only.

To make your pages working open ASPRunnerPro6.0/source/include/masterlist.asp file, find this line:

value=ProcessLargeText(GetDataInt(lookupvalue,rsm,"##@f.strName s##", "##@f.strViewFormat s##"),"field=##@f.strName uhs##" & keylink,"",MODE_LIST)



and replace it with this one:

value=GetDataInt(lookupvalue,rsm,"##@f.strName s##", "##@f.strViewFormat s##")



Then open and rebuild your project.

jtksmith author 4/10/2009

Jane,
That worked. Thank you. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=40036&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />