This topic is locked
[SOLVED]

 redirect edit URL in list page

5/3/2011 8:44:24 AM
PHPRunner General questions
S
seanbull81 author

Hi,
I am using PHPRunner 5.3. I tried the method mentioned here: http://www.asprunner.com/forums/topic/11082-how-to-redirect/
use List page: After record processed event to change edit link:

global $record;

$editlink=" editid1=".htmlspecialchars(rawurlencode($data["RecordID"]));

$record["editlink_attrs"]="href=\"custom_page_customers_edit.php?".$editlink."\" ";
however, the edit link was still the same. any idea?
thanks and best regards,

Sergey Kornilov admin 5/3/2011

I would ask you to 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.

D
duck 5/3/2011

i think you should check the quotes use ' alternatly with"

or write

$var = "part of the problem" ;

$anothervar= " something $var some more";

S
seanbull81 author 5/6/2011

i registed PHPRunner yesterday. and after build the project again, the problem was resolved. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=58122&image=1&table=forumreplies' class='bbc_emoticon' alt=':lol:' />