Posts by Eric Jhon • 19 points
4 posts
-
0
votes0
answers32
viewsQ: Error in custom code fields when exporting Reportviewer (RDLC) report to PDF
I have a custom code in a Reportviewer (RDLC) report that basically checks whether a specific date is within a date range contained in a set of ranges coming from a database and returns a value. The…
-
0
votes0
answers47
viewsQ: Count lines in a group in a Reportviewer report (rdlc)
Good morning, everyone. I am developing a system for employee registration that needs to generate the individual point sheets of each employee, for this I am using Reportviewer. In the body of the…
-
0
votes0
answers61
viewsQ: C# - Manipulation of controls in event triggered by a multithreaded method of another class
Good morning, you guys. I’m developing a C# library using Visual Studio for software authentication/licensing. It’s something simple. It basically consists of a method that executes a continuous…
-
1
votes0
answers31
viewsQ: Select with 2 Inner Join returns no result
I have a relational database that has 3 tables: tb_functionaries, tb_licencas and tb_tipo_licencas, each with their respective primary keys. The tb_licencas table, however, has the keys of the other…