Hi All
Can I perform a calculation within a method and return the result to a data provider ?
eg. something like
field A = (field B - field C) or field A = (field B + field C)??
Hi All
Can I perform a calculation within a method and return the result to a data provider ?
eg. something like
field A = (field B - field C) or field A = (field B + field C)??
Hi Phil,
A calculation is in fact a method that is automatically triggered when some information in that records changes.
And in methods you can set dataproviders. But you have to take care of the trigger yourself (using any of the provided field/form events or doing it manually).
Hope this helps.