PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → [WM20] having problems to creating an update with select
[WM20] having problems to creating an update with select
Started by J1517, Nov., 24 2017 10:10 PM - 1 reply
Posted on November, 24 2017 - 10:10 PM
Hello

I´m using windev mobile 20 and I want to use an update with a subquery (select), windev with HFSQL doesn´t work with that type of query, anyone has even do that on windev mobile before?

thanks.
Posted on November, 25 2017 - 1:14 PM
Hi,

Do your subquery as a main query to find all your records, then a loop
with a hmodify, and you are all done. This will work everywhere (mobile
or not)

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 11/24/2017 à 4:10 PM, J1517 a écrit :
Hello

I´m using windev mobile 20 and I want to use an update with a subquery
(select), windev with HFSQL doesn´t work with that type of query, anyone
has even do that on windev mobile before?

thanks.