Posts by Matheus Lima Fraga • 27 points
9 posts
-
0
votes2
answers52
viewsQ: I cannot insert in sqlServer table float data when they are greater than 1000
I am not able to insert double variables when they are greater than 1,000.00 because of the comma that Apare and so sql recognizes that I am trying to insert two data, I tried to use the…
-
-1
votes1
answer187
viewsQ: How not to break the page on iTextSharp split my table into two pages
I would like to have my pdf put on the next sheet the table that did not have enough space in the last and did not divide this table in the two sheets. if (reader.HasRows) { while (reader.Read()) {…
-
-2
votes1
answer80
viewsA: How to format excel cells through excel
I managed to make some pretty cool changes to my spreadsheet I’ll leave here, maybe help someone. int i = 2; String answer = Interaction.InputBox("Digite o nome do arquivo de relatorio", "", null,…
-
-2
votes1
answer80
viewsQ: How to format excel cells through excel
I would like to know how I can format the cells of a spreadsheet by C#, already managed to insert the data I would like in it, but I would like to insert formatting and formulas as well. Code: ` int…
-
-1
votes1
answer106
viewsQ: Place only two decimal places in a sqlServer sum function
I would like to know how to put only two decimal places in the field of the sum.…
sql-serverasked Matheus Lima Fraga 27 -
0
votes2
answers235
viewsA: How to convert MM/dd/yyyy to dd/MM/yyyy?
Oops! I performed the tests on another computer, and what I found is the following no matter how is the Datetimepicker (MM/dd/yyyy or dd/MM/yyyy) it will always reverse and exchange the day for the…
-
0
votes2
answers235
viewsQ: How to convert MM/dd/yyyy to dd/MM/yyyy?
I think because my computer is from the USA it always saves the dates in American format, anyway, I have a Date Time Picker that on the client’s computer is in Brazilian format, but when he saves…
-
0
votes1
answer63
viewsQ: Why isn’t this program running the commands inside the second function on?
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EX7 { class Program { static…
-
-1
votes2
answers75
viewsQ: Value does not enter in conditional
<html> <style> h2{ font-size: 15pt } div#Type{ margin-top: 20px } …
javascriptasked Matheus Lima Fraga 27