PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [WM24] How to display non-repeatable data
[WM24] How to display non-repeatable data
Iniciado por QSBDEVTEAM, mai., 06 2020 8:07 AM - Sem resposta
Membro registado
3 mensagems
Publicado em maio, 06 2020 - 8:07 AM
Hello guys,i'm new for using Windev Mobile,so i have a problem with looper display
.I have a search bar which functions to search for names, when double-clicked
from the database that should appear is 2 data show but the fact that the data that appears is more than 2 data and the data is repeating, what should I do so that the same data does not repeat?

this is my code in the search bar
sm_QryParamedic.Paramsm_paramedicName = FindBar
LooperDisplay(Looper_Doctor,taReExecuteQuery)

and this is the code in looper

HReadSeek(paramedic,paramedicID,QryParamedic.paramedicID)
HReadSeek(paramediclocation,paramediclocationID,QryParamedic.paramediclocationID)
HReadSeek(workinghour,workinghourID,QryParamedic.workinghourID)
OpenMobileWindow(MenuProductAppointment)

Thanks