brux88
brux88
no only include spacing between entry and label
have you a news?
hi, i have the same error
i have resolve, i modify the script like below: template: "\n \n \n \n \n ", and i hadd this reference:http://www.jasny.net/bootstrap/
i have the same problem
after DownloadRecords Commands you say to try to execute the commands clearenewrecords? because on the a350c device everything seems to work automatically it seems that it only downloads the records...
i try this: ``` [Authorize] [HttpGet("getRecords/{idDevice}/{newRecord}")] public async Task GetRecords(ulong idDevice,int newRecord) { try { var device = _anvizManager.GetConnectedDeviceInfoById(idDevice); if (device == null) { return BadRequest( $"Dispositivo non Torvato con...
I did other tests, now adding clearnewrecord it works, but I don't understand how it can be that with a350c without clearnewrecord it worked
i have the same problem