Posts by Lima Kewnantchy • 55 points
6 posts
-
1
votes1
answer257
viewsA: Carousel with a Table
I found the solution as follows. $(document).ready( function () { var table = $('#example').DataTable({ pageLength: 5 }); // Get the page info, so we know what the last is var pageInfo =…
-
0
votes1
answer257
viewsQ: Carousel with a Table
I have a table with Bootstrap and Datatables. But he wanted to do something as if it were a Carousel, that every X seconds he went to the next page, How can I do this with…
-
2
votes1
answer641
viewsQ: Tbytedynarray for String Delphi 7
I have a method to convert a file to Base64 that returns a Tbytedynarray, and wanted to convert this Tbytedynarray to String. I’ve tried some ways and it hasn’t been working. Error :…
-
-1
votes2
answers457
viewsQ: Checkbox concatenating string several times
I wanted to click on checkbox and then register, save the default value and service name in the database (description). However, the description is a problem for me, because when the user marks and…
-
1
votes1
answer672
viewsQ: Sum selected values from a checkbox
I am developing an application for a beauty salon, I am using the checkbox component on the following screen: However, when selecting a checkbox and then deselecting, the program performs the…
-
1
votes4
answers2129
viewsQ: SQL query with ID from a combobox - C#
I’m putting together a little system where I created a Formulario where there is a Combobox listing the names of the employees stored at the bank and a DataGrid that shows the services done by them…