PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Help...s!!!
Help...s!!!
Iniciado por Rebeca, 18,jun. 2016 00:04 - 2 respuestas
Publicado el 18,junio 2016 - 00:04
A list of customers occupy show the last movements of income,

I use this code but does not show me anything just 2 customers shows me the most current movement of the other does not show the first data captured.


HReadSeekLast(QRY_movements_customers,QRY_movements_customers.income,nCustomersID)
WHILE HFound(QRY_movements_customers)
nMovementsID = QRY_movements_customers.movementsCustomersID
HReadNext(QRY_QRY_movements_customers)
END
Publicado el 18,junio 2016 - 13:53
Hi Rebeca,

yor are doing a hreadseekLAST (ie getting thelast one) then a hreadNEXT
(ie asking for the NEXT one)... there is no next one, you asked for the
last one to start with.

So I'm not sure what you are trying to do, but that doesn't seem logical
at all

Best regards

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

More information on http://www.fabriceharari.com
Publicado el 18,junio 2016 - 14:50
Rebeca do ypu speak spanish? I 'm having a hard time trying to understand your needs

You can email me