PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WM21 - android ] question about LooperAddInProgress
[WM21 - android ] question about LooperAddInProgress
Iniciado por guest, 15,sep. 2016 14:33 - No hay respuesta
Publicado el 15,septiembre 2016 - 14:33
Hi,

I have question about using LooperAddInProgress with threadExecute .

I have 2 looper in a windows , looper_ItemGroup and looper_Item

when user select a row in Looper_ItemGroup , I will call local procedure to looperdeleteall looper_Item, query and fill looper_Item.

due to large records , I thinking to use LooperAddInProgress with threadExecute .

my question is :
if user press Group1 in looper_ItemGroup while the process of query + fill of looper_Item is still in process , user press another Group2 in looper_ItemGroup .

will looper_Item endup contain half records of Records of Group1 items and all Records of Group2 items ?