PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Android Looper failure
Android Looper failure
Débuté par Robert ILES, 29 juil. 2011 13:12 - 2 réponses
Membre enregistré
11 messages
Posté le 29 juillet 2011 - 13:12
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?
Membre enregistré
11 messages
Posté le 29 juillet 2011 - 15:02
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
Membre enregistré
11 messages
Posté le 29 juillet 2011 - 15:17
This works

MySource.Param1 = "Basildon"

This does not work

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