Posts by myseLFFF • 26 points
3 posts
-
1
votes1
answer31
viewsA: Create PROCEDURE by entering given and checking in 2 tables
You can do something like this: select a.*, b.*, c.* from tabela_imovel a inner join tabela_feature b on a.id=b.id inner join tabela_feature_link c on a.id=c.id where EXCLUSÕES…
-
0
votes2
answers1937
viewsA: iTextSharp - Dynamic table
Thank you Paul, but I resolved the question after much pain. Here’s the solution I found. Thank you for your help. public static PdfPTable DRDRCriaTabelaCronogramaPDF(DataRow dr,…
-
0
votes2
answers1937
viewsQ: iTextSharp - Dynamic table
I am trying via C# and with iTextSharp create a pdf doc with the following structure: I have a table with 3 rows In the first I have X columns with X years. In the 2nd one Row with the Months (J, F,…