Questions tagged as 'inserir'

0
answers

Add a data in a specific cell of a table [duplicate]

I have a form with a schedule filter and I would like to add an X in a cell specific to that table schedule when I click the button and it adds a new line with the chosen field marked with X var cells = document.querySelectorAll("table tr...
asked by 06.06.2018 / 16:24
1
answer

How do I insert elements of a first vector into another second vector, in a given position given by the user? and also print the step by step

Entradas - Tam do 1 vetor:5/ Elementos do 1 vetor: 1 2 3 4 5 / Elementos do 2 vetor: 6 7 8 9 10/ Pos a ser inserida: 1 Saida- 6 1 7 8 9 10 / 6 2 1 7 8 9 10 / 6 3 2 1 7 8 9 10 / 6 4 3 2 1 7 8 9 10/ 6 5 4 3 2 1 7 8 9 10 NOTE: The size of the...
asked by 28.02.2018 / 18:06
1
answer

c # Pick up text and insert over the image

I have a pictureBox, and I need the user to be able to "mark" the image. For example, the image is a human body, I need the user to click on the photo where the arm is, for example, there is a drawing drawn written "arm". When you click on the l...
asked by 31.07.2017 / 20:36
1
answer

how to convert my object into a string?

I have done a function to insert the data into the database, however as I am using classes, I have to insert an object of class into the database that will contain the data of the person in question, except that the form being passed the object...
asked by 05.04.2017 / 19:47
1
answer

BD Access, Data field

In an Access DB with a "Date" field, when entering data in this field, is it possible to do something so that dates that have been passed for another 3 days are rejected? If possible, please teach me! In fact, I was only able to prevent future d...
asked by 09.07.2016 / 22:32
0
answers

Insert and update method does not work on azure

Good afternoon Friends I'm starting in asp net development and I made a web form application and put it in the azure. It is a simple application of cardapio that accesses a mysql database created by azure as well. What happens is that in visu...
asked by 22.01.2016 / 22:28
1
answer

List database file and place a new line after a certain number

I've been trying to find a small solution for days: Example: I have this code: //LISTAR AS PLAYLISTS $dados_playlist = mysql_fetch_array(mysql_query("SELECT * FROM playlists where codigo = '".$_POST["playlists"]."'")); At the time it...
asked by 29.07.2015 / 23:50
1
answer

Add data in database through a link

I gave a quick search but did not find it, so I'm posting here. I want to get the following SQL code: INSERT INTO 'rooms' ('id', 'roomtype', 'caption', 'owner', 'description', 'category', 'state', 'users_now', 'users_max', 'model_name', 'pub...
asked by 19.09.2014 / 22:26
2
answers

Setting the clock in a TD

I'm picking up to put a watch inside a tag I have this watch function code that I picked up on the internet function startTime() { var today = new Date(); var h = today.getHours(); var m = today.getMinutes(); var s = today.g...
asked by 04.01.2019 / 21:57
1
answer

How do I program an insert image button? [duplicate]

I want a "Insert Image" button and when I click on it, the image inserted will appear on the image (taken from the pc), you do not need to save the information or anything, just make the image appear on top. >     
asked by 15.09.2018 / 16:53