Posts by Fabio Gonçalves • 85 points
7 posts
-
0
votes0
answers275
viewsQ: Return a method value (JSON Array)
Hello, I have a method that fetches the URL through JSON and wants to return this method value to mainActivity, to show. package com.example.fabio.domoticaa; import android.content.Intent; import…
-
0
votes2
answers106
viewsQ: Xcode cannot find button
I created a button on storyboard to connect to a viewController. When clicking on the button occurs the error: thread 1:Signal SIGARBT What could be causing such a mistake? I’ve seen many tutorials…
-
3
votes2
answers71
viewsQ: Doubt about the case if switch
Is this right or wrong? It only works for me $estado=1;: <?php // inicia sessão session_start(); // ligação à base de dados include ('config.php'); // captura valores da compra $estado =…
phpasked Fabio Gonçalves 85 -
2
votes1
answer99
viewsQ: Reset to auto increment
I have a problem at my base of fingers. I have the sending code as auto increment but whenever I delete a sending code the value not reset or I do not restart will always increase. I wanted to know…
-
-1
votes1
answer96
viewsQ: Do not always use the boot attached
have a doubt my program consists of sending email with attachments but sometimes when I don’t want to send an email with attachments gives me an error Anyone can help? I can send email with…
c#asked Fabio Gonçalves 85 -
2
votes1
answer163
viewsQ: Search email in the database by name
I have all the clients inserted in listbox1 but I just want to select a few, and those go to the listbox2. In the listbox2 I have the customer id and name, and when I click on the "send email"…
c#asked Fabio Gonçalves 85 -
1
votes1
answer586
viewsQ: Postcode in c#
Does anyone know how to get all the zip codes from Portugal to use in a c#program? I’ve tried to look, but I can’t find anything concrete, so is there anyone who can help me? Thank you