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 ?
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 ?