Posts by Facalesta • 3 points
3 posts
-
0
votes1
answer24
viewsQ: How to compare a string to a datarow
that’s the code: Dim clientesCadastrados As DataTable = MnipulaDB.ConsultaSql("SELECT CAMPO1 AS NOME FROM TAB_CLIENTES WHERE CAMPO21 =1") For Each cliente As DataRow In clientesCadastrados.Rows If…
-
0
votes1
answer16
viewsQ: Error comparing Vb.net dates
I made a date comparison function. It compares the date of an input with a date column of a datatable. It follows the code: Public Shared Function GetNextDiaUtil(d As Date) As Date Dim feriados As…
-
-1
votes1
answer30
viewsQ: Unexpected tokens - boostrap4
{% load bootstrap4 %} <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1,…