T
|
thesofa 10/19/2008 |
I have written an orders databse, with customers, suppliers, orders, order lines and goods in tables. |
F
|
frphilip author 10/19/2008 |
Thank one more time, thesofa, |
T
|
thesofa 10/19/2008 |
but is it possibe to add other links to other script, in the list page ?
|
F
|
frphilip author 10/19/2008 |
Well, it was not my quaestion, but my english, is quite poor <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=34096&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' /> |
T
|
thesofa 10/19/2008 |
Well, it was not my quaestion, but my english, is quite poor <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=34105&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' /> No, the question is : can I add a link in the list, near 'edit', to an other personal script, but with variables in the url.
|
J
|
Jane 10/20/2008 |
the question is : can I add a link in the list, near 'edit', to an other personal script, but with variables in the url.
global $xt; $xt->assign("variable_name",$variable_value); |
F
|
frphilip author 10/20/2008 |
Well, I'm sorry, my explanation is not clear <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=34177&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' />
|
J
|
Jane 10/22/2008 |
Yes it's possible. refund.php?myvar={$myvar}
$row["myvar"] = "xxx"; |
F
|
frphilip author 10/22/2008 |
Hi Jane, I follow you in each of my posts <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=34250&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> |
J
|
Jane 10/23/2008 |
Hi, $row["myvar"] = $data["FieldName"];
|
M
|
mustafa 10/23/2008 |
Hi Jane, Hi, to create custom link edit code in HTML mode on the Visual Editor tab. Then declare used variables in the List page: Before display event:
|
J
|
Jane 10/24/2008 |
Hi, |
F
|
frphilip author 10/25/2008 |
Hi, global $value_FP;
global $xt,$value_FP;
|
J
|
Jane 10/28/2008 |
Hi, $row["myvar"] = $data["contactID"]; |