Tips and Tricks on Sage ACCPAC ERP's Views: 2. How to get data immediately displayed on the screen when updated in the views?
PROBLEM:I have a view which updates some set of fields in the process method but I need to display this updated data on my Screen instantly, but could find out the way out.SOLUTION:There is property “INSTANTVIEWUPDATE” in the datasource, which refreshes the datasource every time when any update is done. Below is the snippet of… Read More »