C
|
cgphp 3/27/2013 |
Make sure the NewContractNum field is set as key column in PHPrunner (http://xlinesoft.com/phprunner/docs/edit_page_settings.htm), otherwise use $values['NewContractNum'] |
R
|
rustler45 author 3/27/2013 |
I checked to make sure that I had NewContractNum set as the key column in PHP and it is. I also had already tried using $values['NewContractNum'] but that didnt work. That why I changed it to $key thinking that was the proper way since $values didnt work. I cant figure out what I am doing wrong. |
C
|
cgphp 3/27/2013 |
Enable firebug and check if you get any error. |