![]() |
Sergey Kornilov admin 10/7/2010 |
I wasn't able to decipher that. Do you have another way of explaining what you trying to build? |
W
|
Wimer author 10/8/2010 |
I wasn't able to decipher that. Do you have another way of explaining what you trying to build?
|
![]() |
Sergey Kornilov admin 10/8/2010 |
I guess I see what you saying. Auto-populating the second field, signature, is easy. PHPRunner 5.3 added a new Autofill feature that does exactly that. |
W
|
Wimer author 10/10/2010 |
I guess I see what you saying. Auto-populating the second field, signature, is easy. PHPRunner 5.3 added a new Autofill feature that does exactly that. Calculating the next available number in selected category is more complicated because it needs to be run on the server side. Your best bet is to create a BeforeAdd event and calculate this number there.
|
![]() |
Sergey Kornilov admin 10/10/2010 |
Do not use $_POST['Signatur']. Check events documentation that explains how to access field values. Most probably you need to use $values['Signatur'] |
W
|
Wimer author 10/14/2010 |
Do not use $_POST['Signatur']. Check events documentation that explains how to access field values. Most probably you need to use $values['Signatur']
|
![]() |
Sergey Kornilov admin 10/14/2010 |
You might be using wrong event for this purpose (one where $values array is not accessible). |
W
|
Wimer author 10/31/2010 |
You might be using wrong event for this purpose (one where $values array is not accessible). Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
|
![]() |
Sergey Kornilov admin 10/31/2010 |
Make sure you open a ticket at http://support.xlinesoft.com sending your project URL as well. |