Posts by Sarah Tavares • 31 points
4 posts
-
2
votes0
answers46
viewsQ: How do you enable Cordova.plugins.notification.local Visual Studio Cordova?
I added the github link "https://github.com/katzer/cordova-plugin-local-notifications" and installed the plugin perfectly. I put a boot and in his click event I put the following code:…
-
0
votes1
answer104
viewsQ: How to add days in a date with the format dd/mm/yyyy in powerapps?
I’m taking a date from a table and adding days on the count in powerapps. Apparently on the computer works, but when I use the powerapps app on the phone doesn’t work, the date comes changed,…
-
1
votes1
answer69
viewsQ: Is it possible to optimize my code for a single query?
I have the following problem: I’m assembling a Highcharts chart with queries php and I end up having a while inside another because the result of the date I put in the next query, has to return in a…
-
0
votes0
answers105
viewsQ: Why doesn’t my select return in PHP?
I have a PHP query which is as follows: <?php $serverName = "servidor"; $connectionInfo = array( "Database"=>"banco", "UID"=>"user", "PWD"=>"senha"); $conn = sqlsrv_connect( $serverName,…