Posts by Luis Felipe Micai de Jesus • 85 points
4 posts
-
0
votes0
answers33
viewsQ: How to develop a Combobox that updates due to what is written in C#itself
First the scenario: I am developing a C# system with the SQL Server database. At the moment I find myself with the following problem: I am developing a form of Sale, and in it I have a combobox…
-
5
votes1
answer1236
viewsQ: Help - C# how to update combobox? type autocomplete
First I am developing a C# system and using Sql Server as a database. I would like to accomplish the following task: When something is typed in the combobox I update the itself, by means of a search…
-
0
votes1
answer1468
viewsQ: How to mount a Select to join columns
I’m having a doubt I don’t even know if it’s possible: I would like to perform a select that joins two columns. Otherwise it would be: Person table with the cod_person fields - name - rg -…
-
3
votes1
answer83
viewsQ: I can’t perform a Select
I’m having a question about how I should ride the SELECT for a particular function. The scenario is as follows: I have 4 tables: Tab_Pessoa - Tab_Cliente - Tab_Autorizado - Tab_Cliente_Autorizado.…