Posts by natanfoleto • 57 points
14 posts
-
0
votes2
answers40
viewsA: How to persist on a route using React router with Reactjs?
I was able to resolve it by creating separate route files. Authroutes and Defaultroutes, then valid the Signed, and if it is true I Reverse the Authroutes otherwise Reverse the Defaultroutes, so I…
-
0
votes2
answers40
viewsQ: How to persist on a route using React router with Reactjs?
I have a site in React, and would like to know how to persist on a route. For example: When I’m on the profile page and refresh the page, it redirects me to Dashboard. Does anyone have any idea how…
-
-1
votes1
answer124
viewsQ: Sequelize GEOMETRY type field
Hello, I wanted to create a table using Migrations with sequelize, and create a position field of type GEOMETRY. The bank I’m using is the postgres. I tried that code: 'use strict'; module.exports =…
-
1
votes1
answer820
viewsQ: I am unable to send a parameter to a GET method of an API using the PHP Curl
Hello, I am trying to use Curl to consume an API where there is a method that receives a string as parameter. This method in the API is configured as GET, so it will receive this parameter validate…
-
0
votes2
answers175
viewsQ: How to call a modal using javascript or another language that works within HTML?
Hello, I have a modal that has a registration form, when I click to register it calls a code PHP, that registers the information and initiates a session 'done registration. After opening the…
-
0
votes3
answers155
viewsQ: How do I play an input value without submitting a form or button
Hi, I wanted to get the input value "codigo_cat" and play in the variable $id_categoria that is at the bottom of the code PHP, to be able to run select using this variable as parameter. By method…
-
0
votes1
answer45
viewsA: Php mail() function does not work!
Guys I managed to solve, the problem was that my gmail that was in php sendmail was not allowed to send external email. So I had to configure my gmail to send. There was no problem in the code.…
-
-3
votes1
answer45
viewsQ: Php mail() function does not work!
I have a system inside the xampp I’m developing, I tried to use the php mail function to send a password recovery email, but it doesn’t work. Someone can help me there for days that I have with this…
-
1
votes2
answers196
viewsA: Modal does not open in HTML
Guys I managed to solve, as I am using Node.js package manager I needed to import these files. I was really forgetting to import. Thanks for the comment you guys helped a lot. <script…
-
-2
votes2
answers196
viewsQ: Modal does not open in HTML
Good morning!! I have a modal created on my page, but when I click on the link I referenced it does not work, it just happens nothing. I have it in another page and it works normal, but on this page…
-
0
votes1
answer212
viewsA: Play Values from one Datagridview to another Datagridview
Correct code: dataGridView2.DataSource = dataGridView1.DataSource
-
0
votes1
answer212
viewsQ: Play Values from one Datagridview to another Datagridview
Good evening guys, I’m having a problem. I have a datagridview that is connected to the bank. I Fis a filter on this normal grid. Now I want to take the filtered values of this grid and play in…
-
2
votes0
answers118
viewsQ: Sql Server in C# using Bindingsource
I am on a project where I have a sale screen. When making a sale, a method checks if the customer has an account. If he doesn’t have one, he creates one for himself, so far so good. But if the…
c#asked natanfoleto 57 -
1
votes0
answers389
viewsQ: Error when connecting to Mysql database using C# application in Visual Studio
Hello, I created the registration form and at the time I will save the text box items in the database of the following error 'Host 'DESKTOP_R70LLO is not allowed to connect to this Mysql server'. By…