Posts by João Victor • 75 points
4 posts
-
1
votes1
answer64
viewsQ: Consult results using SQL or tips on programming in XAILER
I have the following relation between 3 tables: 'SELECT contareceber.codcontareceber, contareceber.codorganizacao, contareceber.dtdocumento, contareceber.dtvencimento, contareceber.valortotalbruto,…
-
0
votes0
answers74
viewsQ: How to relate these tables, returning specific values?
[Firebird] sgbd - Ibexpert I need to know how to relate these two tables (comment below), so that I get the following results: TABLE:CONTARECEBER DTDOCUMENTO (date entered the system) MATURITY (date…
-
0
votes1
answer63
viewsQ: How can I make my code with fewer lines?
I currently have a large number of lines in my code: Below is the insertion part of players, these players will have the names searched from the bank and sent by cmb box. private void Verificar() {…
-
6
votes1
answer1122
viewsQ: How do I use GPS Location in my WEB application?
I’m creating an application and I found a barrier, this application is for restaurants to monitor deliveries and in the same way the user, also do it, I was doing by way of checkup’s whenever he…