Posts by Alexandre Tinelli Marquesini • 13 points
3 posts
-
1
votes1
answer106
viewsQ: Laravel - Doubt about @foreach?
I have the following code: @foreach($listaProdutos as $key => $listaProduto) @if(...) ... @endif @endforeach Is there any command or way to jump to the next record of $listaProduto if the…
-
0
votes1
answer68
viewsA: Monitor if files were inserted in a specific folder
You can create a task on "Task Scheduler" in the client’s windows which will run from time to time with a script. vbs that checks if a particular file exists and if it exists it sends an email.…
-
0
votes2
answers62
viewsA: Similar to Admob for Desktop?
Technically it is possible to load the web code into a small web viewer (object) in the program. In the documentation I found nothing prohibiting this use, but note that they encourage the use only…