PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Android Looper failure
Android Looper failure
Iniciado por Robert ILES, jul., 29 2011 1:12 PM - 2 respostas
Membro registado
11 mensagems
Publicado em julho, 29 2011 - 1:12 PM
Windev Mobile 16 - Android App ....

I create a looper on a query and it works fine in the emulator but when I put it on my phone I get

Error in Post-initialization of WIN_SearResults. Loop_QRY_show_in_town process. Unable to initialise "Loop_QRY_shows_in_town" control. The following Hyper File error occurred:

Error of WDJava framework;

Failure initializing <QTY_shows_in_town> query <ASC> file unknown in analysis, or query of view not initialized.

As far as I can tell this is identical to the example codes (which run) and it runs fine in emulator but fails in simulator and on phone .. have spent a good few hours on this (and otehr things where the examples and real code seem to differ!)

Anyone any ideas?
Membro registado
11 mensagems
Publicado em julho, 29 2011 - 3:02 PM
Oh for goodness sake ... <ASC> of course is a reference to the sort order in sql ... the query editor has created a query with "order by Vvenue ASC" at the end ... and that is throwing the system ... mind you, I can't find any records, but at least that main error has gone away
Membro registado
11 mensagems
Publicado em julho, 29 2011 - 3:17 PM
This works

MySource.Param1 = "Basildon"

This does not work

gsSTown is string = "Basildon"
MySource.Param1 = gsSTown