Posts by Fernando Fragoso • 35 points
5 posts
-
-3
votes1
answer42
viewsQ: Sort hidden radiobuttons in WPF stackpanel
I have a stackpanel with several radiobuttons on it, depending on the user input some of these radiobuttons are hidden (visibility property = visibility.Hidden). I would like as this happens, the…
-
1
votes2
answers111
viewsQ: Excel function recognizes "" as 0
I’m doing a very simple function in Excel, but I’m having problems, because it is recognizing "" as 0, follows the function: =SE(E4=0;"0x0";"") The problem is that it is returning "0x0" when I leave…
excelasked Fernando Fragoso 35 -
-1
votes3
answers73
viewsQ: How do I select the latest records for specific entries?
I have a table with customer purchase records, I would like to select only the last purchase of each customer. How to do this? I tried to use DISTINCT, but I have other data I need and are not…
sql-serverasked Fernando Fragoso 35 -
2
votes1
answer207
viewsA: Navbar bootstrap hides items but does not show when clicked
I accidentally solved the problem myself. The problem is that I am using a master page and on the pages added to the master page I did not put this line: <meta name="viewport"…
-
1
votes1
answer207
viewsQ: Navbar bootstrap hides items but does not show when clicked
The grouping works when I lower the window, it puts all the items in the hidden menu and shows the button with three "-", but when I click the button it does not show the menus that were hidden, it…