C
|
cristi 3/21/2019 |
First of all are you sure that it is ":USERS.Name"??? Maybe that ":" does not belong there... |
C
|
CTom author 3/21/2019 |
First of all are you sure that it is ":USERS.Name"??? Maybe that ":" does not belong there...
|
C
|
cristi 3/21/2019 |
Here is a working example from one of my databases - maybe you can use this for inspiration: $email="email@email.com"; |
![]() |
Admin 3/21/2019 |
If you use a button you need to refer to PHPRunner manual that applies to buttons: |
C
|
CTom author 3/22/2019 |
If you use a button you need to refer to PHPRunner manual that applies to buttons: https://xlinesoft.com/phprunner/docs/inserting_button.htm#examples For instance in a first example you can see that you need to use $button->getCurrentRecord() in order to access data of underlying record.
|