S
|
sickacid author 7/28/2012 |
I've put a snippet in add page: |
C
|
cgphp 7/29/2012 |
Check this article: http://xlinesoft.com/phprunner/docs/how_to_access_php_variables.htm |
S
|
sickacid author 7/30/2012 |
Check this article: http://xlinesoft.com/phprunner/docs/how_to_access_php_variables.htm
|
C
|
cgphp 7/30/2012 |
In the "Process record values" event of Add page, enter the following code:
var TD = Runner.getControl(pageid, 'Tipo_dispositivo'); |
S
|
sickacid author 7/30/2012 |
In the "Process record values" event of Add page, enter the following code:
var TD = Runner.getControl(pageid, 'Tipo_dispositivo');
|