Posts by Mateus Rocha Ramos • 19 points
5 posts
-
0
votes2
answers47
viewsQ: Count script - Sqlserver
I own the table Telefone , that records the phones they called. I need to make a script that shows the number of phones that called. If a phone calls more than once, it doesn’t count. I need to do…
-
-1
votes1
answer40
viewsQ: ALTER TO - SQL SERVER
in my Bank I have 2 stored procedures ,dbo. A and dbo. B . in the database. A there are the parameters @name , @street in the process dbo. B there are the parameters @cep , @phone however I also…
-
1
votes0
answers40
viewsQ: Trackbar component with two meters
I created a component trackbar with 2 meters , more when I manually rescan it on xaml , to barra and the marcadores disfigure and the barra rises and the marcadores go to the side. Code : using…
-
0
votes0
answers112
viewsQ: Organize Listview by column
I have a Listview with 2 columns : Model | Variants . By clicking on the top I want the table organized according to the column I click
-
1
votes0
answers52
viewsQ: How to Leave a Semi-static Component
I created a trackBar with 2 Thumbs by user control , but in the form.design if I drag the component changing the width , mess the trackbar , I wanted to take this option to drag to side , only…