Posts by sathoril • 33 points
3 posts
-
1
votes0
answers304
viewsQ: Set Datatable column data type to date
I have a Datatable that displays values coming from an SQL database, this way: <table id="tabelaLogs"> <thead> <tr> <th>Código</th> <th> Data </th>…
-
1
votes2
answers182
viewsA: How to hide fields from the Sharepoint 2013 user list?
If you want to hide fields from a Create/Edit/Exib form, you can edit the content of it by SharePoint Designer. Or, via PowerShell, as the colleague there said, you can use the command…
powershellanswered sathoril 33 -
0
votes1
answer833
viewsQ: Help with Trigger summing/subtracting
I need help creating a Trigger in SQL Server that takes a value INTEIRO, and two STRING(FK), inserted in a tabela X, and check if the second value is 1 or 2, if it’s 1 she must add up this value…