Posts by Gustavo Sabel • 54 points
6 posts
-
0
votes1
answer55
viewsA: Fill PDF checkbox with iText7
That question was settled here: https://stackoverflow.com/questions/64858117/fill-pdf-check-field-with-itext7/64893012#64893012 Summarizing what was answered there, instead of filling the checkbox…
-
0
votes1
answer55
viewsQ: Fill PDF checkbox with iText7
Hello! I’m trying to check a checbox of my PDF, but I’m not getting it right. Instead of just checking one of the checkboxes, he’s always checking all 3 What I would like: What I am getting: PDF in…
-
0
votes2
answers550
viewsA: SQL Server - Select last 7 days from the last record
The response of Daniel Mendes is correct, but could make a small adjustment in the query. No need to do ven_data <= @max_ven_data for the @max_ven_data is already the largest possible. So for all…
-
1
votes0
answers150
viewsQ: Problem consumption Webservice NFS-e
I am having several problems in the consumption of the webservice of Joinville, SC. Homologation: https://nfemwshomologacao.joinville.sc.gov.br/NotaFiscal/Servicos.asmx?wsdl Production:…
-
0
votes2
answers72
viewsA: Doubt about dll version
I made the Downgrade from "System.ValueTuple.dll" to version "4.4.0" and fixed the problem. Updating Actually changing the version did not solve the problem. I had to delete the file…
-
2
votes2
answers72
viewsQ: Doubt about dll version
I’m having a problem with my Dlls A few screens is "System.ValueTuple.dll" My Packages.config is with the version 4.5.0. But when the project is compiled, it generates the dll with the version…