Posts by Jameson • 121 points
21 posts
-
0
votes1
answer456
viewsQ: Create dynamic table of the result of an exec return with Sql server variable
Good morning, I’m having difficulty to do in sql server 2014. I need the result back exec (@query) create a dynamic table with this result filling in with columns and rows. Query I’m using to mount:…
-
-1
votes1
answer733
viewsQ: Error to recover a Future List<Class> Dart
People are having trouble recovering data from a future function when arriving in snapshot... presents this error: AsyncSnapshot<List<Episodio>>(ConnectionState.done, null, Exception:…
-
0
votes2
answers408
viewsQ: How to use distinct to bring a single result of each Dart/Flutter item
Hello, I am trying to bring a single result of each consuming title from an API. As this picture shows I’m having repeated titles What way could I make it right, it follows code as far as I’ve tried…
-
1
votes1
answer35
viewsQ: JSON API in aqueduct doubt
I created an API in aqueduct initially. In it I created a serial model class and inside it I have information about autor, ano, idserie , blz there wanted to create a class model episodes she would…
-
0
votes1
answer121
viewsA: Error to return Dart/flutter value
Solved with Bloc removal leaving only with setState.
-
-1
votes1
answer121
viewsQ: Error to return Dart/flutter value
Good evening, you guys. I am trying to learn how to use Bloc with rxdart. I am having difficulty recovering the value of the API When debugging does not know if an Exception appears it follows…
-
0
votes1
answer47
viewsQ: Isnull get the next SQL condition
how can I do on SQL server a condition if the return of a field is null and it returns another condition ISNULL( CONVERT(CHAR(08),C.PEDS_DAT_FAT,112), d.NFFE_DAT_ENT) BETWEEN '20180501' AND…
-
0
votes1
answer546
viewsA: Return a single line where it currently returns 2 or more
SELECT PARCEIROID ,NFFE_VAL_MER =SUM(NFFE_VAL_MER) FROM TSTQ_NFFENT WHERE CONVERT(CHAR(08),NFFE_DAT_ENT,112 ) BETWEEN @vDATA_INI AND @vDATA_FIM AND STNE_COD =4 AND NFFE_SER <> 'CAN' AND…
-
-3
votes1
answer546
viewsQ: Return a single line where it currently returns 2 or more
I’m trying to bring a die, but it doubles when I try to do it. It doubles if the PARC_COD is the same, but should only bring the sum of the return value column in a row indifferent to what is next…
-
0
votes1
answer671
viewsQ: Unity get gameobject disabled
My player has shield that is disabled in it, and I have a game manager wants to take care for when you can activate the shield or do not put when I instate the player in the scene the game manager…
-
0
votes3
answers255
viewsQ: SQL bring result with repeated column numbers all only the largest
Hello guys I’m trying to get a data but I’m not able to filter the way I need, example : select a.cod, a.nome, b.pedido, b.versao from cliente a inner join pedido b On a.cod= b.cod order by b.pedido…
-
0
votes0
answers61
viewsQ: Unity with Firebase + Google Authentication How-to
I’m in need of a help to use Firebase with Google Authentication in the documentation this very vague for me at least. example is this code where I get these googleIdToken and the googleAcessToken?…
-
0
votes1
answer405
viewsA: Bring a newly added ID to put in a textbox c# windows form
Hello I found the solution simpler than I ever imagined follows solution private void btnNovoPedido_Click(object sender, EventArgs e) { pInserirPedidoResult con = new pInserirPedidoResult(); try {…
-
2
votes1
answer405
viewsQ: Bring a newly added ID to put in a textbox c# windows form
I request a help to do the following, I do an Insert via Procedure after saving I want to fill the textbox with the id created so I can use it to associate to my item I just need the order code to…
-
1
votes2
answers974
viewsA: Insert several Items with the same IDPEDIDO Sql Sever
Hello then I did but I’m not getting the name of the product and the value follows what I accomplished to analyze where I’m missing? insert into ITEMS(ID_PEDIDO, ID_PRODUTO, QUANTIDADE)values(3, 7,…
-
0
votes2
answers974
viewsQ: Insert several Items with the same IDPEDIDO Sql Sever
Hello How can I enter multiple items for a single Primarykey autoincrement ID of there will still be columns of the Idproducts where I want to insert several items for an Id_request as I do this…
-
2
votes1
answer432
viewsQ: Play value from a grid that is in form to another grid in another form C# windows form
Hello I’m here with another situation requesting help because there is not yet found in the surveys. I have a form that I put a Gridview, the form has button to open another query form and when I…
-
0
votes3
answers636
viewsA: Load grid information in textbox in a form that is already open c# windows form
It is thus the Form1 frmSlaveConsultClient it is opened from the form2 frmPedidos public partial class frmSlaveConsultaCliente : Form { // frmPedidos _frmped = new frmPedidos(); public…
-
2
votes3
answers636
viewsQ: Load grid information in textbox in a form that is already open c# windows form
Hello I’m trying to do something that seems simple but I’m not getting, I want to click on a button add the data of a grid go to another form that is already open. the problem is that I am only able…
-
2
votes1
answer168
views -
1
votes1
answer798
viewsQ: How to bring information by clicking on the dataGridView C#, and adding values from a column
Hello I’m having difficulty creating a query of a gridview used Entity Framework Well, I have a gridView she carries the data normally In the Textbox below I want to take the name of the person that…