Dear Experts
Hope all are fine and safe.
Need your support to solve the issue
I have two tables
Frequncy master-Item id, frequency
Inventsserial-Itemid, status, sub part id(1 item id in frequency master can have many sub part id)
I have new customized form where
item id, countoftstatus(taken from inventserial like machine, available, issued etc)
I want to get count of subpart which are due in last 15 days(today-15 dayd back) and display on grid
The issue is
in display method if i write while select table a join table b where iitemid==itemid , and put that display on grid, the form takes time to load and also the grid flcikers
If i add addcachemethod in the init of form datasorce the user cannot open the form(not sure what cacheaddmethod has to do with user opening forms)
can you please tell me how can i use while loop in display method and also make sure the form dont take time to load and the grid is not blining(the grid only blinks because of while loop and while loop use only retrives correct values)