Using button with variables |
1/29/2014 2:15:55 PM |
PHPRunner General questions | |
W
wijninga author
Hi, |
|
![]() |
Sergey Kornilov admin 1/29/2014 |
In general - it might work. You need to troubleshoot your code, make sure that the value of masterkey1 is passed via URL, that your code in ProcessRecordValues event is executed etc. |
W
|
wijninga author 1/29/2014 |
I know I can pass the masterkey, but as I said, it's not the masterkey I want to pass, just a field value. How should I do that through the URL? |
![]() |
Sergey Kornilov admin 1/29/2014 |
The typical syntax of passing some value via URL is as follows: PartsOrder_add.php?somevar=somevalue
|