Posts by Vinicius Marson • 63 points
6 posts
-
0
votes1
answer147
viewsQ: Control a new tab with Cypress
I’m testing an app with Cypress, and I have a problem. Clicking the button (Manage) opens a new tab and I would like to know if I can force it to open in it or make cypress use the new tab. Unable…
-
0
votes0
answers63
viewsQ: What’s wrong with my Update?
Good morning. I’m a beginner and I’m having problems with my Update. I wonder what I’m doing wrong. public string Update(Usuario usuario) { var sql = new StringBuilder(); sql.Append("UPDATE TBUSU…
-
0
votes1
answer2001
viewsQ: Object cannot be converted to dbnull in other types
Good afternoon gentlemen. I am making a user registration in the college work and when logging in this error appears. How can I solve? private Usuario Mapear(DataRow registro) { var usuario = new…
-
0
votes2
answers86
viewsA: Limit index query but not combo query
private StringBuilder LimitarRetornoLinhas(bool carregarTodos) { var sql = new StringBuilder(); if (carregarTodos == false) { sql.Append("SELECT * FROM (" +…
-
2
votes2
answers86
viewsQ: Limit index query but not combo query
Good afternoon, In the company’s ERP we have a query in the Index that is limited to 80 records. The problem is that in create we have combos that bring more than 150 records and is also limiting to…
-
2
votes1
answer614
viewsQ: Transform Image into byte?
I need to capture an image of a printer in the /doc, write your bytes in a text file and save to another folder in the /doc. How can I do that?
c#asked Vinicius Marson 63