[SOLVED] Strange Error Updating TABLE |
5/20/2021 16:17:33 | |
ASPRunner.NET General questions | ||
![]() Good afternoon, Type of Error 500 CODE in button Server side: dynamic data = XVar.Array(); data["Porta"] = 3389; DB.Update("Empresa", data, keyvalues);
|
||
![]() |
Sergey Kornilov admin 5/20/2021 |
The following line is incorrect: getCurrentRecord returns an array and you cannot use it a single value. More info is in the manual: getCurrentRecord() |
|
![]() |
acacio.rapaz@fastdata.pt author 5/20/2021 |
Thanks |
|
![]() |
Sergey Kornilov admin 5/20/2021 |
See the examples in the manual, the link that I have supplied. |
|
![]() |
acacio.rapaz@fastdata.pt author 5/21/2021 |
Nice Thanks for your Help. |
|