I am doing a query to a table in the SQL database, the problem is, I have to consult the data in real time, therefore I have created a task every 1 second, but it turns out that the RAM memory increases until that is full.
public void sent...
I have a Spinner and as data these hours:
final String[] horasInicio = new String[] {
"09:00",
"09:30",
"10:00",
"10:30",
"11:00",
"11:30",
"12:00",...
When I run the next Code it triggers an alert that says Error '70', but when I run it Step by Step It works Perfectly !!!!
Sub Arribos ()
Dim IE As Object
Dim objElement As Object
Dim objCollection As Object
Dim i As Integer
Dim j As Double...
Good afternoon I have a problem when saving data of type string in the database and it is that it does not keep them that I can do thanks, it registers empty.
Hi, I'm working with Genexus Salto and I have an application already in production that I developed last year with GxEvo3 update 3. It's somewhat complex, it has mobile integration, GAM, among some other things.
What happens is that I changed a...
I'm trying to get some specific data from an http request, this request returns data in json, here's an example:
{
"Head" : {
"RequestArguments" : {
"DataCollection" : "",
"Scope" : "System"
},...
I am working on a Windows Forms app, a problem has arisen in a DataGridView, I am working on the CellEndEdit event, in which when I edit a row and click on another row, it sends me an Exception.
The operation is not valid because it causes a...
The buttons look like this:
What CSS rules would I have to put them in so that they would be next to each other?
<td>
<a href="{{ route('admin.admins.show', $admin->id)}}" class="btn btn-info btn-sm">View...