![]() |
Sergey Kornilov admin 10/24/2013 |
First option (less work) - use default values. Whatever you set as a default value of the field will appear in inline add field control. |
S
|
sgchan author 10/25/2013 |
Thanks for the reply.
|
![]() |
Sergey Kornilov admin 10/25/2013 |
You can keep the track of the current Year/Month value in one of PHP session variables and increase it there accordingly (Add page: BeforeProcess event). Then you can pass the current value of year/month to Javascript OnLoad event of the Add page using proxy object: http://xlinesoft.com/phprunner/docs/how_to_access_php_variables.htm |