Questions tagged as 'tabela'

1
answer

What does the cell look like when it comes to printa x

I'm trying to make it paint the table cell when it starts the x there, but it's not working. <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edg...
asked by 07.06.2018 / 16:54
2
answers

Add column to a table already used by a program, could it damage the operation of it?

I have a PostgreSQL database that is used for an application developed in Delphi , but now I will have to use the same database for a new application that will be developed in Java , I need some columns that do not yet exist in some tables al...
asked by 26.05.2017 / 13:12
2
answers

How to pass the dynamic id of a Div to a javascript function?

I'm doing a dynamic table in html and need to display the subtable just when I click on tr from the main table, follow the example. $(function () { $('#toggle3').click(function () { $('.toggle3').toggle('slow'); return...
asked by 10.02.2017 / 02:38
3
answers

Field value related to another field in another table?

In MS Access I have two tables: tbCourses and tbPeople tbPeople contain: ID , Nome , CursoID , CursoNome ; tbCourses contains: ID , Nome ; Is it possible to make the field CursoNome of the tabl...
asked by 28.10.2015 / 02:53
3
answers

Table inside tabs. Rules

I'm having trouble putting a table inside tabs. The data is all in but the tables. echo'<div id="tabs-1"> <p><b>Alvará: </b></p>'; echo '<table width=500> <tr> <td&...
asked by 12.06.2014 / 10:31
2
answers

Query in same table

I have a movement table that has the worker's record and the events related to it, I wanted a query that would return only the records that have exactly the events e1, e2 and e3, in case of the example above the records would be 001 and...
asked by 25.05.2018 / 23:21
1
answer

Information registered at the bank is displayed exchanged [closed]

I have a form that sends the information to a bank and a page that takes this information and printa in a table format. However, the information in this table is being exchanged and when I try to register in a changed form, it appears right ther...
asked by 15.08.2017 / 14:06
1
answer

Freeze line from an html table

I would like to know how to freeze a line from an html table, for example I would like to freeze the 1 row of the table, by the time I scroll down it came along, could anyone help me? I already tried to use absolute position, but it does n...
asked by 06.07.2017 / 18:42
1
answer

JavaScript table to fetch data

I am making a page where I want to make a kind of simulator and I am having difficulty in one of the zones of the table I select a name and in the following column a price that I put appears. link This all to after in the end give me an...
asked by 18.05.2016 / 16:43
1
answer

Create Task MySql database

I need to create a JOB (known in sqlserver) in a mysql database, first, I would like to know if there is such a possibility, and if so, what would syntax look like? I have a table that saves a date column, I want the database to execute a tas...
asked by 16.12.2015 / 18:16