Hi All,
Greetings
Hope all are fine and safe.
A new form is created. It is based on single databasource
Table A-Master form-Added few display methods on that table(calcuting some count from table B from other table in display method)
Created a new form-Add above table-Grid-Put display methods of that form
But got series of issues
1)The display method values BLINKS in the grid-The blinking issue get solved when I add the ds.cachaddmethod(tablemethodstr(ds,displaymethod) in the form init or ds init method
But if the above method is added-user is unable to open the form at all.When the above method gets commenetd user able to open form
How to get rid of blinking(values blink and goes off and on )issue & why the cacheaddmethod when added -the user cannot open the new form even though new role,duty,privilges to form are been given to user
2)The form when gets opened goes in mimimize sate. This is again if I comment the cacheaddmethod. If cacheaddmethod is present the form gets in maximixe mode open
What m i missing here
please help