PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Populuating looper on condition basis
Populuating looper on condition basis
Iniciado por jay.hembrom9, 09,dic. 2020 06:29 - 2 respuestas
Publicado el 09,diciembre 2020 - 06:29
Hello
i am new to windev. I am getting no idea how to populate looper on the basis of different conditions. Can anyone help out.
Publicado el 10,diciembre 2020 - 14:57
looks like you need to read the tutorial first.
Your question is so broad I don't know where to start:
- you can use a looper filled buy programming, and manage your cases that way
- you can use a looper based on a query with multiple parameters and fill your parameters to match your conditions
- you can use a looper linked to a file and use hfilter to match your conditions

...

But first, you need to read the tutorial... in details...
Miembro registrado
6 mensajes
Publicado el 10,diciembre 2020 - 18:27
Agreed, do read the tutorials on how to fill the looper control. There's examples available here (https://help.windev.com/…).

I personally prefer to fill my loopers by programming as you have more "freedom" in terms of what you can do.