hi.
I have a datawindow with a computed column.the value of the computed column is the result of a global function (written by me.located in a pbl).
I tried to put a brakepoint in the global function.
debugging, if the computed field is shown, the program calls the function withot stopping (100% cpu usage).
if i use the HScrollBar to "hide" the computed field everything works fine and the function is no more called.
the point is: if i can see the computed field the datawindow calls the function continuously, otherwise not.
oh, I never call that function within the code.
can someone help please?
thank you!
I have a datawindow with a computed column.the value of the computed column is the result of a global function (written by me.located in a pbl).
I tried to put a brakepoint in the global function.
debugging, if the computed field is shown, the program calls the function withot stopping (100% cpu usage).
if i use the HScrollBar to "hide" the computed field everything works fine and the function is no more called.
the point is: if i can see the computed field the datawindow calls the function continuously, otherwise not.
oh, I never call that function within the code.
can someone help please?
thank you!