Questions tagged as 'tabela'

2
answers

Problem creating table in MySQL

I'm trying to create a table in MYSQL : CREATE TABLE 'narguile'.'Aluguel' ( 'idAluguel' INT(255) NOT NULL , 'produto' VARCHAR(255) NOT NULL , 'qntdeProduto' INT(255) NOT NULL , 'desconto' DOUBLE(255) NOT NULL , 'descricao' VARCHAR(255) N...
asked by 22.07.2018 / 17:03
2
answers

Add input with JavaScript

Hello, I'm new here. I would like to know how to make my input generated by javascript inherit the css formatting that my html input has. Here is the code: <html> <head> <title>Pedidos</title> <style>...
asked by 06.05.2018 / 23:25
1
answer

R - Graphs with information from different columns

Hello, I have the following problem: I need to create a table and a graph with information about level of education for different positions of the firm for different years and regions. I have 4 levels of education (fundinc, medioinc, super...
asked by 10.04.2018 / 15:34
1
answer

How to sort field 1/5 of plots in datatables

$.ajax ({ type: 'POST', dataType: 'json', url: BASE_URL + '/conta_pagar/pesquisa_contas', data: {palavra: palavra}, success: function (json) { var col...
asked by 25.10.2017 / 05:11
2
answers

How to create a PivotTable in Word via Delphi?

I have documents .doc / .docx, which I am doing the replacement of TAGs, however I now need to do the creation of a PivotTable, based on a select, in these same files I am replacing tags . This table should be below the existing text in the fi...
asked by 01.06.2017 / 14:29
1
answer

Alignment of tables side by side

I have these four tables, but I'm having a big problem that I can not solve. The fourth table is below the others and not next to .price-page { background: none; margin-bottom: 130px; } .container { width: 970px; } ....
asked by 05.04.2017 / 17:26
1
answer

Text with 2 different alignments

.table, th, td { border: solid #000000; border-collapse: collapse; border-width: 3px; } .th, td { border-width: 3px; font-family: Open Sans; } <!DOCTYPE html> <html> <head> <link rel="style...
asked by 20.03.2017 / 17:27
1
answer

I doubt how to use the IF in a TRIGGER in mysql

Hello! My problem is the following I have two tables, one table called Notes and another called Students . I need to make a comparison with the child_id in the notes table and the id in the students table to only if the < in table in...
asked by 06.07.2016 / 00:31
1
answer

Fill a Listbox with Paradox Database (Delphi)

Good afternoon, friends. I'm having trouble filling a listbox with information from a Paradox Database table, the Data Source is the "Gap03Dm.SourceChaves" file and the DataField is "Field". How to make?     
asked by 14.03.2016 / 18:18
1
answer

Show a DIV and hide another if the parameter in the url is a default parameter

I do not know if the question was formulated correctly but anyway ... My problem is this: The user will enter such a code and click on search. This request will go through a PHP that will check if this code is present in the code.txt file and...
asked by 14.10.2015 / 21:34