jobdone

  1. D

    Android Question break jobdone

    Hello, everyone I want to know if there is a way to break jobdone from another function. At my jobdone the waiting panel is called (just download process) and there is a button when I click on which I need to stop executing jobdone, can this be done?) I use HttpJob I hope I made myself clear...
  2. jroriz

    B4J Question [SOLVED] Waiting for the job to actually finish

    In this cenario, the application finishes before the post is done. What I want to achieve is that before the application ends, the post on the page is done. log: 1,2,4,3. I want the log to be 1,2,3,4. Any help? <?php //criamos o arquivo $msg = $_GET['msg']; $myfile = fopen("log.txt", "a")...
  3. D

    Android Question Getting HTML Code from web site when phone is sleeping

    Hi all, This one has got me stumped - I have an app that periodically sends an email - works fine each hour email is sent even if the phone has just started up or sleeping. However, I also want it to get the content of a web site (html code) and append that to the message - I have tried various...
  4. MARCO C.

    Italian 2 jobdone() in esecuzione ??

    Buongiorno, avete presente questo post https://www.b4x.com/android/forum/threads/mysql-su-aruba.62942/ tutto ok , con il file connessione.php inserito nel server e il seguente codice che lo richiama fraseSql = "SELECT id, idcall, item, qt, prz FROM `app_servicerow`...
  5. M

    Android Question For / next cycle with JobDone

    I need to retrieve the records from a db sqlite and pass them to a web service through job.PostString. only the last record is passed to the web service, also If cursor1.RowCount> 0. where am I wrong? how can i pass all the records? Job.Initialize("Job", Me) cursor = SQL1.ExecQuery("SELECT...
  6. R

    Spanish Cuándo se ejecuta el JobDone? Se pueden llamar controles desde otros Activities?

    Cordial saludo. Soy novato en B4A y tengo unas inquietudes en las que, espero, me puedan ayudar. En el Activity Main tengo una sub (ConsultaMySQL) que hace la conexión a MySQL y ahí mismo está la sub JobDone. Aquí surge mi primera inquietud: Cuándo se ejecuta JobDone? Ejemplo: Sub mensaje...
  7. S

    Android Question Duplicate JobDone

    How can I use two "JobDone" in a single Activity ? Please help me! Sorry for my noob question. I'm a newbie. Thanks in Advance ! Cheers !
Top