is there a way or a trick to force the execution of the event ONCHANGE (I refer in particular to control GRID)?
Following the inclusion (but in this case the OnChange work fine without my trick) or editing a row, I have to calculate a value.
I tried this trick but does not seem to take effect
Code: Select all
SetProperty("myform", "gridname", "Value", 0)
SetProperty("myform", "gridname", "Value", 2)
NB I used the notation "SetProperty" because the update of the grid is in a different program than where the grid resides.
Many thanks for the help.
Best regards