Questions tagged as 'tablas'

2
answers

How can I get the data of a specific field from a tabl, by using php and js?

I have a problem when I try to get the id of a table here $salida.="<table class='table'> <thead> <tr id='titulo'> <th scope='col'>#Contrato</th>...
asked by 09.10.2018 / 18:24
1
answer

how can I make the collapse target for a single table?

in advance thank you for your time, I have a problem with a table in which I use collapse, when I click on a row I display the information, but when I click on another, the last row that is moved does not return to its place. This is my PHP code...
asked by 13.10.2018 / 17:35
0
answers

Postgresql function with temporary tables

I have a function that has 6 LOOP cycles in it, I need to insert it into a temporary table with data I get RECENT in the last cycle, but when I enter the second LOOP cycle the temporary table disappears and I can not find it. Can I make that tem...
asked by 25.09.2018 / 20:06
0
answers

Create tables in XML to pass them to PDF

I have this XML, in which I use Aspose.pdf in JAVA so that, through this XML, I can create a PDF with the data I want to put in it. The problem is that I want to make a table and it does not work for me. I've tried it this way: <?xml ve...
asked by 13.09.2018 / 13:33
0
answers

Know the name of the first table of an excel sheet in VB.NET by OleDB

good afternoon. I'm connecting to an xlsx excel file using OleDB, I wanted to know, in what way can I know the name of the table in the file. That is to say, every day they send me an excel file where the table changes. Then I to do the queri...
asked by 05.09.2018 / 22:10
0
answers

Print a DIV from jQuery with CSS and in A5

I try to print a div, from jQuery, in the following way: function printDiv(divVer) { var printContents = document.getElementById(divVer).innerHTML; var document_html = window.open("_blank"); document_html.document.write( "<html&...
asked by 29.08.2018 / 18:39
1
answer

How to adjust the width of a table header and sort the rows

I have the following code to build a result table in Pyqt: def Tabla(self): #Boton de exportar a excel self.toolButton = QtWidgets.QToolButton() #self.toolButton.setGeometry(QtCore.QRect(30, 190, 41, 31)) icon1 = QtGui.QIco...
asked by 20.08.2018 / 09:39
3
answers

Comparison between two sql tables

Well I need help with my sql code. This is my code: SELECT Pedidos.Numero, Pedidos.Estado, Pedidositems.Cantidad AS CantidadPedida, RemitosItems.Cantidad AS CantidadEntregada, pedidositems.Codigo AS CodigodeProducto, pedidositems.Descripción A...
asked by 10.08.2018 / 15:08
1
answer

Images go from horizontal to vertical when placing header or text in table

The problem is that I have arranged the images horizontally, they find a hover, everything is perfect. But at the moment of trying to add a text to it under either p or span or h etc. or among others that I tried, my images are left in a vertica...
asked by 28.07.2018 / 16:59
1
answer

Problem when creating constraint in Microsoft SQL

Hi, I'm trying to create these tables in SQL create table Clientes( Tdoc varchar (10), Ndoc int, Nombre varchar(30), Apellido varchar(30),...
asked by 12.07.2018 / 01:35